Searched refs:xputc (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/stand/i386/common/
H A Dcons.h27 void xputc(int c);
H A Dcons.c47 xputc(int c) function
61 xputc('\r');
62 xputc(c);
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c121 static int xputc(int);
579 xputc('\r');
580 xputc(c);
589 xputc(c = c << 8 | c >> 24);
590 xputc('\b');
628 xputc(int c) function
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c146 static int xputc(int);
622 xputc('\r');
623 xputc(c);
627 xputc(int c) function
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c363 static int xputc(int, FILE *);
418 xputc( function
1918 xputc(' ', fp);
1922 xputc(' ', fp);
2303 xputc('_', stdout);

Completed in 74 milliseconds