Searched refs:found (Results 76 - 100 of 753) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c94 goto found;
103 goto found;
107 /* Nothing found, clean up and bail out! */
124 found:
/freebsd-11.0-release/lib/libc/posix1e/
H A Dacl_delete_entry.c79 int i, j, found = 0; local
115 found = 1;
120 if (found)
/freebsd-11.0-release/tools/build/
H A Dcheck-links.sh114 found=0
123 found=1
128 if [ $found -eq 0 ]; then
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dcheck.c109 int found; local
209 found = 1;
211 found = 0;
222 if (found) {
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred.c59 int found = 0; local
131 found++;
168 found++;
172 if (found == 0) {
/freebsd-11.0-release/etc/rc.d/
H A Dcleartmp38 # + /tmp/lost+found is preserved, but its contents are removed.
39 # + lost+found and quota.* in subdirectories are removed.
44 ! \( -name lost+found -type d -user root \) \
/freebsd-11.0-release/contrib/amd/
H A Dbootstrap17 echo No m4/macros directory found!
21 echo No m4/macros/HEADER file found!
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp56 bool found; local
60 found = str.empty();
73 found = res == 0;
76 return found;
/freebsd-11.0-release/contrib/dialog/
H A Drc.c495 * b) if the file in (a) can't be found, use the file $HOME/.dialogrc
498 * c) if the file in (b) can't be found, try using the GLOBALRC file.
501 * d) if the file in (c) cannot be found, use the compiled-in defaults.
581 "file (found %s).\n", l, value);
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp84 // or if NAME is found in the current directory.
93 fprintf(stderr, "searchpath: found `%s'\n", path);
116 fprintf(stderr, "searchpath: found `%s'\n", name);
131 char *found = 0; local
139 found = searchpath(namex, pathp);
141 if (found)
146 return found;
/freebsd-11.0-release/sys/fs/autofs/
H A Dautofs_vfsops.c120 bool found; local
139 found = false;
147 found = true;
150 if (found == false)
/freebsd-11.0-release/lib/libgssapi/
H A Dgss_inquire_cred.c66 int found = 0; local
139 found++;
176 found++;
180 if (found == 0) {
/freebsd-11.0-release/share/mk/
H A Dsrc.sys.env.mk28 # If we were found via .../share/mk we need to replace that
29 # with ${.PARSEDIR:tA} so that we can be found by
/freebsd-11.0-release/tools/regression/ethernet/ethermulti/
H A Dethermulti.c123 int found; local
159 found = 0;
174 found = 1;
180 if (!found) {
/freebsd-11.0-release/usr.bin/systat/
H A Dcmds.c154 struct cmdtab *ct, *found; local
159 found = (struct cmdtab *) 0;
168 found = ct;
175 return (found);
/freebsd-11.0-release/usr.sbin/timed/timedc/
H A Dtimedc.c144 register struct cmd *c, *found; local
150 found = NULL;
160 found = c;
167 return(found);
/freebsd-11.0-release/crypto/openssh/
H A Dauth-options.c464 int r, ret = -1, result, found; local
480 debug3("found certificate option \"%.100s\" len %zu",
482 found = 0;
486 found = 1;
490 found = 1;
494 found = 1;
497 found = 1;
500 found = 1;
503 if (!found && (which & OPTIONS_CRITICAL) != 0) {
518 found
[all...]
/freebsd-11.0-release/contrib/serf/buckets/
H A Dfile_buckets.c91 int acceptable, int *found,
96 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
90 serf_file_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dlimit_buckets.c75 int acceptable, int *found,
86 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
74 serf_limit_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dmmap_buckets.c74 int acceptable, int *found,
89 serf_util_readline(&end, len, acceptable, found);
73 serf_mmap_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
H A Dresponse_body_buckets.c82 int acceptable, int *found,
94 status = serf_bucket_readline(ctx->stream, acceptable, found, data, len);
81 serf_response_body_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11.0-release/contrib/serf/
H A Dserf_bucket_util.h76 * of bucket cannot be found within @a bucket.
163 * @a acceptable contains the allowed forms of a newline, and @a found
164 * will return the particular newline type that was found. If a newline
165 * is not found, then SERF_NEWLINE_NONE will be placed in @a found.
183 * character is found at the end and the CRLF sequence is allowed, then
184 * this function may store SERF_NEWLINE_CRLF_SPLIT into @a found. The
192 int *found);
267 * The @a acceptable, @a found, @a data, and @a len fields are interpreted
273 int *found,
[all...]
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dparse.c387 int found; local
393 found = 0;
396 found = 1;
399 if (found && buffer->_limit > buffer->_position) {
416 int found; local
424 found = 0;
427 found = 1;
430 if (!found) {
/freebsd-11.0-release/lib/libc/locale/
H A Dnextwctype.c70 goto found;
77 found:
/freebsd-11.0-release/contrib/ncurses/misc/
H A Dtdlint43 echo '? uname not found'
80 found=no
88 found=yes
93 if [ $found = no ]

Completed in 181 milliseconds

1234567891011>>