Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 5 of 5) sorted by relevance

/minix3/lib/libc/stdio/
H A Dputc.c57 putc(int c, FILE *fp) in putc() function
/minix3/bin/sh/bltin/
H A Dbltin.h66 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
/minix3/include/
H A Dstdio.h497 #define putc(x, fp) __sputc(x, fp) macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h485 putc, enumerator
/minix3/sys/sys/
H A Dmidiio.h559 } putc; /* a seqold event that's still needed at times, ugly as 'tis */ member