HomeSort by: relevance | last modified time | path
    Searched defs:putc_unlocked (Results 1 - 3 of 3) sorted by relevancy

  /src/tools/compat/
putc_unlocked.c 1 /* $NetBSD: putc_unlocked.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */
32 /* Emulate putc_unlocked(). */
39 #ifndef putc_unlocked
41 putc_unlocked(int c, FILE *stream) function in typeref:typename:int
46 #endif /* putc_unlocked */
  /src/lib/libc/stdio/
putc.c 54 #undef putc_unlocked
68 putc_unlocked(int c, FILE *fp) function in typeref:typename:int
  /src/include/
stdio.h 319 int putc_unlocked(int, FILE *);
522 #define putc_unlocked(x, fp) __sputc(x, fp) macro
525 #define putchar_unlocked(x) putc_unlocked(x, stdout)

Completed in 15 milliseconds