Home
last modified time | relevance | path

Searched refs:fropen (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/veriexec/
H A Dmanifest_lexer.l128 yyin = fropen(&str_buf, read_string_buf);
/freebsd/lib/libc/stdio/
H A DMakefile.inc72 MLINKS+=funopen.3 fropen.3 \
/freebsd/include/
H A Dstdio.h422 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) macro
/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c74 return (fropen(offp, _reader)); in mkfilebuf()