Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c754 char *range, *rangeend, *rangehigh, *rangelow, *single, *auxsingle, in lomac_parse() local
763 auxsingle = strchr(string, '['); in lomac_parse()
764 if (auxsingle == single) in lomac_parse()
766 if (range != NULL && auxsingle != NULL) in lomac_parse()
792 if (auxsingle != NULL) { in lomac_parse()
794 *auxsingle = '\0'; in lomac_parse()
795 auxsingle++; in lomac_parse()
796 auxsingleend = strchr(auxsingle, ']'); in lomac_parse()
813 if (auxsingle != NULL) { in lomac_parse()
814 error = lomac_parse_element(&ml->ml_auxsingle, auxsingle); in lomac_parse()