Searched refs:xperms (Results 1 – 1 of 1) sorted by relevance
58 static char *get_perms (const char *xperms);59 static char *make_perms (char *xperms, char *xfounduserpart, char **xerrmsg);500 char *xperms; in get_perms() local512 xperms = xmalloc (xperms_len); in get_perms()513 xperms[0] = '\0'; in get_perms()532 if (debug) fprintf (stderr, "early %s\n", xperms); in get_perms()533 return xperms; in get_perms()551 free(xperms); in get_perms()552 xperms = xstrdup (per); in get_perms()553 xperms_len = strlen (xperms); in get_perms()[all …]