ADMIN_LOW
if (str_to_label(ADMIN_LOW, &m_label->lower_bound, MAC_LABEL,
if ((*s = strdup(ADMIN_LOW)) == NULL) {
if ((*s = strdup(ADMIN_LOW)) == NULL) {
((strncasecmp(s, ADMIN_LOW, (sizeof (ADMIN_LOW) - 1)) == 0) && \
(s[sizeof (ADMIN_LOW) - 1] == '\0'))
if (str_to_label(ADMIN_LOW, &llow, MAC_LABEL,
return (return_string(string, str_len, ADMIN_LOW));
return (return_string(string, str_len, ADMIN_LOW));
((strncasecmp(sl, ADMIN_LOW, (sizeof (ADMIN_LOW) - 1)) == 0))
if (strcasecmp(hexsl, ADMIN_LOW) == 0) {