Symbol: fmemopen
include/stdio.h
531
FILE *fmemopen(void * __restrict, size_t, const char * __restrict);
tests/lib/libc/stdio/t_fmemopen.c
1007
fp = fmemopen(&buf[0], t->n + 1, *p);
tests/lib/libc/stdio/t_fmemopen.c
1058
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
1117
fp = fmemopen(&buf[0], t0->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
134
fp = fmemopen(&buf[0], sizeof(buf), *p);
tests/lib/libc/stdio/t_fmemopen.c
166
fp = fmemopen(NULL, BUFSIZ, *p);
tests/lib/libc/stdio/t_fmemopen.c
193
fp = fmemopen(&buf[0], sizeof(buf), *p);
tests/lib/libc/stdio/t_fmemopen.c
229
fp = fmemopen(&buf[0], sizeof(buf), *p);
tests/lib/libc/stdio/t_fmemopen.c
266
fp = fmemopen(&buf[0], sizeof(buf), *p);
tests/lib/libc/stdio/t_fmemopen.c
309
fp = fmemopen(NULL, (size_t)0, *p);
tests/lib/libc/stdio/t_fmemopen.c
314
fp = fmemopen((void *)&buf[0], 0, *p);
tests/lib/libc/stdio/t_fmemopen.c
335
fp = fmemopen(NULL, 1, *p);
tests/lib/libc/stdio/t_fmemopen.c
365
fp = fmemopen(NULL, 1, *p);
tests/lib/libc/stdio/t_fmemopen.c
394
fp = fmemopen(NULL, SIZE_MAX, *p);
tests/lib/libc/stdio/t_fmemopen.c
424
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
475
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
526
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
586
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
642
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
694
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
760
fp = fmemopen(&buf0[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
796
fp = fmemopen(&buf0[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
833
fp = fmemopen(&buf[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
887
fp = fmemopen(&buf0[0], t->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
948
fp = fmemopen(&buf[0], t->n + 1, *p);
usr.bin/xlint/lint1/main1.c
122
return fmemopen(__UNCONST(builtins), builtins_len, "r");