Searched refs:found (Results 51 - 75 of 822) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dssh-keysign.c177 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; local
224 for (i = found = 0; i < NUM_KEYTYPES; i++) {
226 found = 1;
228 if (found == 0)
237 found = 0;
249 found = 1;
252 if (!found)
253 fatal("no hostkey found");
279 found = 0;
283 found
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dop_classes.c217 int found; local
303 found = 0;
307 found++;
311 found++;
314 found++;
316 found++;
318 if (found >= 2)
324 found = 0;
328 found = 1;
333 return found;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/modules/
H A Dt_modctl.c85 bool found; local
109 found = false;
111 for (ms = (modstat_t *)iov.iov_base; len != 0 && !found;
116 found = true;
122 return found;
176 bool found; local
180 found = k_helper_is_present_stat();
181 ATF_CHECK(k_helper_is_present_sysctl() == found);
185 found = k_helper_is_present_stat();
189 found
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c74 bfd_boolean found = FALSE; local
82 found = TRUE;
87 if (! found)
296 int found = 0; local
303 found = 1;
311 if (!found)
358 int found = 0; local
377 found = 1;
387 if (!found)
456 int found local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in65 found=
68 test -x "$p/unzip" && { found=1 ; break; }
70 test "X$found" = "X" && exit 77
/freebsd-11-stable/contrib/ncurses/
H A Dmk-1st.awk160 found = 0;
163 found = 1;
167 if ( !found ) {
257 found = 0;
266 if (found == 0) {
327 if ( found == 0 )
331 found = 1;
334 found = 1;
336 found = 2;
351 if ( found !
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c74 bool found = FALSE; local
81 found = TRUE;
86 if (!found) {
/freebsd-11-stable/contrib/ofed/include/
H A Dudma_barrier.h108 #error No architecture specific memory barrier defines found!
144 #error No architecture specific memory barrier defines found!
212 #error No architecture specific memory barrier defines found!
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c143 bfd_boolean found; member in struct:bfd_data
156 if (data->found)
170 data->found = bfd_find_nearest_line(abfd, section, syms,
190 data.found = FALSE;
193 if (!data.found)
216 data.found = bfd_find_inliner_info(abfd, &data.filename,
218 } while (data.found);
231 data.found = FALSE;
234 if (!data.found)
303 data.found
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dheaders_buckets.c159 header_list_t *found = ctx->list; local
164 while (found) {
165 if (strcasecmp(found->header, header) == 0) {
175 apr_size_t new_size = found->value_size + value_size + 1;
180 memcpy(new_val + value_size + 1, found->value,
181 found->value_size);
191 val = found->value;
192 value_size = found->value_size;
195 found = found
379 serf_headers_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
[all...]
H A Dbarrier_buckets.c65 int acceptable, int *found,
70 return serf_bucket_readline(ctx->stream, acceptable, found, data, len);
64 serf_barrier_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/freebsd-11-stable/lib/libpam/modules/pam_group/
H A Dpam_group.c100 goto found;
105 goto found;
111 found:
117 goto found;
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.h46 uint64_t found; member in struct:atmif
/freebsd-11-stable/sbin/kldload/
H A Dkldload.c61 int found; local
70 found = 0;
97 found = 1;
110 if (!found) {
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c83 uid2home_t *found; local
88 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
91 homename = found->home;
94 found->last_status = 1;
103 found->last_status = 0;
120 if ((tp.tv_sec - found->last_access_time) < cache_interval) {
121 if (found->last_status == 0) {
127 found->last_access_time = tp.tv_sec;
137 if (found->child && kill(found
261 delay(uid2home_t *found, int secs) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c137 svn_boolean_t *found,
149 *found = FALSE;
164 *found = FALSE;
172 *found = TRUE;
181 svn_boolean_t *found,
191 found,
196 /* If we found it, de-serialize it. */
197 if (*found)
220 memcache_has_key(svn_boolean_t *found, argument
229 found,
135 memcache_internal_get(char **data, apr_size_t *size, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *pool) argument
180 memcache_get(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
297 memcache_get_partial(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
334 svn_boolean_t found = FALSE; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c136 int secnum = 1, found = 0; local
178 found += rc;
181 return (found);
189 int found = 0; local
203 found = read_archive(fd, elf, file, label,
208 found = read_file(elf, file, label,
219 return (found);
237 int found; local
240 for (i = 0, found = 0; i < n; i++) {
244 found
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dparse.c347 bool found; local
353 found = false;
356 found = true;
359 if (found && buffer->_limit > buffer->_position) {
376 bool found; local
384 found = false;
387 found = true;
390 if (!found) {
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrrchr.S48 move v0, zero # default if not found
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbitmap.h82 goto found;
92 found:
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c239 int found, ports, i; local
241 for (i = 0, found = 0; i < n && found < 64; i++) {
243 umad_get_ca_portguids(names[i], guids + found,
244 64 - found)) < 0)
246 found += ports;
249 for (i = 0; i < found; i++)
252 return found;
314 IBPANIC("'%s' IB device can't be found", argv[0]);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_doorbell.c54 goto found;
74 found:
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_doorbell.c51 goto found;
71 found:
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c215 int found = 0; local
222 found = 1;
227 if (!found)
242 int found; local
264 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL;
266 found = B_FALSE;
269 found = B_TRUE;
272 if (found == B_FALSE)
273 found = dt_provider_lookup(dtp,
280 found
[all...]

Completed in 329 milliseconds

1234567891011>>