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

/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c239 ("lomac_single_in_range: a not auxsingle"));
471 ("lomac_copy_auxsingle: labelfrom not auxsingle"));
753 char *range, *rangeend, *rangehigh, *rangelow, *single, *auxsingle, local
762 auxsingle = strchr(string, '[');
763 if (auxsingle == single)
765 if (range != NULL && auxsingle != NULL)
791 if (auxsingle != NULL) {
793 *auxsingle = '\0';
794 auxsingle++;
795 auxsingleend = strchr(auxsingle, ']');
[all...]

Completed in 126 milliseconds