gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:getc_unlocked (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
433: #if __POSIX_VISIBLE >= 199506
434: #define getc_unlocked(fp)       __sgetc(fp)
435: /*
bsd_source/lib/libc/src_bsd/stdio/getc.c - 2.1KB - 62 lines
42: int
43: getc_unlocked(FILE *fp)
44: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
519:     defined(_REENTRANT) || defined(_NETBSD_SOURCE)
520: #define getc_unlocked(fp)       __sgetc(fp)
521: #define putc_unlocked(x, fp)    __sputc(x, fp)