Searched refs:ok (Results 126 - 150 of 403) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp78 bool ok; local
85 ok = false;
90 ok = false;
96 ok = false;
99 ok = true;
101 return ok;
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-analyze.c237 bool ok; local
314 ok = (vectorizable_operation (stmt, NULL, NULL)
320 if (!ok)
335 ok = vectorizable_reduction (stmt, NULL, NULL);
337 if (ok)
340 ok = vectorizable_live_operation (stmt, NULL, NULL);
342 if (!ok)
1377 3- vect_analyze_drs_alignment(): check that ref_stmt.alignment is ok.
1378 4- vect_analyze_drs_access(): check that ref_stmt.step is ok.
2036 bool ok; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c262 /* return 0 if ok, 1 (or -1) otherwise */
278 int ok; local
288 ok = 0;
293 ok = 0;
320 * EINVAL instead. This should be ok
368 while ((!ok) && (number--)) {
401 ok = 1;
428 return (!ok);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp318 bool ok = true; local
320 ok &= FindMetadata("_thread_db_pthread_dtvp", eOffset,
322 ok &=
324 ok &= FindMetadata("_thread_db_link_map_l_tls_modid", eOffset,
326 ok &= FindMetadata("_thread_db_dtv_t_pointer_val", eOffset,
329 if (ok)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c230 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
2278 fprintf(stderr, " ok.\n");
2451 /* ok */
2628 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) argument
2635 if (ok)
2643 if (ok == 0) {
2651 ok = 1;
2655 if (ok == 1) {
2746 return (ok);
2779 int ok local
2856 int ok; local
2922 int ok; local
2991 int ok = 1; local
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Dform219 value=`$DIALOG --ok-label "Submit" \
H A Dinputmenu121 value=`$DIALOG --clear --ok-label "Create" \
H A Dinputmenu222 value=`$DIALOG --clear --ok-label "Create" \
H A Dinputmenu322 value=`$DIALOG --clear --ok-label "Create" \
H A Dinputmenu421 value=`$DIALOG --clear --ok-label "Create" \
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c318 int ok = 0, nid; local
429 ok = 1;
433 return (ok);
438 int ok = 0, nid; local
534 ok = 1;
544 return (ok);
550 int ok = 0; local
636 ok = 1;
638 err:if (!ok) {
653 int ok local
697 int ok = 0, tmp; local
1103 int ok = 0; local
1204 int ret = 0, ok = 0; local
[all...]
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c165 static int ok(const char *str);
329 if (ok("Should we write new partition table?"))
445 if (u_flag && ok("Do you want to change it?")) {
465 if (ok("Explicitly specify beg/end address ?"))
494 } while (!ok("Are we happy with this entry?"));
530 if (!ok("Do you want to change the active partition?"))
542 } while (!ok("Are you happy with this choice"));
550 if (ok("Do you want to change the boot code?"))
559 if (ok("Do you want to change our idea of what BIOS thinks ?"))
569 while(!ok("Ar
766 ok(const char *str) function
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c243 bool ok; member in struct:test
264 if (t->ok) {
287 bool ok; member in struct:test
306 if (t->ok) {
317 if (t->ok)
344 bool ok; member in struct:test
365 if (t->ok) {
388 bool ok; member in struct:check_eq_test
399 t->ok ? "true" : "false");
406 if (t->ok) {
566 bool ok; member in struct:test
610 bool ok; member in struct:require_eq_test
[all...]
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h268 am_WRITE3resok ok; member in union:am_WRITE3res::__anon43
294 am_LOOKUP3resok ok; member in union:am_LOOKUP3res::__anon44
321 am_COMMIT3resok ok; member in union:am_COMMIT3res::__anon45
347 am_ACCESS3resok ok; member in union:am_ACCESS3res::__anon46
366 am_GETATTR3resok ok; member in union:am_GETATTR3res::__anon47
484 am_CREATE3resok ok; member in union:am_CREATE3res::__anon56
508 am_REMOVE3resok ok; member in union:am_REMOVE3res::__anon57
540 am_READ3resok ok; member in union:am_READ3res::__anon59
574 am_FSINFO3resok ok; member in union:am_FSINFO3res::__anon60
605 am_FSSTAT3resok ok; member in union:am_FSSTAT3res::__anon61
635 am_PATHCONF3resok ok; member in union:am_PATHCONF3res::__anon62
670 am_SYMLINK3resok ok; member in union:am_SYMLINK3res::__anon63
695 am_READLINK3resok ok; member in union:am_READLINK3res::__anon64
739 am_MKNOD3resok ok; member in union:am_MKNOD3res::__anon66
766 am_MKDIR3resok ok; member in union:am_MKDIR3res::__anon67
790 am_RMDIR3resok ok; member in union:am_RMDIR3res::__anon68
817 am_RENAME3resok ok; member in union:am_RENAME3res::__anon69
863 am_READDIRPLUS3resok ok; member in union:am_READDIRPLUS3res::__anon70
906 am_READDIR3resok ok; member in union:am_READDIR3res::__anon71
933 am_LINK3resok ok; member in union:am_LINK3res::__anon72
967 am_SETATTR3resok ok; member in union:am_SETATTR3res::__anon74
[all...]
/freebsd-11-stable/contrib/flex/
H A Dtables_shared.h142 %ok-for-header
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_hooks.h204 /* FIXME: note that this returns ok when nothing is run. I suspect it should
216 * @param ok Success value
222 #define APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ns,link,ret,name,args_decl,args_use,ok,decline) \
228 ret rv = ok; \
241 if(rv != ok && rv != decline) \
243 rv = ok; \
/freebsd-11-stable/share/examples/ppp/
H A Dchap-auth93 button .b.ok -default active -text "Ok" -command {done};
94 pack .b.ok -side left;
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c80 int ok = 0; local
199 ok = 1;
202 if (ec->key && (!keep_key || !ok)) {
211 if (ok)
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_key.c130 int ok = 0; local
200 ok = 1;
202 if (ok != 1)
210 return (ok);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfscanf.c512 ** Switch on the character; `goto ok'
542 goto ok;
549 goto ok;
551 /* digits 8 and 9 ok iff decimal or hex */
557 goto ok;
559 /* letters ok iff hex */
569 goto ok;
571 /* sign ok only as first character */
576 goto ok;
580 /* x ok if
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_lib.c470 int i, ok = 0; local
474 ok = -1;
488 ok = -1;
496 ok = -2;
499 ok = -1;
502 ok = 0;
512 ok = -2;
515 ok = -1;
518 ok = 0;
528 return ok;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c122 dummy_cb(struct event_overlapped *o, uintptr_t key, ev_ssize_t n, int ok) argument
215 ev_ssize_t nbytes, int ok)
217 tt_assert(ok);
226 ev_ssize_t nbytes, int ok)
228 tt_assert(ok);
214 read_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
225 write_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_ssif.c203 device_printf("SSIF: READ_START: ok\n");
271 device_printf(dev, "SSIF: READ_CONT... ok\n");
319 int i, ok; local
324 ok = 0;
326 ok = ssif_polled_request(sc, req);
327 if (ok)
337 if (ok)
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf2.c163 goto ok;
182 goto ok;
214 goto ok;
224 goto ok;
252 ok:
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.c1345 int ok = (new_height < tui_term_height ()); local
1347 if (ok)
1355 ok = ((primary_win_info->generic.type == CMD_WIN &&
1361 if (ok)
1369 ok = ((new_height +
1401 ok = ((first_win->generic.height +
1405 if (ok)
1420 ok = ((TUI_CMD_WIN->generic.height + diff) > 0);
1421 if (!ok)
1427 ok
[all...]

Completed in 255 milliseconds

1234567891011>>