/src/lib/libc/arch/m68k/sys/ |
brk.S | 70 jls ok 72 ok: label
|
/src/sys/arch/i386/stand/lib/ |
biosgetrtc.S | 42 jnc ok 45 ok: label
|
bios_disk.S | 161 jnc ok 164 jnz ok 181 ok: label
|
/src/usr.bin/make/unit-tests/ |
directive-ifmake.mk | 13 # expect+1: ok: positive condition works 14 . info ok: positive condition works target 25 # expect+1: ok: negation works 26 . info ok: negation works target 35 # expect+1: ok: double negation works 36 . info ok: double negation works target 43 # expect+1: ok: both mentioned 44 . info ok: both mentioned target 51 # expect+1: ok: only those mentioned 52 . info ok: only those mentione target [all...] |
phony-end.mk | 3 all ok also.ok bug phony: target 6 .END: ok also.ok bug
|
deptgt-end-fail.mk | 16 .for all in ok ERR 17 . for all-dep in ok ERR 18 . for end in ok ERR 19 . for end-dep in ok ERR 41 CMD.ok= true
|
/src/tests/usr.bin/xlint/lint1/ |
msg_356.c | 31 char ok[] = "" variable in typeref:typename:char[]
|
msg_037.c | 9 unsigned int ok: 3; member in struct:example
|
msg_099.c | 11 int ok = defined_variable; local in function:example
|
msg_036.c | 11 unsigned int ok: 3; member in struct:example
|
msg_065.c | 6 struct ok { struct
|
/src/lib/libc/arch/m68k/gen/ |
_setjmp.S | 77 jne ok /* non-zero ok */ 79 ok: label
|
/src/lib/libc/compat/arch/m68k/gen/ |
compat_setjmp.S | 87 jne ok /* non-zero ok */ 89 ok: label
|
/src/games/trek/ |
dock.c | 64 int ok; local in function:dock 71 /* check for ok to dock, i.e., adjacent to a starbase */ 72 ok = 0; 73 for (i = Ship.sectx - 1; i <= Ship.sectx + 1 && !ok; i++) { 80 ok++; 85 if (!ok) {
|
/src/sys/fs/v7fs/ |
v7fs_dirent.c | 68 bool ok = true; local in function:v7fs_dirent_endian_convert 74 ok = false; 79 return ok;
|
/src/games/hack/ |
hack.bones.c | 152 int fd, x, y, ok; local in function:getbones 160 if ((ok = uptodate(fd)) != 0) { 175 return (ok);
|
/src/sys/kern/ |
subr_kobj_vfs.c | 108 bool ok = false; local in function:kobj_read_vfs 112 ok = true; 116 ok = true; 120 ok = true; 121 if (!ok)
|
/src/tests/lib/libm/ |
t_sqrt.c | 71 bool ok; local in function:ATF_TC_BODY 74 ok = (x_sqrt == x_pow12); 76 ok = (fabs((x_sqrt - x_pow12)/x_sqrt) <= eps); 79 if (!ok) { 178 bool ok; local in function:ATF_TC_BODY 181 ok = (x_sqrt == x_pow12); 183 ok = (fabsf((x_sqrt - x_pow12)/x_sqrt) <= eps); 186 if (!ok) { 286 bool ok; local in function:ATF_TC_BODY 289 ok = (x_sqrt == x_pow12) [all...] |
t_cbrt.c | 72 bool ok; local in function:ATF_TC_BODY 75 ok = (x_cbrt == x_pow13); 77 ok = (fabs((x_cbrt - x_pow13)/x_cbrt) <= eps); 80 if (!ok) { 181 bool ok; local in function:ATF_TC_BODY 184 ok = (x_cbrt == x_pow13); 186 ok = (fabsf((x_cbrt - x_pow13)/x_cbrt) <= eps); 189 if (!ok) { 291 bool ok; local in function:ATF_TC_BODY 294 ok = (x_cbrt == x_pow13) [all...] |
/src/usr.bin/innetgr/ |
innetgr.c | 53 int c, ok, verbose = 0; local in function:main 80 ok = innetgr(argv[optind], host, user, domain); 82 printf("%s: %d\n", argv[optind], ok); 83 if (ok)
|
/src/sys/arch/macppc/macppc/ |
interrupts.c | 128 int ok = 0; local in function:init_interrupt 144 ok = 1; 149 ok = 1; 151 if (ok == 0)
|
/src/lib/libc/compat/net/ |
compat_ns_ntoa.c | 89 int ok = 0; local in function:spectHex 101 ok = 1; 107 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
|
/src/lib/libc/gen/ |
fnmatch.c | 76 int negate, ok, need; local in function:rangematch 92 for (ok = 0; (c = FOLDCASE(*pattern++, flags)) != ']' || need;) { 109 ok = 1; 111 ok = 1; 113 return ok == negate ? NULL : pattern;
|
/src/sys/arch/ia64/disasm/ |
disasm_decode.c | 2526 int ok; local in function:asm_decode 2537 ok = 1; 2538 while (ok && *tp != 0) { 2541 ok = asm_decodeB(ip, b, slot++); 2544 ok = asm_decodeF(ip, b, slot++); 2547 ok = asm_decodeI(ip, b, slot++); 2550 ok = (slot++ == 1) ? 1 : 0; 2553 ok = asm_decodeM(ip, b, slot++); 2556 ok = asm_decodeX(ip, b, slot++); 2559 ok = 1 [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
ratelimit.h | 87 int ok; local in function:__ratelimit 90 ok = false; 94 ok = ppsratecheck(&r->rl_lasttime, &r->rl_curpps, r->rl_maxpps); 97 out: if (!ok) 99 return ok;
|