Home
last modified time | relevance | path

Searched refs:outch (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/ft32/
H A Dtestutils.inc3 .macro outch ch
35 outch 'f'
36 outch 'a'
37 outch 'i'
38 outch 'l'
39 outch '\n'
48 outch 'p'
49 outch 'a'
50 outch 's'
51 outch 's'
[all …]
/netbsd-src/lib/libc/gen/
H A Dshquote.c91 #define XLATE_OUTCH(x) wcrtomb(outch, (x), &mbso) in __weak_alias()
99 #define XLATE_OUTCH(x) (outch[0] = (x), 1)
116 outch[outchlen - 1] != '\0')) { \
120 memcpy(buf, outch, outchlen); \
131 char outch[MB_LEN_MAX]; local
136 char outch[1];
/netbsd-src/games/hunt/huntd/
H A Ddraw.c61 outch(pp, translate(*sp)); in drawmaze()
63 outch(pp, player_sym(pp, y, x)); in drawmaze()
65 outch(pp, *sp); in drawmaze()
275 outch(rpp, translate(ch)); in check()
277 outch(rpp, player_sym(rpp, y, x)); in check()
279 outch(rpp, ch); in check()
300 outch(np, c); in showstat()
305 outch(np, c); in showstat()
H A Dexpl.c77 outch(pp, type); in showexpl()
85 outch(pp, type); in showexpl()
131 outch(pp, c); in rollexpl()
H A Dterminal.c62 outch(PLAYER *pp, int ch) in outch() function
H A Dhunt.h206 void outch(PLAYER *, int);
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c817 uint16_t outch; in utf8ucs2() local
822 outch = in[0]; in utf8ucs2()
824 *out = htole16(outch); in utf8ucs2()
828 outch = (in[0] & 0x1f) << 6 | (in[1] & 0x3f); in utf8ucs2()
830 *out = htole16(outch); in utf8ucs2()
834 outch = (in[0] & 0x1f) << 12 | (in[1] & 0x3f) << 6 | (in[2] & 0x3f); in utf8ucs2()
836 *out = htole16(outch); in utf8ucs2()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsysbypid_example.txt32 dtrace 19235 outch 34
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dsysbypid_example.txt32 dtrace 19235 outch 34