Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_from_text.c194 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; in acl_from_text() local
213 notcomment = strsep(&comment, "#"); in acl_from_text()
216 while ((entry = strsep(&notcomment, ","))) { in acl_from_text()