Home
last modified time | relevance | path

Searched refs:putchar_unlocked (Results 1 – 15 of 15) sorted by relevance

/dragonfly/lib/libc/stdio/
HDputchar.c44 #undef putchar_unlocked
62 putchar_unlocked(int ch) in putchar_unlocked() function
HDSymbol.map89 putchar_unlocked;
HDMakefile.inc113 putc.3 putchar_unlocked.3 \
/dragonfly/contrib/grep/lib/
HDunlocked-io.h122 # define putchar(x) putchar_unlocked (x)
124 # define putchar_unlocked(x) putchar (x) macro
/dragonfly/contrib/cvs-1.12/lib/
HDunlocked-io.h123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
/dragonfly/include/
HDstdio.h312 int putchar_unlocked(int);
499 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
/dragonfly/contrib/gcc-4.7/libcpp/
HDsystem.h80 # define putchar(C) putchar_unlocked (C)
HDconfig.in107 /* 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/
HDsystem.h79 # define putchar(C) putchar_unlocked (C)
/dragonfly/contrib/gcc-4.7/gcc/
HDsystem.h83 # define putchar(C) putchar_unlocked (C)
HDconfig.in770 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1353 /* Define to 1 if you have the `putchar_unlocked' function. */
HDbuiltins.def575 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTCHAR_UNLOCKED, "putchar_unlocked", BT_FN_INT_INT, ATTR_NULL)
/dragonfly/contrib/gcc-8.0/gcc/
HDsystem.h87 # define putchar(C) putchar_unlocked (C)
HDbuiltins.def752 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTCHAR_UNLOCKED, "putchar_unlocked", BT_FN_INT_INT, ATTR_NULL)
/dragonfly/gnu/usr.bin/cvs/lib/
HDconfig.h.proto245 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if