Searched refs:check2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libc/string/
H A Dwcscoll.c115 int check1, check2; local
118 check1 = check2 = 1;
119 while ((pri1 == pri2) && (check1 || check2)) {
133 if (check2) {
144 check2 = (st2 != NULL);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h149 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { function in namespace:lld
156 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { function in namespace:lld
165 #define CHECK(E, S) check2((E), [&] { return toString(S); })
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dvsscanf.c200 int check2;
201 if (sscanf("123", "%d%n", &check1, &check2) > 0
203 && check2 == 3) {
/freebsd-11-stable/bin/rm/
H A Drm.c68 static int check2(char **);
166 if (check2(argv) == 0)
555 check2(char **argv) function
/freebsd-11-stable/
H A DObsoleteFiles.inc5161 usr/share/examples/libdialog/check2.c usr/share/examples/libdialog/check3.c\
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c3203 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
3350 (r = sshbuf_get_u32(decrypted, &check2)) != 0)
3352 if (check1 != check2) {
3663 u_int16_t check1, check2; local
3731 (r = sshbuf_get_u16(decrypted, &check2)) != 0)
3733 if (check1 != check2) {
/freebsd-11-stable/contrib/dialog/
H A Dconfigure14467 int check2 = curs_set((int)sizeof(check));

Completed in 205 milliseconds