Searched refs:_IO_flockfile (Results 26 - 50 of 58) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/libio/
H A Dputc.c32 _IO_flockfile (fp);
H A Dftello.c41 _IO_flockfile (fp);
H A Dftello64.c42 _IO_flockfile (fp);
H A Diofputs.c41 _IO_flockfile (fp);
H A Diofread.c43 _IO_flockfile (fp);
H A Dioseekpos.c59 _IO_flockfile(fp);
H A Diosetbuffer.c38 _IO_flockfile (fp);
H A Dfreopen64.c48 _IO_flockfile (fp);
H A Diofgetpos64.c42 _IO_flockfile (fp);
H A Diofgets.c44 _IO_flockfile (fp);
H A Diofgetws.c44 _IO_flockfile (fp);
H A Diofsetpos.c40 _IO_flockfile (fp);
H A Diofsetpos64.c41 _IO_flockfile (fp);
H A Dioftell.c40 _IO_flockfile (fp);
H A Diofwrite.c43 _IO_flockfile (fp);
H A Diogets.c41 _IO_flockfile (_IO_stdin);
H A Dfreopen.c44 _IO_flockfile (fp);
79 _IO_flockfile (fp);
H A Diofclose.c64 _IO_flockfile (fp);
H A Diofgetpos.c42 _IO_flockfile (fp);
H A Dioseekoff.c78 _IO_flockfile (fp);
H A Diosetvbuf.c44 _IO_flockfile (fp);
H A Diogetdelim.c54 _IO_flockfile (fp);
H A Dlibio.h450 extern void _IO_flockfile (_IO_FILE *) __THROW;
456 # define _IO_flockfile(_fp) \ macro
457 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
462 # define _IO_flockfile(_fp) /**/ macro
/haiku/headers/posix/
H A Dlibio.h189 extern void _IO_flockfile(_IO_FILE *);
197 # define _IO_flockfile(_fp) /**/ macro
/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);

Completed in 73 milliseconds

123