Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dflockfile.c37 funlockfile(stdout); in do_child_one()
39 puts("after first funlockfile"); in do_child_one()
41 funlockfile(stdout); in do_child_one()
66 funlockfile(fp); in do_child_two()
H A Dftrylockfile.c31 funlockfile(fptr); in ftrylockfile_0100()
H A Dfunlockfile.c49 funlockfile(filep); in child_func()
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c93 funlockfile(g); in main()
96 funlockfile(f); in main()
/third_party/musl/src/stdio/
H A Dfunlockfile.c4 void funlockfile(FILE *f) in funlockfile() function
/third_party/musl/src/passwd/
H A Dputgrent.c15 funlockfile(f); in putgrent()
/third_party/mesa3d/src/util/
H A Dlog.c93 funlockfile(stderr); in mesa_log_v()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h72 #define funlockfile _funlockfile macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h147 void funlockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h149 void funlockfile(FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h150 void funlockfile(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h147 void funlockfile(FILE *);
/third_party/musl/include/
H A Dstdio.h150 void funlockfile(FILE *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c60 {void(*p)(FILE*) = funlockfile;} in f()
/third_party/python/Objects/
H A Dfileobject.c12 #define FUNLOCKFILE(f) funlockfile(f)
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c1153 * We use flockfile() and funlockfile() instead of directly
1157 * flockfile/funlockfile will fall back to no-ops if libpthread
1347 funlockfile(stdin); in get_map()
1353 funlockfile(stdin); in put_map()
1703 funlockfile(stdout); in cpuset_cpumemdist()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp679 perror("fopen funlockfile"); in Bm_function_Flock_Funlockfile()
683 funlockfile(fp); in Bm_function_Flock_Funlockfile()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs510 pub fn funlockfile(arg1: *mut FILE); in funlockfile() functions
/third_party/python/
H A Dconfigure23515 funlockfile(f);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2610 extern void funlockfile (FILE *__stream) throw ();
[all...]

Completed in 62 milliseconds