Searched defs:putc (Results 1 - 10 of 10) sorted by relevance
| /src/lib/libc/stdio/ |
| H A D | putc.c | 57 putc(int c, FILE *fp) function in typeref:typename:int
|
| /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
| H A D | xxboot.ahdi.S | 158 putc: movw %d0,%sp@- label
|
| /src/sys/arch/atari/stand/xxboot/fdboot/ |
| H A D | fdboot.S | 154 putc: movw %d0,%sp@- label
|
| /src/sys/arch/amd64/stand/prekern/ |
| H A D | console.c | 67 static void putc(int color, char c) function in typeref:typename:void
|
| /src/bin/sh/bltin/ |
| H A D | bltin.h | 72 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
|
| /src/sys/kern/ |
| H A D | tty_subr.c | 245 putc(int c, struct clist *clp) function in typeref:typename:int
|
| /src/sys/arch/ews4800mips/stand/common/ |
| H A D | console.h | 70 void (*putc)(int, int, int); member in struct:cons
|
| /src/sys/arch/macppc/stand/bootxx/ |
| H A D | bootxx.c | 309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro
|
| /src/include/ |
| H A D | stdio.h | 495 #define putc(x, fp) __sputc(x, fp) macro
|
| /src/sys/sys/ |
| H A D | midiio.h | 559 } putc; /* a seqold event that's still needed at times, ugly as 'tis */ member in union:__anon3eb89ec0020a
|
Completed in 9 milliseconds