Searched defs:subentry (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c1293 char *subentry; local
1414 subentry = teptr;
1415 while (subentry != NULL) {
1416 if ((nextattr = strpbrk(subentry,
1421 if (parse_entry(subentry, action,
1425 subentry = nextattr;

Completed in 47 milliseconds