HomeSort by: relevance | last modified time | path
    Searched defs:putc (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/stdio/
putc.c 1 /* $NetBSD: putc.c,v 1.13 2018/02/04 01:13:45 mrg Exp $ */
38 static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: putc.c,v 1.13 2018/02/04 01:13:45 mrg Exp $");
51 * A subroutine version of the macro putc.
53 #undef putc
57 putc(int c, FILE *fp) function in typeref:typename:int
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
xxboot.ahdi.S 137 2: bsrs putc
156 bcss putc
158 putc: movw %d0,%sp@- label
  /src/sys/arch/atari/stand/xxboot/fdboot/
fdboot.S 133 2: bsrs putc
152 bcss putc
154 putc: movw %d0,%sp@- label
  /src/sys/arch/amd64/stand/prekern/
console.c 67 static void putc(int color, char c) function in typeref:typename:void
94 putc(color, buf[i]);
  /src/bin/sh/bltin/
bltin.h 57 #undef putc
72 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
  /src/sys/kern/
tty_subr.c 245 putc(int c, struct clist *clp) function in typeref:typename:int
257 printf("putc: required clalloc\n");
497 putc(c, to);
  /src/sys/arch/ews4800mips/stand/common/
console.h 70 void (*putc)(int, int, int); member in struct:cons
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro
357 putc('0' + j % 10);
  /src/include/
stdio.h 98 * This ensures that the getc and putc macros (or inline functions) never
116 int _w; /* write space left for putc() */
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */
249 int putc(int, FILE *);
495 #define putc(x, fp) __sputc(x, fp) macro
499 #define putchar(x) putc(x, stdout)
  /src/sys/sys/
midiio.h 559 } putc; /* a seqold event that's still needed at times, ugly as 'tis */ member in union:__anonf4e6eb5a020a
773 e = SEQ_MK_EVENT(putc, SEQOLD_MIDIPUTC, .device=1, .byte=42);

Completed in 14 milliseconds