Searched refs:getchar_unlocked (Results 1 - 9 of 9) sorted by last modified time

/openbsd-current/lib/libc/hidden/
H A Dstdio.h80 PROTO_NORMAL(getchar_unlocked); variable
/openbsd-current/include/
H A Dstdio.h328 int getchar_unlocked(void);
436 #define getchar_unlocked() getc_unlocked(stdin) macro
/openbsd-current/lib/libc/stdio/
H A Dgetchar.c37 * A subroutine version of the macro getchar_unlocked.
39 #undef getchar_unlocked macro
42 getchar_unlocked(void) function
46 DEF_WEAK(getchar_unlocked); variable
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c194 TEST_NARROW_STD(stdin, getchar_unlocked());
/openbsd-current/gnu/gcc/libcpp/
H A Dconfigure5024 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
6315 echo "$as_me:$LINENO: checking whether getchar_unlocked is declared" >&5
6316 echo $ECHO_N "checking whether getchar_unlocked is declared... $ECHO_C" >&6
6330 #ifndef getchar_unlocked
6331 char *p = (char *) getchar_unlocked;
H A Dsystem.h75 # define getchar() getchar_unlocked ()
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h83 # define getchar() getchar_unlocked ()
/openbsd-current/gnu/gcc/fixincludes/
H A Dconfigure3269 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
4560 echo "$as_me:$LINENO: checking whether getchar_unlocked is declared" >&5
4561 echo $ECHO_N "checking whether getchar_unlocked is declared... $ECHO_C" >&6
4575 #ifndef getchar_unlocked
4576 char *p = (char *) getchar_unlocked;
H A Dsystem.h75 # define getchar() getchar_unlocked ()

Completed in 148 milliseconds