Home
last modified time | relevance | path

Searched defs:putc_unlocked (Results 1 – 8 of 8) sorted by relevance

/netbsd/tools/compat/
H A Dputc_unlocked.c41 putc_unlocked(int c, FILE *stream) in putc_unlocked() function
/netbsd/lib/libc/stdio/
H A Dputc.c68 putc_unlocked(int c, FILE *fp) in putc_unlocked() function
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dgetpass.c67 # define putc_unlocked(c,stream) putc (c, stream) macro
H A Dunlocked-io.h118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd/include/
H A Dstdio.h522 #define putc_unlocked(x, fp) __sputc(x, fp) macro