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

1234567891011>>

/freebsd-11.0-release/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.0-release/contrib/serf/buckets/
H A Dheaders_buckets.c154 header_list_t *found = ctx->list; local
159 while (found) {
160 if (strcasecmp(found->header, header) == 0) {
170 apr_size_t new_size = found->value_size + value_size + 1;
175 memcpy(new_val + value_size + 1, found->value,
176 found->value_size);
186 val = found->value;
187 value_size = found->value_size;
190 found = found
374 serf_headers_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
[all...]
H A Dbarrier_buckets.c60 int acceptable, int *found,
65 return serf_bucket_readline(ctx->stream, acceptable, found, data, len);
59 serf_barrier_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11.0-release/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.0-release/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c74 bool found = FALSE; local
81 found = TRUE;
86 if (!found) {
/freebsd-11.0-release/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.0-release/lib/libpam/modules/pam_group/
H A Dpam_group.c100 goto found;
105 goto found;
111 found:
117 goto found;
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Datmconfig_device.h46 uint64_t found; member in struct:atmif
/freebsd-11.0-release/sbin/kldload/
H A Dkldload.c55 int mib[5], found; local
73 found = 0;
105 found = 1;
120 if (!found) {
/freebsd-11.0-release/contrib/amd/hlfsd/
H A Dhomedir.c87 uid2home_t *found; local
92 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
95 homename = found->home;
98 found->last_status = 1;
107 found->last_status = 0;
124 if ((tp.tv_sec - found->last_access_time) < cache_interval) {
125 if (found->last_status == 0) {
131 found->last_access_time = tp.tv_sec;
140 if (found->child && kill(found
264 delay(uid2home_t *found, int secs) argument
[all...]
/freebsd-11.0-release/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...]
H A Dcache-inprocess.c215 svn_boolean_t *found,
235 *found = (buffer != NULL);
244 *found = FALSE;
251 inprocess_cache_has_key_internal(svn_boolean_t *found, argument
256 *found = apr_hash_get(cache->hash, key, cache->klen) != NULL;
262 inprocess_cache_has_key(svn_boolean_t *found, argument
271 inprocess_cache_has_key_internal(found,
276 *found = FALSE;
500 svn_boolean_t *found,
510 *found
214 inprocess_cache_get(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
499 inprocess_cache_get_partial_internal(void **value_p, svn_boolean_t *found, inprocess_cache_t *cache, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
521 inprocess_cache_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
[all...]
/freebsd-11.0-release/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.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibstat.c177 int found, ports, i; local
179 for (i = 0, found = 0; i < n && found < 64; i++) {
180 if ((ports = umad_get_ca_portguids(names[i], guids + found, 64 - found)) < 0)
182 found += ports;
185 for (i = 0; i < found; i++)
188 return found;
265 IBPANIC("'%s' IB device can't be found", argv[0]);
/freebsd-11.0-release/lib/libc/mips/string/
H A Dstrrchr.S48 move v0, zero # default if not found
/freebsd-11.0-release/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.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c54 goto found;
74 found:
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dchecksum45 awk -v checksum=$CK -v dist=$dist -v found=0 '{
47 found = 1
53 } END {if (!found) exit(1);}' $BSDINSTALL_DISTDIR/MANIFEST
/freebsd-11.0-release/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...]
/freebsd-11.0-release/crypto/openssl/crypto/pqueue/
H A Dpqueue.c163 pitem *found = NULL; local
170 found = next;
177 found = next;
179 if (!found)
189 return found;
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dbacktrace.c259 isc_backtrace_symmap_t *found; local
275 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols,
277 if (found == NULL)
280 *symbolp = found->symbol;
281 *offsetp = (u_long)((const char *)addr - (char *)found->addr);
/freebsd-11.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c133 * the module. If we fail, leave fields in the state we found them.
348 int argc_tmp, found; local
356 found = 0;
360 found = 1;
364 if (found)
384 found = 0;
388 found = 1;
392 if (!found)
435 found = 0;
439 found
[all...]
/freebsd-11.0-release/contrib/openresolv/
H A Dlibc.in61 local key x line found
64 found=false
67 "$key"*|"#"*|" "*|" "*|"") found=true;;
69 $found && break
71 $found || echo "$line"
/freebsd-11.0-release/contrib/apr-util/xlate/
H A Dxlate.c205 int found = 0; local
229 set found to non-zero if found in the cache
232 if ((! found) && (strcmp(topage, frompage) == 0)) {
234 found = 1;
239 if (!found) {
244 found = 1;
250 if (!found) {
257 found = 1;
263 if (found) {
[all...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_heap.c166 break; /* found right position */
253 /* found left child */
287 int i, ret, found; local
289 for (i = found = 0 ; i < h->elements ;) {
294 found++ ;
300 if (found)
302 return found;
463 } else if (ht->match(p, key, flags, arg)) /* found match */
494 int i, ret, found = 0; local
505 found
530 int i, ret, found = 0; local
[all...]

Completed in 222 milliseconds

1234567891011>>