Home
last modified time | relevance | path

Searched refs:mybuf_p (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
198 mybuf_p = strdup(buf_p); in acl_from_text()
199 if (mybuf_p == NULL) in acl_from_text()
204 free(mybuf_p); in acl_from_text()
209 cur = mybuf_p; in acl_from_text()
257 free(mybuf_p); in acl_from_text()
262 free(mybuf_p); in acl_from_text()