Searched refs:putchar_unlocked (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/lib/libc/stdio/ |
| HD | putchar.c | 44 #undef putchar_unlocked 62 putchar_unlocked(int ch) in putchar_unlocked() function
|
| HD | Symbol.map | 89 putchar_unlocked;
|
| HD | Makefile.inc | 113 putc.3 putchar_unlocked.3 \
|
| /dragonfly/contrib/grep/lib/ |
| HD | unlocked-io.h | 122 # define putchar(x) putchar_unlocked (x) 124 # define putchar_unlocked(x) putchar (x) macro
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | unlocked-io.h | 123 # define putchar(x) putchar_unlocked (x) 125 # define putchar_unlocked(x) putchar (x) macro
|
| /dragonfly/include/ |
| HD | stdio.h | 312 int putchar_unlocked(int); 499 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | system.h | 80 # define putchar(C) putchar_unlocked (C)
|
| HD | config.in | 107 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if 182 /* Define to 1 if you have the `putchar_unlocked' function. */
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | system.h | 79 # define putchar(C) putchar_unlocked (C)
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | system.h | 83 # define putchar(C) putchar_unlocked (C)
|
| HD | config.in | 770 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise 1353 /* Define to 1 if you have the `putchar_unlocked' function. */
|
| HD | builtins.def | 575 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTCHAR_UNLOCKED, "putchar_unlocked", BT_FN_INT_INT, ATTR_NULL)
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | system.h | 87 # define putchar(C) putchar_unlocked (C)
|
| HD | builtins.def | 752 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTCHAR_UNLOCKED, "putchar_unlocked", BT_FN_INT_INT, ATTR_NULL)
|
| /dragonfly/gnu/usr.bin/cvs/lib/ |
| HD | config.h.proto | 245 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
|