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

1234567891011>>

/freebsd-10.0-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.0-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.0-release/crypto/openssl/crypto/ui/
H A Dui_util.c71 int ok = 0; local
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
81 if (ok >= 0 && verify)
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
84 if (ok >= 0)
85 ok=UI_process(ui);
88 if (ok > 0)
89 ok = 0;
90 return(ok);
/freebsd-10.0-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.0-release/tools/regression/usr.bin/make/syntax/enl/
H A DMakefile13 @echo ok
17 # This should print ok because the second assignment to foo is actually
19 FOO=ok
22 FOO=not ok
/freebsd-10.0-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.0-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dwhatexec.d56 self->ok = 1;
60 /self->ok/
68 /self->ok/
78 self->ok = 0;
/freebsd-10.0-release/games/fortune/tools/
H A DDo_spell9 sort $F $1.sp.ok | uniq -u | column
/freebsd-10.0-release/tools/regression/bin/pax/
H A DMakefile8 rm -f ustar.ok ustar.fail*
/freebsd-10.0-release/tools/regression/lib/libutil/
H A Dtest-humanize_number.t10 exec ./$executable && echo humanize_numbers ok
/freebsd-10.0-release/libexec/rpc.rstatd/
H A Drstatd.c63 int ok; local
100 ok = svc_reg(transp, RSTATPROG, RSTATVERS_TIME,
103 ok = svc_create(rstat_service,
105 if (!ok) {
110 ok = svc_reg(transp, RSTATPROG, RSTATVERS_SWTCH,
113 ok = svc_create(rstat_service,
115 if (!ok) {
120 ok = svc_reg(transp, RSTATPROG, RSTATVERS_ORIG,
123 ok = svc_create(rstat_service,
125 if (!ok) {
[all...]
/freebsd-10.0-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.0-release/libexec/rpc.rusersd/
H A Drusersd.c62 int ok; local
93 ok = svc_reg(transp, RUSERSPROG, RUSERSVERS_IDLE,
96 ok = svc_create(rusers_service,
98 if (!ok) {
103 ok = svc_reg(transp, RUSERSPROG, RUSERSVERS_ORIG,
106 ok = svc_create(rusers_service,
108 if (!ok) {
/freebsd-10.0-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.0-release/contrib/dialog/samples/
H A Dyesno-both8 --ok-label "Next" \
H A Dyesno-extra8 --ok-label "Next" \
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/User/
H A Dsetuids.d59 self->ok = 1;
66 /arg0 == 0 && self->ok/
81 self->ok = 0;
/freebsd-10.0-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.0-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.0-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.0-release/crypto/heimdal/lib/sl/
H A Dtest_sl.c36 int ok; member in struct:__anon4893
77 if (!lines[i].ok)
80 } else if (!lines[i].ok)

Completed in 139 milliseconds

1234567891011>>