Home
last modified time | relevance | path

Searched refs:userpart (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dacl.c1022 char *userpart; in acl_fileproc() local
1030 userpart = strtok (part_perms, ",\t"); in acl_fileproc()
1034 if (strncmp (userpart, muser, strlen (muser)) == 0) in acl_fileproc()
1035 founduserpart = xstrdup (userpart); in acl_fileproc()
1041 xrealloc_and_strcat (&otheruserparts, &otherslen, userpart); in acl_fileproc()
1045 otheruserparts = xstrdup (userpart); in acl_fileproc()
1049 } while ((userpart = strtok (NULL, ",\t")) != NULL); in acl_fileproc()
1051 free (userpart); in acl_fileproc()
1117 char *userpart; in acl_dirproc() local
1125 userpart = strtok (part_perms, ",\t"); in acl_dirproc()
[all …]