Home
last modified time | relevance | path

Searched refs:auxsingle (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/security/mac_lomac/
HDmac_lomac.c753 char *range, *rangeend, *rangehigh, *rangelow, *single, *auxsingle, in lomac_parse() local
762 auxsingle = strchr(string, '['); in lomac_parse()
763 if (auxsingle == single) in lomac_parse()
765 if (range != NULL && auxsingle != NULL) in lomac_parse()
791 if (auxsingle != NULL) { in lomac_parse()
793 *auxsingle = '\0'; in lomac_parse()
794 auxsingle++; in lomac_parse()
795 auxsingleend = strchr(auxsingle, ']'); in lomac_parse()
812 if (auxsingle != NULL) { in lomac_parse()
813 error = lomac_parse_element(&ml->ml_auxsingle, auxsingle); in lomac_parse()