Searched refs:cur_auth (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 7876 char *cur_auth; local 7881 cur_auth = strtok_r(authlist, ",", &lasts); 7882 while (cur_auth != NULL) { 7883 if (is_zone_auth(&cur_auth, zonename, 7897 cur_auth, MAXAUTHS); 7899 cur_auth = strtok_r(NULL, ",", &lasts); 8051 char *cur_auth; local 8058 cur_auth = strtok_r(current_auths, ",", &lasts); 8069 while (cur_auth != NULL) { 8070 if (!is_zone_auth(&cur_auth, zonenam [all...] |
Completed in 59 milliseconds