Searched refs:found (Results 101 - 125 of 822) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dauth-options.c467 int r, ret = -1, result, found; local
483 debug3("found certificate option \"%.100s\" len %zu",
485 found = 0;
489 found = 1;
493 found = 1;
497 found = 1;
500 found = 1;
503 found = 1;
506 if (!found && (which & OPTIONS_CRITICAL) != 0) {
521 found
[all...]
/freebsd-11-stable/contrib/ncurses/misc/
H A Dtdlint43 echo '? uname not found'
80 found=no
88 found=yes
93 if [ $found = no ]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dresizeterm.c274 bool found; local
281 found = FALSE;
289 found = TRUE;
297 } while (found);
308 bool found; local
315 found = FALSE;
323 found = TRUE;
331 } while (found);
/freebsd-11-stable/lib/libc/locale/
H A Dnextwctype.c70 goto found;
77 found:
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c68 goto found;
97 found: if ((p = getenv("TERMCAP")) != NULL && *p != '/')
/freebsd-11-stable/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-stable/contrib/unbound/sldns/
H A Dparse.c398 int found; local
404 found = 0;
407 found = 1;
410 if (found && buffer->_limit > buffer->_position) {
427 int found; local
435 found = 0;
438 found = 1;
441 if (!found) {
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_util.h81 * of bucket cannot be found within @a bucket.
168 * @a acceptable contains the allowed forms of a newline, and @a found
169 * will return the particular newline type that was found. If a newline
170 * is not found, then SERF_NEWLINE_NONE will be placed in @a found.
188 * character is found at the end and the CRLF sequence is allowed, then
189 * this function may store SERF_NEWLINE_CRLF_SPLIT into @a found. The
197 int *found);
272 * The @a acceptable, @a found, @a data, and @a len fields are interpreted
278 int *found,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstream_bucket.c77 int *found, const char **data, apr_size_t *len)
81 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
76 stream_bucket_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/contrib/serf/buckets/
H A Dfile_buckets.c96 int acceptable, int *found,
101 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
95 serf_file_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dresponse_body_buckets.c87 int acceptable, int *found,
99 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
86 serf_response_body_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dmmap_buckets.c79 int acceptable, int *found,
94 serf_util_readline(&end, len, acceptable, found);
78 serf_mmap_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dlimit_buckets.c80 int acceptable, int *found,
91 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
79 serf_limit_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_paragraph.c33 goto found; \
45 goto found; \
54 goto found; \
145 found: if (ISMOTION(vp)) {
282 goto found;
294 found: vp->m_stop.lno = lno;
/freebsd-11-stable/lib/libkvm/
H A Dkvm_minidump_mips.c201 goto found;
205 goto found;
209 goto found;
214 goto found;
218 goto found;
241 found:
/freebsd-11-stable/stand/common/
H A Dconsole.c189 int cons, found, failed; local
193 found = failed = 0;
202 found++;
209 if (found == 0)
212 if (found == 0 || failed != 0) {
218 return (found);
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlruhash.c304 struct lruhash_entry* found, *reclaimlist=NULL; local
320 if(!(found=bin_find_entry(table, bin, hash, entry->key))) {
330 (*table->sizefunc)(found->key, found->data);
332 lru_touch(table, found);
333 lock_rw_wrlock(&found->lock);
334 (*table->deldatafunc)(found->data, cb_arg);
335 found->data = data;
336 lock_rw_unlock(&found->lock);
580 struct lruhash_entry* found, *reclaimlis local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_diskstorage_tbl.c255 const struct disk_entry *found; local
293 for (found = lookup; found->media != DSM_UNKNOWN; found++) {
294 if (strncmp(map->name_key, found->dev_name,
295 strlen(found->dev_name)) != 0)
302 if (strlen(map->name_key) > strlen(found->dev_name) &&
303 !isdigit(map->name_key[strlen(found->dev_name)]))
321 disk_entry->media = found->media;
322 disk_entry->removable = found
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c178 * be 'each capability gets the first non-default value found
202 * capability gets the first non-default value found
225 * capability gets the first non-default value found
430 bool found; local
450 found = TRUE;
454 found = FALSE;
458 if (found) {
466 found = TRUE;
470 found = FALSE;
474 if (found) {
758 bool found = FALSE; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Drddbg.c50 bfd_boolean found; local
57 &found))
63 &found))
69 if (! read_ieee_debugging_info (abfd, dhandle, &found))
75 if (! found
81 found = TRUE;
84 if (! found)
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp165 const char *found = key->search(ptr, bufend); local
166 if (!found)
168 if (check_match(buf, bufend, found, key->length(), &ptr, start))
169 return found;
409 const char *found = search_and_check(keys[0], buffer, bufend, &refstart); local
410 if (!found)
412 const char *refend = find_end(bufend, found + keys[0]->length());
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgparse.c448 * @param hash: hash value is returned if the rrset could not be found.
449 * @param rrset_flags: is returned if the rrset could not be found.
511 if(!*rrset_prev) /* untwiddle if not found */
522 if(!*rrset_prev) /* untwiddle if not found */
972 struct rrset_parse* found = 0; local
981 if(found) return LDNS_RCODE_FORMERR;
982 /* found it! */
984 found = rrset;
989 if(!found) {
994 /* check the found RRse
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dmenubox.c345 int found; local
506 found = FALSE;
518 found = TRUE;
538 found = TRUE;
543 if (!found) {
546 found = TRUE;
552 if (found)
564 if (!found
568 found = TRUE;
573 if (!found
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c243 bool found = FALSE; local
275 found = TRUE;
285 if (!found) {
298 found = TRUE;
302 if (!found
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtli.c274 int found = 0; local
301 for (i = 0; found == 0 && i < addr_list->n_cnt; i++) {
303 found = !strcmp(ua, uaddr);
315 if (found == 0)
319 STRN_CPY(host->name, found ? service->h_host : paranoid,

Completed in 229 milliseconds

1234567891011>>