Searched refs:ok (Results 276 - 300 of 403) sorted by path

<<11121314151617

/freebsd-11-stable/sys/rpc/
H A Dclnt_vc.c298 bool_t ok; local
515 ok = xdr_replymsg(&xdrs, &reply_msg);
518 if (ok) {
H A Dsvc.c660 bool_t ok; local
674 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq);
680 return (ok);
692 bool_t ok; local
704 ok = xdr_results(&xdrs, xdr_location);
707 if (ok) {
/freebsd-11-stable/tests/sys/file/
H A Dclosefrom_test.c58 ok(const char *descr) function
61 printf("ok %d - %s\n", test, descr);
70 printf("not ok %d - %s", test, descr);
155 ok("open");
161 ok("highest_fd");
168 ok("closefrom");
176 ok("open 16");
183 ok("closefrom");
188 ok("close 2");
195 ok("clos
[all...]
/freebsd-11-stable/tests/sys/mac/portacl/
H A Dmisc.sh48 echo ok
69 echo "ok ${ntest}"
70 elif [ "${out}" = "ok" -o "${out}" = "fl" ]; then
71 echo "not ok ${ntest} # '${out}' != '${expect_without_rule}'"
73 echo "not ok ${ntest} # unexpected output: '${out}'"
87 echo "ok ${ntest}"
88 elif [ "${out}" = "ok" -o "${out}" = "fl" ]; then
89 echo "not ok ${ntest} # '${out}' != '${expect_with_rule}'"
91 echo "not ok ${ntest} # unexpected output: '${out}'"
H A Dnobody_test.sh19 bind_test ok ok uid nobody tcp 7777
21 bind_test ok ok uid nobody udp 7777
24 bind_test ok ok gid nobody tcp 7777
26 bind_test ok ok gid nobody udp 7777
31 bind_test ok ok ui
[all...]
H A Droot_test.sh15 bind_test ok ok uid root tcp 77
16 bind_test ok ok uid root tcp 7777
17 bind_test ok ok uid root udp 77
18 bind_test ok ok uid root udp 7777
20 bind_test ok ok gi
[all...]
/freebsd-11-stable/tests/sys/vm/
H A Dmmap_test.c42 int ok[2]; /* Depending on security.bsd.map_at_zero {0, !=0}. */ member in struct:__anon8593
80 ATF_CHECK_MSG(map_at_zero_tests[i].ok[map_at_zero] == 0,
83 ATF_CHECK_MSG(map_at_zero_tests[i].ok[map_at_zero] == 1,
/freebsd-11-stable/tools/build/make_check/
H A DMakefile31 @echo "ok 1 - C_check # Test of -C flag existence detected no regression."
35 @echo "ok 2 - test_variables # Test variables detected no regression, output matches."
37 @echo "ok 3 - test_targets # Test targets detected no regression."
39 @echo "ok 4 - sysvmatch # Test sysvmatch detected no regression."
41 @echo "ok 5 lhs_expn # Test lhs_expn detected no regression."
43 @echo "ok 6 - notdef # Test notdef detected no regression."
45 @echo "ok 7 - modifiers # Test modifiers detected no regression."
47 @echo "ok 8 arith_expr # Test arith_expr detected no regression."
49 @echo "ok 9 PATH_exists # Test PATH_exists detected no regression."
51 @echo "ok 1
[all...]
/freebsd-11-stable/tools/regression/netinet/ipdivert/
H A Dipdivert.c52 ok(const char *test) function
128 ok(test);
137 ok(test);
150 ok(test);
163 ok(test);
/freebsd-11-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test13 @echo ok
17 # This should print ok because the second assignment to foo is actually
19 FOO=ok
22 FOO=not ok
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c1519 bool ok; local
1537 ok = compare_numbers(type, a, b);
1539 if (!ok && elseidx != NO_ELSE)
1542 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {
/freebsd-11-stable/usr.bin/fortune/tools/
H A DDo_spell9 sort $F $1.sp.ok | uniq -u | column
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv3451.c60 int ok; local
117 ok = expect("ON LINE");
119 if (!ok) {
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dkeymap109 --ok-label "$msg_ok" \
199 --ok-label \"\$msg_select\" \
H A Dtime41 --ok-label 'Set Date' \
53 --ok-label 'Set Time' \
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c496 goto ok;
501 goto ok;
518 ok:
/freebsd-11-stable/usr.sbin/gpioctl/
H A Dgpioctl.c112 str2int(const char *s, int *ok) argument
117 *ok = 0;
119 *ok = 1;
217 int flags, flag, ok; local
277 pinn = str2int(argv[0], &ok);
278 if (ok) {
289 pinn = str2int(argv[0], &ok);
290 if (!ok)
361 pinv = str2int(argv[1], &ok);
362 if (ok
[all...]
/freebsd-11-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh34 printf 'ok '
36 printf 'not ok '
53 ok
64 ok
78 ok
110 ok
124 ok
130 ok() function
146 ok
157 ok
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c3255 int ok; local
3271 ok = iface_Delete(arg->bundle->iface, &arg->bundle->ncp, &ifa);
3272 if (!ok) {
3274 ok = 1;
3283 return !ok;
H A Dmppe.c434 int ok; local
443 ok = r->mppe.sendkeylen && r->mppe.recvkeylen;
444 if (!ok)
450 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) ||
452 if (!ok)
456 return ok;
604 /* Peer wants stateless, that's ok */
611 /* Peer doesn't want stateless, that's ok */
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c947 int ok; local
969 ok = 0;
976 ok = 1;
980 if (!ok)
988 ok = 0;
997 ok = 1;
1001 if (!ok)
1116 int ok; local
1314 ok = 1; /* if there's no L filter, it is ok */
[all...]
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c62 objp->ok = TRUE;
65 objp->ok = FALSE;
73 if (objp->ok == FALSE)
76 objp->ok = FALSE;
91 result.ok = FALSE;
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c211 bool ok; local
213 ok = true;
240 ok = false;
244 return (ok);
260 bool ok, infamily; local
274 ok = true;
286 ok = false;
293 ok = false;
299 return (ok);
/freebsd-11-stable/usr.sbin/uefisign/
H A Dchild.c91 int ok; local
95 ok = EVP_DigestUpdate(mdctx, x->x_buf + off, len);
96 if (ok == 0) {
108 int i, ok; local
127 ok = EVP_DigestInit_ex(mdctx, md, NULL);
128 if (ok == 0) {
184 ok = EVP_DigestFinal_ex(mdctx, x->x_digest, &x->x_digest_len);
185 if (ok == 0) {
H A Duefisign.c162 int len, nid, ok; local
187 ok = NCONF_load_bio(cnf, bio, NULL);
188 if (ok == 0) {
229 ok = PKCS7_dataFinal(pkcs7, t_bio);
230 if (ok == 0) {
252 int ok; local
306 ok = i2d_PKCS7_bio(out, pkcs7);
307 if (ok == 0) {

Completed in 296 milliseconds

<<11121314151617