Home
last modified time | relevance | path

Searched refs:ok (Results 151 – 175 of 417) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gcc-8.0/libcpp/
H A Dtraditional.c1088 bool ok; in scan_parameters() local
1097 ok = false; in scan_parameters()
1107 ok = (*cur == ')'); in scan_parameters()
1111 ok = (*cur == ')' && macro->paramc == 0); in scan_parameters()
1115 if (!ok) in scan_parameters()
1120 return ok; in scan_parameters()
1195 bool ok = scan_parameters (pfile, macro); in _cpp_create_trad_definition() local
1202 if (!ok) in _cpp_create_trad_definition()
/dragonfly/stand/lib/
H A Ddosfs.c538 int err, ok, i; in lookup() local
580 if ((ok = xdn == 1)) { in lookup()
586 ok = chk == x && in lookup()
589 if (!ok) { in lookup()
591 ok = !strcasecmp(name, (const char *)sfn); in lookup()
593 if (ok) { in lookup()
/dragonfly/crypto/openssh/
H A Dssh-add.c587 int r, ok = 0; in load_resident_keys() local
607 ok = r; in load_resident_keys()
610 if (ok == 0) in load_resident_keys()
611 ok = 1; in load_resident_keys()
629 return ok == 1 ? 0 : ok; in load_resident_keys()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c631 HAL_BOOL ok; in ar5210GetDiagState() local
642 ok = ath_hal_eepromRead(ah, *(const uint16_t *)args, *result); in ar5210GetDiagState()
644 if (ok) in ar5210GetDiagState()
646 return ok; in ar5210GetDiagState()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dtrim8.026 ok=x$ok
/dragonfly/contrib/bmake/
H A Dmkdeps.sh109 ok=`${REALCC:-${CC:-cc}} $arg /tmp/f$$.c 2>/dev/null | grep '^#.*stdio.h' | tail -1`
110 case "$ok" in
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c627 int ok; in simple_object_elf_attributes_merge() local
631 ok = 0; in simple_object_elf_attributes_merge()
638 ok = 1; in simple_object_elf_attributes_merge()
644 ok = 1; in simple_object_elf_attributes_merge()
651 if (!ok) in simple_object_elf_attributes_merge()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c627 int ok; in simple_object_elf_attributes_merge() local
631 ok = 0; in simple_object_elf_attributes_merge()
638 ok = 1; in simple_object_elf_attributes_merge()
644 ok = 1; in simple_object_elf_attributes_merge()
651 if (!ok) in simple_object_elf_attributes_merge()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c627 int ok; in simple_object_elf_attributes_merge() local
631 ok = 0; in simple_object_elf_attributes_merge()
638 ok = 1; in simple_object_elf_attributes_merge()
644 ok = 1; in simple_object_elf_attributes_merge()
651 if (!ok) in simple_object_elf_attributes_merge()
/dragonfly/contrib/tcsh-6/
H A Dglob.c701 int ok, negate_range; in match() local
737 ok = 0; in match()
756 ok = 1; in match()
758 ok = 1; in match()
765 if (ok == negate_range) in match()
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_client.c1338 int ok = 0; in radius_client_init_auth() local
1348 ok++; in radius_client_init_auth()
1357 ok++; in radius_client_init_auth()
1360 if (ok == 0) in radius_client_init_auth()
1394 int ok = 0; in radius_client_init_acct() local
1404 ok++; in radius_client_init_acct()
1413 ok++; in radius_client_init_acct()
1416 if (ok == 0) in radius_client_init_acct()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-phiprop.c109 bool ok = true; in phivn_valid_p() local
121 ok = false; in phivn_valid_p()
126 return ok; in phivn_valid_p()
H A Dfwprop.c960 bool ok; in try_fwprop_subst() local
984 ok = false; in try_fwprop_subst()
995 ok = false; in try_fwprop_subst()
1002 ok = true; in try_fwprop_subst()
1005 if (ok) in try_fwprop_subst()
1042 if ((ok || note) && !CONSTANT_P (new_rtx)) in try_fwprop_subst()
1045 return ok; in try_fwprop_subst()
/dragonfly/tools/regression/usr.bin/
H A Dregress.m421 echo "ok - $1 # Test detected no regression. (in $TESTDIR)"
24 echo "not ok - $1 # Test failed: regression detected. See above. (in $TESTDIR)"
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c367 int ok = 0; in password_callback() local
377 if (ok >= 0) in password_callback()
378 ok = UI_add_input_string(ui, prompt, ui_flags, buf, in password_callback()
380 if (ok >= 0 && verify) { in password_callback()
382 ok = UI_add_verify_string(ui, prompt, ui_flags, buff, in password_callback()
385 if (ok >= 0) in password_callback()
387 ok = UI_process(ui); in password_callback()
388 } while (ok < 0 && in password_callback()
392 if (ok >= 0) in password_callback()
394 if (ok == -1) { in password_callback()
[all …]
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.c908 int ok, negate_range; local
932 ok = 0;
942 ok = 1;
947 ok = 1;
950 ok = 1;
952 if (ok == negate_range)
/dragonfly/contrib/binutils-2.27/gold/
H A Dfileread.cc890 bool ok = this->file_.open(task, name, contents, size); in Input_file() local
891 gold_assert(ok); in Input_file()
1096 bool ok; in open() local
1099 ok = this->file_.open(task, name); in open()
1105 ok = this->open_binary(task, name); in open()
1109 if (!ok) in open()
/dragonfly/contrib/binutils-2.34/gold/
H A Dfileread.cc890 bool ok = this->file_.open(task, name, contents, size); in Input_file() local
891 gold_assert(ok); in Input_file()
1096 bool ok; in open() local
1099 ok = this->file_.open(task, name); in open()
1105 ok = this->open_binary(task, name); in open()
1109 if (!ok) in open()
/dragonfly/games/fortune/tools/
H A DDo_spell9 sort $F $1.sp.ok | uniq -u | column
/dragonfly/tools/regression/bin/sh/parser/
H A Dalias19.06 $(echo ok)
H A Dalias20.08 echo ok
/dragonfly/tools/tools/kernxref/
H A Dkernxref.sh20 nm -gon `echo *.o /boot/kernel/*.ok \
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfwprop.c958 bool ok; in try_fwprop_subst() local
982 ok = false; in try_fwprop_subst()
992 ok = false; in try_fwprop_subst()
999 ok = true; in try_fwprop_subst()
1002 if (ok) in try_fwprop_subst()
1022 if ((ok || note) && !CONSTANT_P (new_rtx)) in try_fwprop_subst()
1025 return ok; in try_fwprop_subst()
/dragonfly/lib/libc/gen/
H A Dglob.c804 int ok, negate_range; in match() local
825 ok = 0; in match()
837 ok = 1; in match()
840 ok = 1; in match()
841 if (ok == negate_range) in match()
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c370 int ok = 1; in eap_pwd_element_coord_ok() local
375 ok = 0; in eap_pwd_element_coord_ok()
377 return ok; in eap_pwd_element_coord_ok()

12345678910>>...17