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

/freebsd-9.3-release/sys/security/mac_lomac/
H A Dmac_lomac.c760 *auxsingleend; local
801 auxsingleend = index(auxsingle, ']');
802 if (auxsingleend == NULL)
804 if (*(auxsingleend + 1) != '\0')
807 *auxsingleend = '\0';

Completed in 51 milliseconds