Searched defs:TOKEN_PRIV_STR (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5177 #define TOKEN_PRIV_STR "," macro 5311 basic = priv_str_to_set(BASIC_TOKEN, TOKEN_PRIV_STR, NULL); 5374 (void) strlcat(str, TOKEN_PRIV_STR, strlen); 5406 for (cp = strtok_r(tmp, TOKEN_PRIV_STR, &lasts); cp != NULL; 5407 cp = strtok_r(NULL, TOKEN_PRIV_STR, &lasts)) { 5434 (void) strlcat(tmp, TOKEN_PRIV_STR, len); 5450 mergeset = priv_str_to_set(tmp, TOKEN_PRIV_STR, &token);
|
Completed in 85 milliseconds