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

/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_from_text.c195 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local
199 mybuf_p = strdup(buf_p);
200 if (mybuf_p == NULL)
205 free(mybuf_p);
210 cur = mybuf_p;
258 free(mybuf_p);
263 free(mybuf_p);

Completed in 45 milliseconds