Searched refs:DEFAULT_TOKEN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6228 #define DEFAULT_TOKEN "default" macro
6514 * If DEFAULT_TOKEN was specified, a string needs to be
6611 * exist or matches the string DEFAULT_TOKEN exactly, then the
6633 if (limitlen == 0 || strcmp(limitpriv, DEFAULT_TOKEN) == 0) {
6641 * Check if the string DEFAULT_TOKEN is the first token in a list
6646 strncmp(limitpriv, DEFAULT_TOKEN, cp - limitpriv) == 0)

Completed in 43 milliseconds