Searched refs:check1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_set_e.sh43 check1() function
58 check1 "$1" "$2" "$1"
66 check1 'eval '"'( $1 )'" "$2" "eval '($1)'"
/freebsd-current/lib/libc/string/
H A Dwcscoll.c114 int check1, check2; local
117 check1 = check2 = 1;
118 while ((pri1 == pri2) && (check1 || check2)) {
119 if (check1) {
130 check1 = (st1 != NULL);
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c73 int check1 = (selection & checks[i]) != 0; local
80 if (check1)
H A Ddecode_der2key.c161 int check1 = (selection & checks[i]) != 0; local
168 if (check1)
H A Dencode_key2any.c1031 int check1 = (selection & checks[i]) != 0; local
1038 if (check1)
/freebsd-current/crypto/openssl/test/
H A Dnamemap_internal_test.c39 int check1 = ossl_namemap_name2num(nm, NAME1); local
49 && TEST_int_eq(num1, check1)
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dvsscanf.c200 int check1;
202 if (sscanf("123", "%d%n", &check1, &check2) > 0
203 && check1 == 123
/freebsd-current/
H A DObsoleteFiles.inc15562 usr/share/examples/libdialog/Makefile usr/share/examples/libdialog/check1.c\
/freebsd-current/crypto/openssh/
H A Dsshkey.c2960 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
3064 if ((r = sshbuf_get_u32(decrypted, &check1)) != 0 ||
3067 if (check1 != check2) {

Completed in 295 milliseconds