Searched refs:_IO_flockfile (Results 1 – 25 of 58) sorted by relevance
123
10 #undef _IO_flockfile15 _IO_flockfile(_IO_FILE *stream) in _IO_flockfile() function36 weak_alias (_IO_flockfile, flockfile);
44 _IO_flockfile (fp);79 _IO_flockfile (fp);
27 _IO_flockfile (fp);
39 _IO_flockfile (_IO_stdin); in getwchar()
37 _IO_flockfile (fp);
29 _IO_flockfile (_IO_stdout);
40 _IO_flockfile (fp);
39 _IO_flockfile (_IO_stdin); in getchar()
31 _IO_flockfile (_IO_stdout);
50 _IO_flockfile(fp); in fwide()
30 _IO_flockfile (fp);
42 _IO_flockfile (fp);
39 _IO_flockfile (fp);
41 _IO_flockfile (fp);
41 _IO_flockfile(_IO_stdout); in _IO_puts()
14 # undef _IO_flockfile15 # define _IO_flockfile(_fp) \ macro