Home
last modified time | relevance | path

Searched refs:putchar_unlocked (Results 1 – 17 of 17) sorted by path

/openbsd/gnu/gcc/fixincludes/
H A Dconfig.h.in81 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
150 /* Define to 1 if you have the `putchar_unlocked' function. */
H A Dconfigure3269 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
4716 char *p = (char *) putchar_unlocked;
H A Dconfigure.ac85 putchar_unlocked putc_unlocked)
H A Dsystem.h67 # define putchar(C) putchar_unlocked (C)
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def540 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTCHAR_UNLOCKED, "putchar_unlocked", BT_FN_INT_INT, ATTR_NULL)
H A Dsystem.h75 # define putchar(C) putchar_unlocked (C)
/openbsd/gnu/gcc/libcpp/
H A Dconfig.in104 /* 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. */
H A Dconfigure5024 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
6471 char *p = (char *) putchar_unlocked;
H A Dconfigure.ac56 putchar_unlocked putc_unlocked)
H A Dsystem.h67 # define putchar(C) putchar_unlocked (C)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2662 fun:putchar_unlocked=uninstrumented
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1830 /// int putchar_unlocked(int c);
1831 TLI_DEFINE_ENUM_INTERNAL(putchar_unlocked)
1832 TLI_DEFINE_STRING_INTERNAL("putchar_unlocked")
/openbsd/include/
H A Dstdio.h330 int putchar_unlocked(int);
437 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
/openbsd/lib/libc/
H A DSymbols.list1427 putchar_unlocked
/openbsd/lib/libc/hidden/
H A Dstdio.h92 PROTO_NORMAL(putchar_unlocked);
/openbsd/lib/libc/stdio/
H A Dputchar.c36 #undef putchar_unlocked
41 putchar_unlocked(int c) in putchar_unlocked() function
47 DEF_WEAK(putchar_unlocked);
/openbsd/regress/lib/libc/orientation/
H A Dorientation_test.c199 TEST_NARROW_STD(stdout, putchar_unlocked('c')); in main()