gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:putc_unlocked (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
439: #if __BSD_VISIBLE
440: #define putc_unlocked(x, fp)    __sputc(x, fp)
441: #endif /* __BSD_VISIBLE */
bsd_source/lib/libc/src_bsd/stdio/putc.c - 2.3KB - 68 lines
43: int
44: putc_unlocked(int c, FILE *fp)
45: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
520: #define getc_unlocked(fp)       __sgetc(fp)
521: #define putc_unlocked(x, fp)    __sputc(x, fp)
522: