Searched refs:flockfile (Results 1 – 25 of 25) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | flockfile.c | 29 flockfile(stdout); in do_child_one() 33 flockfile(stdout); in do_child_one() 51 flockfile(fp); in do_child_two()
|
D | funlockfile.c | 33 flockfile(filep); in child_func()
|
D | test_src_functionalext_supplement_stdio.gni | 57 "flockfile",
|
/third_party/musl/libc-test/src/regression/ |
D | flockfile-list.c | 91 flockfile(g); in main() 92 flockfile(f); in main()
|
D | test_src_regression.gni | 11 "flockfile-list",
|
/third_party/musl/src/stdio/ |
D | flockfile.c | 4 void flockfile(FILE *f) in flockfile() function
|
/third_party/musl/src/passwd/ |
D | putgrent.c | 9 flockfile(f); in putgrent()
|
/third_party/mesa3d/src/util/ |
D | log.c | 86 flockfile(stderr); in mesa_log_v()
|
/third_party/musl/include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 45 {void(*p)(FILE*) = flockfile;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 145 void flockfile(FILE *);
|
/third_party/python/Objects/ |
D | fileobject.c | 10 #define FLOCKFILE(f) flockfile(f)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 733 /// void flockfile(FILE *file); 734 TLI_DEFINE_ENUM_INTERNAL(flockfile) 735 TLI_DEFINE_STRING_INTERNAL("flockfile")
|
/third_party/musl/ |
D | libc.map.txt | 675 flockfile;
|
D | WHATSNEW | 78 implemented flockfile, wprintf, and robust mutex functions. 1502 - stack protector spuriously aborted with flockfile on powerpc
|
D | musl_src.gni | 1095 "src/stdio/flockfile.c",
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1326 flockfile(stdin); in get_map() 1681 flockfile(stdout); in cpuset_cpumemdist()
|
/third_party/python/ |
D | pyconfig.h.in | 441 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
|
D | configure.ac | 4935 flockfile(f); 4943 [Define this if you have flockfile(), getc_unlocked(), and funlockfile()])
|
D | configure | 15807 flockfile(f);
|
/third_party/python/Misc/ |
D | HISTORY | 25497 support flockfile(), getc_unlocked(), and funlockfile(), those are
|