Home
last modified time | relevance | path

Searched refs:check2 (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libc/string/
H A Dwcscoll.c114 int check1, check2; in wcscoll_l() local
117 check1 = check2 = 1; in wcscoll_l()
118 while ((pri1 == pri2) && (check1 || check2)) { in wcscoll_l()
132 if (check2) { in wcscoll_l()
143 check2 = (st2 != NULL); in wcscoll_l()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
198 #define CHECK(E, S) check2((E), [&] { return toString(S); })
/freebsd/contrib/ncurses/ncurses/base/
H A Dvsscanf.c198 int check2; in vsscanf()
199 if (sscanf("123", "%d%n", &check1, &check2) > 0 in vsscanf()
201 && check2 == 3) { in vsscanf()
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c84 int ret, check1, check2; in ECDH_helper() local
111 ret = are_equal(role, Bob, CHECK_SIZE, &check2); EG(ret, err); in ECDH_helper()
120 else if (check2) { in ECDH_helper()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c74 int check2 = (selection_mask & checks[i]) != 0; in key2blob_check_selection() local
81 return check2; in key2blob_check_selection()
H A Ddecode_der2key.c166 int check2 = (desc->selection_mask & checks[i]) != 0; in der2key_check_selection() local
173 return check2; in der2key_check_selection()
H A Dencode_key2any.c1032 int check2 = (selection_mask & checks[i]) != 0; in key2any_check_selection() local
1039 return check2; in key2any_check_selection()
/freebsd/crypto/openssl/test/
H A Dnamemap_internal_test.c40 int check2 = ossl_namemap_name2num(nm, NAME2); in test_namemap() local
50 && TEST_int_eq(num2, check2) in test_namemap()
/freebsd/bin/rm/
H A Drm.c55 static int check2(char **);
151 if (check2(argv) == 0) in main()
448 check2(char **argv) in check2() function
/freebsd/crypto/openssh/
H A Dsshkey.c3068 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; in private2_decrypt() local
3173 (r = sshbuf_get_u32(decrypted, &check2)) != 0) in private2_decrypt()
3175 if (check1 != check2) { in private2_decrypt()
/freebsd/contrib/dialog/
H A Daclocal.m46374 int check2 = curs_set((int)sizeof(check));
6379 (void)check2;
6396 int check2 = curs_set((int)sizeof(check));
6402 (void)check2;
H A Dconfigure24114 int check2 = curs_set((int)sizeof(check));
24119 (void)check2;
24162 int check2 = curs_set((int)sizeof(check));
24168 (void)check2;
/freebsd/
H A DObsoleteFiles.inc16340 usr/share/examples/libdialog/check2.c usr/share/examples/libdialog/check3.c\