Home
last modified time | relevance | path

Searched refs:flockfile (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dflockfile.c29 flockfile(stdout); in do_child_one()
33 flockfile(stdout); in do_child_one()
51 flockfile(fp); in do_child_two()
Dfunlockfile.c33 flockfile(filep); in child_func()
Dtest_src_functionalext_supplement_stdio.gni57 "flockfile",
/third_party/musl/libc-test/src/regression/
Dflockfile-list.c91 flockfile(g); in main()
92 flockfile(f); in main()
Dtest_src_regression.gni11 "flockfile-list",
/third_party/musl/src/stdio/
Dflockfile.c4 void flockfile(FILE *f) in flockfile() function
/third_party/musl/src/passwd/
Dputgrent.c9 flockfile(f); in putgrent()
/third_party/mesa3d/src/util/
Dlog.c86 flockfile(stderr); in mesa_log_v()
/third_party/musl/include/
Dstdio.h145 void flockfile(FILE *);
/third_party/musl/libc-test/src/api/
Dstdio.c45 {void(*p)(FILE*) = flockfile;} in f()
/third_party/musl/ndk_musl_include/
Dstdio.h145 void flockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h145 void flockfile(FILE *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h145 void flockfile(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h145 void flockfile(FILE *);
/third_party/musl/porting/linux/user/include/
Dstdio.h145 void flockfile(FILE *);
/third_party/python/Objects/
Dfileobject.c10 #define FLOCKFILE(f) flockfile(f)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def733 /// void flockfile(FILE *file);
734 TLI_DEFINE_ENUM_INTERNAL(flockfile)
735 TLI_DEFINE_STRING_INTERNAL("flockfile")
/third_party/musl/
Dlibc.map.txt675 flockfile;
DWHATSNEW78 implemented flockfile, wprintf, and robust mutex functions.
1502 - stack protector spuriously aborted with flockfile on powerpc
Dmusl_src.gni1095 "src/stdio/flockfile.c",
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1326 flockfile(stdin); in get_map()
1681 flockfile(stdout); in cpuset_cpumemdist()
/third_party/python/
Dpyconfig.h.in441 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
Dconfigure.ac4935 flockfile(f);
4943 [Define this if you have flockfile(), getc_unlocked(), and funlockfile()])
Dconfigure15807 flockfile(f);
/third_party/python/Misc/
DHISTORY25497 support flockfile(), getc_unlocked(), and funlockfile(), those are