Searched refs:__fsetlocking (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dstdio_ext.h8 # define __fsetlocking(fp, type) INTUSE(__fsetlocking) (fp, type) macro
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A D__fsetlocking.c21 #undef __fsetlocking macro
24 __fsetlocking (FILE *fp, int type) function
38 INTDEF(__fsetlocking)
/haiku-fatelf/headers/posix/
H A Dstdio_ext.h30 extern int __fsetlocking(FILE* stream, int type);
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dstdio_ext.h83 extern int __fsetlocking (FILE *__fp, int __type);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetpass.c39 # define __fsetlocking(stream, type) /* empty */ macro
110 __fsetlocking (tty, FSETLOCKING_BYCALLER);
/haiku-fatelf/src/bin/network/wget/lib/
H A Dgetpass.c38 # define __fsetlocking(stream, type) /* empty */ macro
109 __fsetlocking (tty, FSETLOCKING_BYCALLER);
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dlocalealias.c245 __fsetlocking (fp, FSETLOCKING_BYCALLER);
/haiku-fatelf/src/bin/gawk/intl/
H A Dlocalealias.c243 __fsetlocking (fp, FSETLOCKING_BYCALLER);
/haiku-fatelf/src/bin/gawk/
H A Dconfigure7024 __fsetlocking
/haiku-fatelf/src/bin/bash/
H A Dconfigure9677 __fsetlocking
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure2176 ac_func_list="$ac_func_list __fsetlocking"
20312 { $as_echo "$as_me:$LINENO: checking whether __fsetlocking is declared" >&5
20313 $as_echo_n "checking whether __fsetlocking is declared... " >&6; }
20331 #ifndef __fsetlocking
20332 (void) __fsetlocking;

Completed in 329 milliseconds