| /freebsd/lib/libc/tests/stdio/ |
| H A D | open_memstream2_test.c | 57 fp = open_memstream(&buf, &len); in ATF_TC_BODY() 80 fp = open_memstream(&buf, NULL); in ATF_TC_BODY() 84 fp = open_memstream(NULL, &len); in ATF_TC_BODY() 88 fp = open_memstream(&buf, &len); in ATF_TC_BODY() 153 fp = open_memstream(&buf, &len); in ATF_TC_BODY()
|
| /freebsd/lib/libc/stdio/ |
| H A D | Makefile.inc | 15 open_memstream.c open_wmemstream.c \ 38 getline.3 getwc.3 mktemp.3 open_memstream.3 \ 88 MLINKS+=open_memstream.3 open_wmemstream.3
|
| H A D | Symbol.map | 153 open_memstream;
|
| H A D | open_memstream.c | 173 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_open_memstream.c | 47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
|
| /freebsd/usr.sbin/pkg/ |
| H A D | pkg.c | 478 fp = open_memstream(&obuf, osz); in pkg_read_fd() 584 sigfp = open_memstream(&sig, &sigsz); in parse_cert() 587 certfp = open_memstream(&cert, &certsz); in parse_cert() 590 typefp = open_memstream(&type, &typesz); in parse_cert()
|
| H A D | config.c | 230 buffp = open_memstream(&buf, &bufsz); in config_parse() 232 err(EXIT_FAILURE, "open_memstream()"); in config_parse()
|
| /freebsd/lib/libsysdecode/tests/ |
| H A D | sysdecode_test.c | 93 fp = open_memstream(&buf, &sz); in ATF_TC_BODY()
|
| /freebsd/lib/libiscsiutil/ |
| H A D | keys.c | 114 fp = open_memstream(&data, &len); in keys_save()
|
| /freebsd/usr.bin/ident/ |
| H A D | ident.c | 67 buffp = open_memstream(&buf, &sz); in scan()
|
| /freebsd/usr.sbin/bsdinstall/partedit/ |
| H A D | scripted.c | 215 fp = open_memstream(&input, &len); in scripted_editor()
|
| H A D | gpart_ops.c | 99 fp = open_memstream(&buf, &len); in newfs_command()
|
| /freebsd/usr.bin/find/ |
| H A D | printf.c | 47 fp = open_memstream(&tmpstr, &tmplen); in escape()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | config.c | 244 valfp = open_memstream(&valbuf, &valsize); in _expand_config_value()
|
| H A D | pci_emul.c | 1504 fp = open_memstream(&bootorder, &bootorder_len); in init_bootorder()
|
| /freebsd/include/ |
| H A D | stdio.h | 382 FILE *open_memstream(char **, size_t *);
|
| /freebsd/usr.sbin/pw/ |
| H A D | pw_conf.c | 431 buffp = open_memstream(&buf, &sz); in write_userconfig()
|
| /freebsd/usr.sbin/prometheus_sysctl_exporter/ |
| H A D | prometheus_sysctl_exporter.c | 620 fp = open_memstream(&http_buf, &http_buflen); in main()
|
| /freebsd/usr.sbin/kldxref/ |
| H A D | kldxref.c | 278 fp = open_memstream(new_desc, &new_desc_size); in parse_pnp_list()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_lineno.c | 60 filepath = open_memstream(&lf->lf_fullpath, &slen); in _dwarf_lineno_add_file()
|
| /freebsd/usr.bin/truss/ |
| H A D | syscalls.c | 1586 fp = open_memstream(&tmp, &tmplen); in print_arg()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 331 // For open_memstream(). 6187 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) { 6189 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc); 6193 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc); 6229 COMMON_INTERCEPT_FUNCTION(open_memstream); \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2463 fun:open_memstream=uninstrumented
|