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

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c1257 * Parse the attribute specification, aoptsstr. Upon completion, attr_nvlist
1280 * Returns 0 if aoptsstr contained a valid attribute specification,
1284 parse_attr_args(char *aoptsstr, sec_args_t **sec_args) argument
1300 if ((*aoptsstr != 'S') || (*(aoptsstr + 1) == '\0')) {
1304 if ((eptr = strdup(aoptsstr + 1)) == NULL) {

Completed in 48 milliseconds