Searched refs:flockfile (Results 1 – 25 of 77) sorted by relevance
1234
27 #define flockfile(s) _IO_flockfile (s) macro44 flockfile (stderr); in __vwarnx_internal()58 flockfile (stderr); in __vwarn_internal()
27 #define flockfile(s) _IO_flockfile (s) macro189 flockfile (stream); in __getmntent_r()248 flockfile (stream); in __addmntent()
25 #define flockfile(s) _IO_flockfile (s) macro76 flockfile (out); in getpass()
40 #define flockfile(s) _IO_flockfile (s) macro74 flockfile (tf); in __getttyent()
30 flockfile (stdout); in tf()41 flockfile (stdout); in do_test()
35 flockfile (stdout); in tf()39 flockfile (stdout); in tf()
43 #undef flockfile54 void flockfile (FILE *)
57 flockfile; ftrylockfile; funlockfile;
24 #define flockfile(s) _IO_flockfile (s) macro45 flockfile (stream); in putgrent()
23 #define flockfile(s) _IO_flockfile (s) macro43 flockfile (stream); in putspent()
27 weak_alias (__flockfile, flockfile);
22 flockfile; fprintf; fscanf; ftrylockfile; funlockfile;
43 flockfile (fp); in do_test()
34 flockfile \
31 weak_alias (__flockfile, flockfile)
41 # define flockfile(fp) _IO_flockfile (fp) macro49 # define flockfile(fp) /* nop */ macro281 flockfile (stderr); in process_long_option()
83 flockfile (mallstream); in lock_and_info()
81 #define __flockfile flockfile
22 GLIBC_2.12 flockfile F
76 function void flockfile (FILE*)
867 extern void flockfile (FILE *__stream) __THROW;
508 @deftypefun void flockfile (FILE *@var{stream})513 The @code{flockfile} function acquires the internal locking object515 thread can explicitly through @code{flockfile}/@code{ftrylockfile} or526 @code{flockfile}. But unlike @code{flockfile} this function does not537 call to @code{flockfile} or a successful call of @code{ftrylockfile}.553 flockfile (fp);587 And it makes no sense since otherwise one would use @code{flockfile}.640 flockfile (fp);
740 @c flockfile dup @aculock
788 GLIBC_2.35 flockfile F
796 GLIBC_2.36 flockfile F