Searched refs:_IO_flockfile (Results 1 - 25 of 58) sorted by last modified time

123

/haiku/headers/cpp/
H A Diostream.h53 else { if (_tie) _tie->flush(); _IO_flockfile(_strbuf); return 1;} }
165 _IO_flockfile(_strbuf);
174 _IO_flockfile(_strbuf);
183 _IO_flockfile(_strbuf);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c248 void _IO_flockfile() {} function
H A Dlibroot_stubs.c138 void _IO_flockfile() {} function
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c560 _IO_flockfile (_IO_stdout);
H A Dgenops.c68 _IO_flockfile ((_IO_FILE *) fp);
102 _IO_flockfile ((_IO_FILE *) fp);
832 _IO_flockfile (fp);
892 _IO_flockfile (fp);
H A Dwfileops.c223 _IO_flockfile (_IO_stdout);
H A Dclearerr.c27 _IO_flockfile (fp);
H A Dfeof.c37 _IO_flockfile (fp);
H A Dferror.c37 _IO_flockfile (fp);
H A Dflockfile.c10 #undef _IO_flockfile macro
15 _IO_flockfile(_IO_FILE *stream) function
36 weak_alias (_IO_flockfile, flockfile);
H A Dfputc.c39 _IO_flockfile (fp);
H A Dfputwc.c39 _IO_flockfile (fp);
H A Dfreopen.c44 _IO_flockfile (fp);
79 _IO_flockfile (fp);
H A Dfreopen64.c48 _IO_flockfile (fp);
H A Dfseek.c40 _IO_flockfile (fp);
H A Dfseeko.c40 _IO_flockfile (fp);
H A Dfseeko64.c42 _IO_flockfile (fp);
H A Dftello.c41 _IO_flockfile (fp);
H A Dftello64.c42 _IO_flockfile (fp);
H A Dfwide.c50 _IO_flockfile(fp);
H A Dgetc.c40 _IO_flockfile (fp);
H A Dgetchar.c39 _IO_flockfile (_IO_stdin);
H A Dgetwc.c41 _IO_flockfile (fp);
/haiku/headers/posix/
H A Dlibio.h189 extern void _IO_flockfile(_IO_FILE *);
197 # define _IO_flockfile(_fp) /**/ macro
/haiku/src/system/libroot/posix/glibc/include/
H A Dlibio.h14 # undef _IO_flockfile macro
15 # define _IO_flockfile(_fp) \ macro

Completed in 157 milliseconds

123