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

  /src/lib/libc/stdio/
putchar.c 49 #undef putchar_unlocked
67 putchar_unlocked(int c) function in typeref:typename:int
Makefile.inc 57 putc.3 putchar_unlocked.3 putc.3 putw.3
  /src/include/
stdio.h 320 int putchar_unlocked(int);
525 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 11 milliseconds