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

/freebsd-12-stable/lib/libc/posix1e/
H A Dacl_from_text.c197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local
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 160 milliseconds