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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8945 char *cur_auth; local
8950 cur_auth = strtok_r(authlist, ",", &lasts);
8951 while (cur_auth != NULL) {
8952 if (is_zone_auth(&cur_auth, zonename,
8966 cur_auth, MAXAUTHS);
8968 cur_auth = strtok_r(NULL, ",", &lasts);
9120 char *cur_auth; local
9127 cur_auth = strtok_r(current_auths, ",", &lasts);
9138 while (cur_auth != NULL) {
9139 if (!is_zone_auth(&cur_auth, zonenam
[all...]

Completed in 54 milliseconds