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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5174 #define DEFAULT_TOKEN "default" macro
5420 * If DEFAULT_TOKEN was specified, a string needs to be
5517 * exist or matches the string DEFAULT_TOKEN exactly, then the
5539 if (limitlen == 0 || strcmp(limitpriv, DEFAULT_TOKEN) == 0) {
5547 * Check if the string DEFAULT_TOKEN is the first token in a list
5552 strncmp(limitpriv, DEFAULT_TOKEN, cp - limitpriv) == 0)

Completed in 58 milliseconds