HomeSort by: relevance | last modified time | path
    Searched refs:ok (Results 1 - 25 of 1372) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_356.c 31 char ok[] = "" variable
msg_085.c 20 /* expect+1: warning: struct 'ok' never defined [233] */
21 struct ok;
22 extern int ok(struct ok *);
msg_037.c 9 unsigned int ok: 3; member in struct:example
stmt_goto.c 22 goto ok;
23 ok:
msg_124.c 26 void ok(_Bool);
33 ok(vp == cp);
34 ok(vp == ip);
36 ok(vp == fp);
41 ok(vp == (void *)0);
42 ok(cp == (void *)0);
43 ok(ip == (void *)0);
44 ok(fp == (void *)0); /* wrong 274 before 2021-01-25 */
45 ok((void *)0 == vp);
46 ok((void *)0 == cp)
    [all...]
msg_036.c 11 unsigned int ok: 3; member in struct:example
msg_065.c 6 struct ok { struct
msg_123.c 8 void ok(_Bool);
14 ok(b < b);
15 ok(b < i);
16 ok(b < d);
19 ok(i < b);
20 ok(i < i);
21 ok(i < d);
24 ok(d < b);
25 ok(d < i);
26 ok(d < d)
    [all...]
msg_099.c 11 int ok = defined_variable; local
  /src/sys/external/isc/libsodium/dist/test/default/
keygen.exp 1 tv_keygen: ok
xchacha20.exp 1 tv_hchacha20: ok
3 tv_stream_xchacha20: ok
4 tv_secretbox_xchacha20: ok
5 tv_box_xchacha20poly1305: ok
ed25519_convert.exp 3 ok
  /src/usr.bin/make/unit-tests/
opt-m-include-dir.exp 0 ok
include-main.exp 1 make: include-main.mk:15: main-before-ok
2 make: include-main.mk:23: main-before-for-ok
3 make: include-sub.inc:4: sub-before-ok
4 make: include-sub.inc:14: sub-before-for-ok
5 Parsing include-subsub.inc:5: . info subsub-ok
6 make: include-subsub.inc:5: subsub-ok
13 make: include-sub.inc:38: sub-after-ok
14 make: include-sub.inc:45: sub-after-for-ok
15 make: include-main.mk:33: main-after-ok
16 make: include-main.mk:41: main-after-for-ok
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
insn-reloc.c 51 MOV $1, %[ok]
61 int ok = 0; local
66 " mov $1, %[ok]\n"
70 : [ok] "=r" (ok));
72 if (ok == 1)
84 MOV $1, %[ok]
91 int ok = 0; local
100 " mov $1, %[ok]\n"
101 : [ok] "=r" (ok))
126 int ok = 0; local
162 int ok = 0; local
201 int ok = 0; local
239 int ok = 0; local
278 int ok = 0; local
317 int ok = 0; local
354 int ok = 0; local
391 int ok = 0; local
476 int ok = 0; local
529 int ok = 0; local
571 int ok = 0; local
582 int ok = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
insn-reloc.c 51 MOV $1, %[ok]
61 int ok = 0; local
66 " mov $1, %[ok]\n"
70 : [ok] "=r" (ok));
72 if (ok == 1)
84 MOV $1, %[ok]
91 int ok = 0; local
100 " mov $1, %[ok]\n"
101 : [ok] "=r" (ok))
126 int ok = 0; local
162 int ok = 0; local
201 int ok = 0; local
239 int ok = 0; local
278 int ok = 0; local
317 int ok = 0; local
354 int ok = 0; local
391 int ok = 0; local
476 int ok = 0; local
529 int ok = 0; local
571 int ok = 0; local
582 int ok = 0; local
    [all...]
  /src/external/lgpl3/gmp/dist/demos/perl/
test.pl 96 ok ($Mytie::val == 123);
98 ok ($t == 456);
100 ok ($Mytie::val == 789);
133 ok (mpz(0) == 0);
134 ok (mpz('0') == 0);
135 ok (mpz(substr('101',1,1)) == 0);
136 ok (mpz(0.0) == 0);
137 ok (mpz(mpz(0)) == 0);
138 ok (mpz(mpq(0)) == 0);
139 ok (mpz(mpf(0)) == 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
pending-step.exp 68 set ok 0
70 set ok 0
76 set ok 1
80 if { $ok == 0 } {
85 if { $ok } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
pending-step.exp 68 set ok 0
70 set ok 0
76 set ok 1
80 if { $ok == 0 } {
85 if { $ok } {
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_get_possible_cpus_array_len.c 20 ok(ret > 0, "get_possible_cpus_array_len (%d > 0)", ret);
24 ok(ret > 0, "get_num_possible_cpus_fallback (%d > 0)", ret);
  /src/external/mit/expat/dist/doc/
style.css 45 font-size: var(--ok-fs-5);
46 color: var(--ok-tc-1);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sjlj.c 10 int ok = 0; variable
19 ok = 100;
23 if (ok == 100)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sjlj.c 10 int ok = 0; variable
19 ok = 100;
23 if (ok == 100)
  /src/external/mit/isl/dist/
isl_multi_check_domain_templ.c 17 isl_bool ok; local
22 ok = isl_space_has_domain_tuples(domain_space, space);
26 return ok;
35 isl_bool ok; local
37 ok = FN(MULTI(BASE),compatible_domain)(multi, domain);
38 if (ok < 0)
40 if (!ok)
  /src/usr.sbin/npf/npftest/libnpftest/
npf_gc_test.c 114 bool ok; local
122 ok = run_conn_gc(0, 0, 0);
123 CHECK_TRUE(ok);
126 ok = run_conn_gc(1, 0, 1);
127 CHECK_TRUE(ok);
130 ok = run_conn_gc(0, 1, 0);
131 CHECK_TRUE(ok);
134 ok = run_conn_gc(1, 1, 1);
135 CHECK_TRUE(ok);
138 ok = run_conn_gc(0, 2, 0)
161 bool ok; local
256 bool ok; local
    [all...]

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>