Lines Matching refs:suffix
252 char *suffix;
260 if ((suffix = index(authname, KV_OBJECTCHAR)) != NULL)
261 *suffix = '\0';
263 /* Find the suffix */
264 if ((suffix = rindex(authname, '.')) == NULL)
268 suffix++;
269 if (strcmp(suffix, KV_WILDCARD)) { /* Not a wildcard */
280 if (strcmp(suffix, "grant")) { /* Not a grant option */
284 while ((suffix = rindex(authtoks, '.')) &&
286 strcpy(suffix, ".grant");
290 *suffix = '\0';