Searched refs:ok (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/freebsd-10.1-release/tools/regression/mac/mac_portacl/
H A Droot.t13 bind_test ok ok uid root tcp 77
14 bind_test ok ok uid root tcp 7777
15 bind_test ok ok uid root udp 77
16 bind_test ok ok uid root udp 7777
18 bind_test ok ok gi
[all...]
H A Dnobody.t17 bind_test ok ok uid nobody tcp 7777
19 bind_test ok ok uid nobody udp 7777
22 bind_test ok ok gid nobody tcp 7777
24 bind_test ok ok gid nobody udp 7777
29 bind_test ok ok ui
[all...]
/freebsd-10.1-release/tools/regression/lib/libc/stdio/
H A Dtest-fmemopen.t12 echo ok 1 - $executable successful
14 echo not ok 1 - $executable failed
H A Dtest-open_memstream.t12 echo ok 1 - $executable successful
14 echo not ok 1 - $executable failed
H A Dtest-open_wmemstream.t12 echo ok 1 - $executable successful
14 echo not ok 1 - $executable failed
/freebsd-10.1-release/crypto/openssl/crypto/ui/
H A Dui_util.c75 int ok = 0; local
83 ok = UI_add_input_string(ui, prompt, 0, buf, 0, size - 1);
84 if (ok >= 0 && verify)
85 ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);
86 if (ok >= 0)
87 ok = UI_process(ui);
90 if (ok > 0)
91 ok = 0;
92 return (ok);
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Dread2pwd.c119 int ok; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
126 return (ok);
132 int ok; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
139 return (ok);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dwhatexec.d56 self->ok = 1;
60 /self->ok/
68 /self->ok/
78 self->ok = 0;
H A Dsetuids.d59 self->ok = 1;
66 /arg0 == 0 && self->ok/
81 self->ok = 0;
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dwhatexec.d56 self->ok = 1;
60 /self->ok/
68 /self->ok/
78 self->ok = 0;
/freebsd-10.1-release/games/fortune/tools/
H A DDo_spell9 sort $F $1.sp.ok | uniq -u | column
/freebsd-10.1-release/libexec/rpc.rstatd/
H A Drstatd.c59 int ok; local
96 ok = svc_reg(transp, RSTATPROG, RSTATVERS_TIME,
99 ok = svc_create(rstat_service,
101 if (!ok) {
106 ok = svc_reg(transp, RSTATPROG, RSTATVERS_SWTCH,
109 ok = svc_create(rstat_service,
111 if (!ok) {
116 ok = svc_reg(transp, RSTATPROG, RSTATVERS_ORIG,
119 ok = svc_create(rstat_service,
121 if (!ok) {
[all...]
/freebsd-10.1-release/tools/regression/geom_eli/
H A Dresize.t28 echo ok $i - "Sized ${md}a to 10m"
33 echo ok $i - "Initialised geli on ${md}a"
36 echo ok $i - "Attached ${md}a as ${md}a.eli"
40 echo ok $i - "Initialised the filesystem on ${md}a.eli"
44 echo ok $i - "fsck says ${md}a.eli is clean," $(echo $(echo "$out" | wc -l)) \
53 echo ok $i - "Backed up ${md}a metadata"
57 echo ok $i - "Detached ${md}a.eli"
61 echo ok $i - "Sized ${md}a to 20m"
64 echo ok $i - "Attaching ${md}a fails after resizing the consumer"
68 echo ok
[all...]
/freebsd-10.1-release/libexec/rpc.rusersd/
H A Drusersd.c58 int ok; local
89 ok = svc_reg(transp, RUSERSPROG, RUSERSVERS_IDLE,
92 ok = svc_create(rusers_service,
94 if (!ok) {
99 ok = svc_reg(transp, RUSERSPROG, RUSERSVERS_ORIG,
102 ok = svc_create(rusers_service,
104 if (!ok) {
/freebsd-10.1-release/tools/regression/file/closefrom/
H A Dclosefrom.c57 ok(const char *descr) function
60 printf("ok %d - %s\n", test, descr);
69 printf("not ok %d - %s", test, descr);
154 ok("open");
160 ok("highest_fd");
167 ok("closefrom");
175 ok("open 16");
182 ok("closefrom");
187 ok("close 2");
194 ok("clos
[all...]
/freebsd-10.1-release/contrib/dialog/samples/
H A Dyesno-both8 --ok-label "Next" \
H A Dyesno-extra8 --ok-label "Next" \
/freebsd-10.1-release/bin/pax/tests/
H A Dlegacy_test.pl52 system "pax -wf ustar.ok $work94";
53 ok($? == 0, "Wrote 'ustar.ok' containing files with lengths @l");
59 system "pax -rf ustar.ok";
60 ok($? == 0, "Restored 'ustar.ok' containing files with lengths @l");
63 ok($? == 0, "Restored files are identical");
73 ok($?, "Failed to write 'ustar.fail1' containing files with lengths @l");
81 ok($?, "Failed to write 'ustar.fail2' with a 100 char filename");
88 ok(
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/User/
H A Dsetuids.d59 self->ok = 1;
66 /arg0 == 0 && self->ok/
81 self->ok = 0;
/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dread_password.c83 int ok = 0; local
109 while (!ok) {
131 ok = 1;
135 if (!ok)
141 ok = 0;
149 return !ok; /* return nonzero if not okay */
/freebsd-10.1-release/lib/libc/i386/sys/
H A Dbrk.S44 jmp ok
55 jbe ok
58 ok: label
71 jbe ok
74 ok: label
/freebsd-10.1-release/tools/regression/mmap/
H A Dmmap.c39 int ok[2]; /* Depending on security.bsd.map_at_zero {0, !=0}. */ member in struct:tests
78 if (tests[i].ok[map_at_zero] != 0)
81 (tests[i].ok[map_at_zero] == 0) ? "OK " : "ERR",
84 if (tests[i].ok[map_at_zero] != 1)
87 (tests[i].ok[map_at_zero] == 1) ? "OK " : "ERR",
/freebsd-10.1-release/crypto/heimdal/lib/sl/
H A Dtest_sl.c36 int ok; member in struct:__anon5081
77 if (!lines[i].ok)
80 } else if (!lines[i].ok)
/freebsd-10.1-release/sbin/growfs/tests/
H A Dlegacy_test.pl46 ok(setsize(10, 40), "Sized ${md}a to 10m");
50 ok(!grep(/MODIFIED/, @out), "fsck says ${md}a is clean, " .
55 ok(setsize(20, 40), "Sized ${md}a to 20m");
66 ok(!grep(/MODIFIED/, @out), "fsck says ${md}a is clean, " .
71 ok(setsize(30, 40), "Sized ${md}a to 30m");
82 ok(!grep(/MODIFIED/, @out), "fsck says ${md}a is clean, " .
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_check.c76 int ok = 0; local
116 ok = 1;
122 return (ok);
127 int ok = 0; local
142 ok = 1;
146 return (ok);

Completed in 259 milliseconds

1234567891011>>