Searched refs:found (Results 26 - 50 of 832) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh7 echo MinGW found
H A Dmsys2-win64.sh7 echo MinGW found
/freebsd-current/lib/libc/posix1e/
H A Dacl_support_nfs4.c141 int i, found, ever_found = 0; local
152 found = 0;
156 found = 1;
161 if (!found) {
180 int i, j, found; local
192 found = 0;
197 found = 1;
202 if (!found) {
/freebsd-current/contrib/elftoolchain/libpe/
H A Dlibpe_rich.c62 int found, i; local
85 found = 0;
89 found = 1;
93 if (!found) {
/freebsd-current/contrib/atf/atf-c/detail/
H A Duser_test.c89 bool found = false; local
92 for (i = 0; !found && i < ngids; i++) {
94 found = true;
97 if (found) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh59 typeset found
66 found=false
70 found=true
79 if [[ $found == "false" ]]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_013_pos.ksh99 found=$(get_prop refreservation $obj)
102 found=$(get_prop reservation $obj)
105 [[ $found != $expected ]] && \
107 "$expected but got $found."
/freebsd-current/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf34 echo $x not found in $arch/GENERIC
37 echo "duplicate $x found in ${arch}/dokern.sh"
50 echo $x not found in $arch/GENERIC
52 echo "duplicate $x found in ${arch}/drivers.conf"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh65 typeset found
73 found=false
77 found=true
86 if [[ $found == "false" ]]; then
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_001_pos.ksh105 typeset -i found=0
109 found=0
116 (( found += 1 ))
121 if (( found == 0 )); then
123 "error message.'$p' haven't been found."
/freebsd-current/usr.bin/which/
H A Dwhich.c125 int found; local
129 found = 0;
137 found = 1;
142 return (found ? 0 : -1);
/freebsd-current/contrib/ncurses/
H A Dmk-2nd.awk64 found = 0
73 if (found == 0) {
99 found = 1
H A Dmk-hdr.awk50 found = 0
69 if (found == 0) {
75 found = 1
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_plugin.c91 int found = 0; local
115 found++;
119 if (!found)
/freebsd-current/crypto/openssh/
H A Dgroupaccess.c103 int i, found = 0; local
113 found = 1;
116 return found;
H A Dauth2-pubkeyfile.c175 u_int i, found = 0; local
211 found = 1;
213 if (found && authoptsp != NULL) {
218 return found ? 0 : -1;
269 struct sshkey *found = NULL; local
278 if ((found = sshkey_new(want_keytype)) == NULL) {
285 if (sshkey_read(found, &cp) != 0) {
294 if (sshkey_read(found, &cp) != 0) {
309 if (!sshkey_equal(found, key->cert->signature_key) ||
313 /* Plain key: check it against key found i
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp61 auto found = m_addr_to_tag.find(addr); local
62 if (found == m_addr_to_tag.end())
64 return found->second;
/freebsd-current/usr.bin/at/
H A Dperm.c64 int found = 0; local
75 found = 1;
81 return found;
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test.c76 int found = 0; local
80 found = 1;
86 if (found == 0)
/freebsd-current/crypto/openssl/crypto/http/
H A Dhttp_lib.c253 const char *found = NULL; local
269 found = strstr(no_proxy, server);
270 while (found != NULL
271 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',')
272 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ',')))
273 found
[all...]
/freebsd-current/crypto/openssl/ssl/
H A Dpqueue.c107 pitem *found = NULL; local
114 found = next;
121 found = next;
123 if (!found)
126 return found;
/freebsd-current/sbin/fsck/
H A Dfsutil.c74 int negative, found; local
83 found = 0;
87 found = negative;
89 found = !negative;
92 return (found);
/freebsd-current/lib/libc/gen/
H A Dgetutxent.c183 goto found;
188 goto found;
193 found:
212 goto found;
217 found:
233 goto found;
238 found:
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c248 ipf_rdx_node_t *found; local
253 found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
254 if (found->root == 1)
263 if (count != found->maskbitcount && found->dupkey == NULL)
267 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
268 akey[found
573 ipf_rdx_node_t *found; local
[all...]
/freebsd-current/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh45 [ "${ng_nodes}" ] || exerr "No Bluetooth host controllers found."
47 unset found
52 found="YES"
58 if ! [ "${found}" ]; then
59 printf "No usable Bluetooth host controllers were found.\n"
78 unset found
80 [ "${n}" = "${node}" ] && found="YES"
81 [ "${n}" = "${node}hci" ] && node="${node}hci" && found="YES"
83 [ "${found}" ] || exerr "Node ${node} not found"
[all...]

Completed in 319 milliseconds

1234567891011>>