Home
last modified time | relevance | path

Searched defs:putchar_unlocked (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libc/stdio/
HDputchar.c66 putchar_unlocked(int ch) in putchar_unlocked() function
/trueos/contrib/diff/lib/
HDunlocked-io.h119 # define putchar_unlocked(x) putchar (x) macro
/trueos/include/
HDstdio.h518 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro