Searched refs:check2 (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 114 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 D | ErrorHandler.h | 182 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 D | vsscanf.c | 198 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 D | curve_ecdh.c | 84 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 D | encode_key2blob.c | 74 int check2 = (selection_mask & checks[i]) != 0; in key2blob_check_selection() local 81 return check2; in key2blob_check_selection()
|
H A D | decode_der2key.c | 166 int check2 = (desc->selection_mask & checks[i]) != 0; in der2key_check_selection() local 173 return check2; in der2key_check_selection()
|
H A D | encode_key2any.c | 1032 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 D | namemap_internal_test.c | 40 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 D | rm.c | 55 static int check2(char **); 151 if (check2(argv) == 0) in main() 448 check2(char **argv) in check2() function
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 3068 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 D | aclocal.m4 | 6374 int check2 = curs_set((int)sizeof(check)); 6379 (void)check2; 6396 int check2 = curs_set((int)sizeof(check)); 6402 (void)check2;
|
H A D | configure | 24114 int check2 = curs_set((int)sizeof(check)); 24119 (void)check2; 24162 int check2 = curs_set((int)sizeof(check)); 24168 (void)check2;
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16340 usr/share/examples/libdialog/check2.c usr/share/examples/libdialog/check3.c\
|