Searched refs:_IO_funlockfile (Results 1 - 25 of 62) sorted by last modified time

123

/haiku/headers/cpp/
H A Diostream.h54 void osfx() { _IO_funlockfile(_strbuf);
188 void isfx() { _IO_funlockfile(_strbuf); }
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c262 void _IO_funlockfile() {} function
H A Dlibroot_stubs.c152 void _IO_funlockfile() {} function
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c558 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
566 _IO_funlockfile (_IO_stdout);
H A Dgenops.c50 _IO_funlockfile (run_fp);
82 _IO_funlockfile ((_IO_FILE *) fp);
108 _IO_funlockfile ((_IO_FILE *) fp);
845 _IO_funlockfile (fp);
897 _IO_funlockfile (fp);
H A Dwfileops.c221 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
229 _IO_funlockfile (_IO_stdout);
H A Dclearerr.c29 _IO_funlockfile (fp);
H A Dfeof.c39 _IO_funlockfile (fp);
H A Dferror.c39 _IO_funlockfile (fp);
H A Dflockfile.c11 #undef _IO_funlockfile macro
22 _IO_funlockfile(_IO_FILE *stream) function
37 weak_alias (_IO_funlockfile, funlockfile);
H A Dfputc.c38 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
41 _IO_funlockfile (fp);
H A Dfputwc.c38 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
44 _IO_funlockfile (fp);
H A Dfreopen.c43 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
59 _IO_funlockfile (fp);
78 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
118 _IO_funlockfile (fp);
H A Dfreopen64.c47 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
71 _IO_funlockfile (fp);
H A Dfseek.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
42 _IO_funlockfile (fp);
H A Dfseeko.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
42 _IO_funlockfile (fp);
H A Dfseeko64.c41 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
44 _IO_funlockfile (fp);
H A Dftello.c40 _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, fp);
48 _IO_funlockfile (fp);
H A Dftello64.c41 _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, fp);
49 _IO_funlockfile (fp);
H A Dfwide.c49 _IO_cleanup_region_start((void (*) __P ((void *)))_IO_funlockfile, fp);
54 _IO_funlockfile(fp);
H A Dgetc.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
42 _IO_funlockfile (fp);
H A Dgetchar.c37 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
41 _IO_funlockfile (_IO_stdin);
H A Dgetwc.c40 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
43 _IO_funlockfile (fp);
/haiku/headers/posix/
H A Dlibio.h190 extern void _IO_funlockfile(_IO_FILE *);
198 # define _IO_funlockfile(_fp) /**/ macro
/haiku/src/system/libroot/posix/glibc/include/
H A Dlibio.h18 # undef _IO_funlockfile macro
19 # define _IO_funlockfile(_fp) \ macro

Completed in 176 milliseconds

123