HomeSort by: relevance | last modified time | path
    Searched defs:notcomment (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/posix1e/
acl_from_text.c 197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local in function:acl_from_text
216 notcomment = strsep(&comment, "#");
219 while ((entry = strsep(&notcomment, ","))) {
acl_from_text.c 197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local in function:acl_from_text
216 notcomment = strsep(&comment, "#");
219 while ((entry = strsep(&notcomment, ","))) {

Completed in 21 milliseconds