Home
last modified time | relevance | path

Searched refs:ftrylockfile (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/stdio/
H A Dflockfile.c6 if (!ftrylockfile(f)) return; in flockfile()
H A Dftrylockfile.c30 int ftrylockfile(FILE *f) in ftrylockfile() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dftrylockfile.c21 * @tc.desc : The parameter is valid, the ftrylockfile function can lock the file.
27 FILE *fptr = fopen("ftrylockfile.txt", "w+"); in ftrylockfile_0100()
29 ret = ftrylockfile(fptr); in ftrylockfile_0100()
33 remove("ftrylockfile.txt"); in ftrylockfile_0100()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h256 #define ftrylockfile _ftrylockfile
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h146 int ftrylockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h148 int ftrylockfile(FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h149 int ftrylockfile(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h146 int ftrylockfile(FILE *);
/third_party/musl/include/
H A Dstdio.h149 int ftrylockfile(FILE *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c59 {int(*p)(FILE*) = ftrylockfile;} in f()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs509 pub fn ftrylockfile(arg1: *mut FILE) -> c_int; in ftrylockfile() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2607 extern int ftrylockfile (FILE *__stream) throw () ;
[all...]

Completed in 30 milliseconds