gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:putchar_unlocked (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
447: #define getchar_unlocked()      getc_unlocked(stdin)
448: #define putchar_unlocked(c)     putc_unlocked(c, stdout)
449: 
bsd_source/lib/libc/src_bsd/stdio/putchar.c - 2.1KB - 59 lines
40: int
41: putchar_unlocked(int c)
42: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
523: #define getchar_unlocked()      getc_unlocked(stdin)
524: #define putchar_unlocked(x)     putc_unlocked(x, stdout)
525: #endif /* _POSIX_C_SOURCE >= 199506 || _XOPEN_SOURCE >= 500 || _REENTRANT... */