| /src/lib/libc/stdio/ |
| H A D | xprintf_float.c | 170 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in __printf_render_float() local 180 ox[1] = '\0'; in __printf_render_float() 196 ox[1] = 'x'; in __printf_render_float() 200 ox[1] = 'X'; in __printf_render_float() 220 ox[1] = '\0'; in __printf_render_float() 343 if (ox[1]) in __printf_render_float() 354 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __printf_render_float() 355 ox[0] = '0'; in __printf_render_float() 356 ret += __printf_puts(io, ox, 2); in __printf_render_float()
|
| H A D | vfprintf.c | 355 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in __vfprintf() local 496 ox[1] = '\0'; in __vfprintf() 655 ox[1] = ch; in __vfprintf() 704 ox[1] = 'x'; in __vfprintf() 708 ox[1] = 'X'; in __vfprintf() 730 ox[1] = '\0'; in __vfprintf() 871 ox[1] = 'x'; in __vfprintf() 921 ox[1] = ch; in __vfprintf() 990 if (ox[1]) in __vfprintf() 1008 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __vfprintf() [all …]
|
| H A D | vfwprintf.c | 429 wchar_t ox[2]; /* space for 0x hex-prefix */ in __vfwprintf() local 565 ox[1] = '\0'; in __vfwprintf() 724 ox[1] = ch; in __vfwprintf() 761 ox[1] = 'x'; in __vfwprintf() 765 ox[1] = 'X'; in __vfwprintf() 785 ox[1] = '\0'; in __vfwprintf() 926 ox[1] = 'x'; in __vfwprintf() 978 ox[1] = ch; in __vfwprintf() 1047 if (ox[1]) in __vfwprintf() 1065 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __vfwprintf() [all …]
|
| /src/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_ins_wch.c | 92 NCURSES_SIZE_T ox = win->_curx; in wins_wch() local 96 win->_curx = ox; in wins_wch() 131 NCURSES_SIZE_T ox = win->_curx; in wins_nwstr() local 164 win->_curx = ox; in wins_nwstr()
|
| /src/contrib/arm-optimized-routines/math/test/testcases/directed/ |
| H A D | expf.tst | 11 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=expf op1=42cffff8 result=7f800000 errno=ERANGE status=ox 19 func=expf op1=42d00008 result=7f800000 errno=ERANGE status=ox
|
| H A D | exp2f.tst | 11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=exp2f op1=43000000 result=7f800000 errno=ERANGE status=ox 19 func=exp2f op1=43000001 result=7f800000 errno=ERANGE status=ox
|
| H A D | coshf.tst | 11 func=coshf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 13 func=coshf op1=ff7fffff result=7f800000 errno=ERANGE status=ox
|
| H A D | cosh.tst | 11 func=cosh op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 13 func=cosh op1=ffefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
|
| H A D | sinh.tst | 11 func=sinh op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 13 func=sinh op1=ffefffff.ffffffff result=fff00000.00000000 errno=ERANGE status=ox
|
| H A D | sinhf.tst | 11 func=sinhf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 13 func=sinhf op1=ff7fffff result=ff800000 errno=ERANGE status=ox
|
| H A D | powf.tst | 119 func=powf op1=00000001 op2=bf800000 result=7f800000 errno=ERANGE status=ox 207 func=powf op1=351738cd op2=c0c55691 result=7f800000 errno=ERANGE status=ox 208 func=powf op1=42836035 op2=41a99f40 result=7f800000 errno=ERANGE status=ox 212 func=powf op1=28f0e770 op2=c035b4ca result=7f800000 errno=ERANGE status=ox 215 func=powf op1=3a2f1163 op2=c1422d45 result=7f800000 errno=ERANGE status=ox 216 func=powf op1=434f5cf3 op2=41851272 result=7f800000 errno=ERANGE status=ox 217 func=powf op1=2e0e27a4 op2=c06b13f5 result=7f800000 errno=ERANGE status=ox 219 func=powf op1=21c80729 op2=c00a04ab result=7f800000 errno=ERANGE status=ox 221 func=powf op1=2d173e0b op2=c05ee797 result=7f800000 errno=ERANGE status=ox 222 func=powf op1=452edf9a op2=4132dd7f result=7f800000 errno=ERANGE status=ox [all …]
|
| H A D | exp2.tst | 12 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox
|
| H A D | exp.tst | 12 func=exp op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp op1=40862e42.fefa39f0 result=7ff00000.00000000 errno=ERANGE status=ox
|
| H A D | exp10.tst | 11 func=exp10 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
|
| H A D | expm1.tst | 11 func=expm1 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
|
| H A D | expm1f.tst | 11 func=expm1f op1=7f7fffff result=7f800000 errno=ERANGE status=ox
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_insnstr.c | 83 NCURSES_SIZE_T ox = win->_curx; in NCURSES_EXPORT() local 89 win->_curx = ox; in NCURSES_EXPORT()
|
| H A D | lib_insch.c | 156 NCURSES_SIZE_T ox = win->_curx; in winsch() local 160 win->_curx = ox; in winsch()
|
| /src/lib/libmp/ |
| H A D | mpasbn.c | 372 MINT *ox, *x; in mp_msqrt() local 381 ox = _itom("msqrt", 0); in mp_msqrt() 386 _movem("msqrt", x, ox); in mp_msqrt() 390 _msub("msqrt", ox, x, z3); in mp_msqrt() 397 _mfree("msqrt", ox); in mp_msqrt()
|
| /src/usr.bin/systat/ |
| H A D | main.c | 355 int oy, ox; in error() local 359 getyx(stdscr, oy, ox); in error() 365 move(oy, ox); in error()
|
| /src/contrib/file/src/ |
| H A D | der.c | 409 size_t ox; in printdata() local 416 ox = x; in printdata() 425 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
|
| /src/contrib/sendmail/libsm/ |
| H A D | vfprintf.c | 200 char ox[2]; /* space for 0x hex-prefix */ local 759 ox[0] = '0'; 760 ox[1] = ch; 761 PRINT(ox, 2);
|
| /src/share/dict/ |
| H A D | web2a | 24118 galla ox 31095 jungle ox 38790 ox antelope 38791 ox ball 38792 ox balm 38793 ox bile 38794 ox bot 38795 ox daisy 38798 ox-eyed 38800 ox-eyed arch [all …]
|
| /src/contrib/one-true-awk/ |
| H A D | FIXES.1e | 715 and code from arnaud desitter, arnaud@nimbus.geog.ox.ac.uk
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | bib | 2069 …vet thy neighbour's wife, nor his manservant, nor his maidservant, nor his ox, nor his ass, nor an… 2106 If an ox gore a man or a woman, that they die: then the ox shall be surely stoned, and his flesh sh… 2107 …ox were wont to push with his horn in time past, and it hath been testified to his owner, and he h… 2110 If the ox shall push a manservant or a maidservant; he shall give unto their master thirty shekels … 2111 And if a man shall open a pit, or if a man shall dig a pit, and not cover it, and an ox or an ass f… 2113 And if one man's ox hurt another's, that he die; then they shall sell the live ox, and divide the m… 2114 …r if it be known that the ox hath used to push in time past, and his owner hath not kept him in; h… 2115 If a man shall steal an ox, or a sheep, and kill it, or sell it; he shall restore five oxen for an … 2118 If the theft be certainly found in his hand alive, whether it be ox, or ass, or sheep; he shall res… 2123 For all manner of trespass, whether it be for ox, for ass, for sheep, for raiment, or for any manne… [all …]
|