HomeSort by: relevance | last modified time | path
    Searched defs:mybuf_p (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
201 mybuf_p = strdup(buf_p);
202 if (mybuf_p == NULL)
207 free(mybuf_p);
212 cur = mybuf_p;
260 free(mybuf_p);
265 free(mybuf_p);
acl_from_text.c 197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local in function:acl_from_text
201 mybuf_p = strdup(buf_p);
202 if (mybuf_p == NULL)
207 free(mybuf_p);
212 cur = mybuf_p;
260 free(mybuf_p);
265 free(mybuf_p);

Completed in 26 milliseconds