Searched refs:found (Results 1 - 25 of 822) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/
H A Dfind_lib.sh6 found=`nm $lib | egrep "$re"`
7 case "$found" in
9 *) echo "$lib: $found";;
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh199 # The second dtrace -G invocation returns an error with "no probes found," which
/freebsd-11-stable/contrib/netbsd-tests/fs/
H A Dh_funcs.subr49 found=yes
51 found=no
61 found=no
64 found=yes
72 [ ${found} = yes ] || \
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Duser.c50 bool found; local
58 found = false;
59 for (i = 0; !found && i < ngroups; i++)
61 found = true;
62 return found;
/freebsd-11-stable/usr.bin/what/
H A Dwhat.c58 bool found, qflag, sflag; local
78 found = false;
82 found = true;
95 found = true;
99 exit(found ? 0 : 1);
112 bool found; local
115 found = false;
132 found = true;
136 return (found);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dnl.pl.in3 $found = 0;
11 $found = 1;
16 if ($found) {
37 $found = 0 if $last;
H A Dnl.pl3 $found = 0;
11 $found = 1;
16 if ($found) {
37 $found = 0 if $last;
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.c31 struct thread_info *found; local
35 found = (struct thread_info *) find_inferior_id (&all_threads,
40 found = NULL;
46 found = (struct thread_info *) find_inferior_id (&all_threads,
49 if (found == NULL)
50 found = (struct thread_info *) find_inferior_id (&all_threads,
54 if (found == NULL)
57 current_inferior = found;
/freebsd-11-stable/contrib/gcc/
H A Dtree-nrv.c109 tree found = NULL; local
143 if (found != NULL)
145 /* If we found a return statement using a different variable
148 if (found != ret_expr)
152 found = ret_expr;
156 if (TREE_CODE (found) != VAR_DECL
157 || TREE_THIS_VOLATILE (found)
158 || DECL_CONTEXT (found) != current_function_decl
159 || TREE_STATIC (found)
160 || TREE_ADDRESSABLE (found)
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c80 char **c, **found; local
86 found = 0;
92 if (found)
94 found = c;
96 return(found);
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dgenget.c77 char **c, **found; local
83 found = 0;
89 if (found)
91 found = c;
93 return(found);
/freebsd-11-stable/lib/libc/i386/string/
H A Dwmemchr.S34 * the character `c', return a pointer to it if found, or NULL on
52 je found
71 found: movl %edi,%eax label
76 jmp found
78 jmp found
80 jmp found
82 jmp found
84 jmp found
86 jmp found
88 jmp found
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/freebsd-11-stable/contrib/gdb/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/freebsd-11-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c60 int pam_err, found, allow; local
71 found = 0;
77 while (!found && (line = fgetln(f, &len)) != NULL) {
87 found = 1;
100 for (mem = grp->gr_mem; mem && *mem && !found; ++mem)
102 found = 1;
106 if (found)
/freebsd-11-stable/contrib/ncurses/
H A Dmk-0th.awk84 found = 0;
122 if ( found == 0 )
130 found = 1
132 found = 2
152 if ( found == 1 )
H A Dmk-hdr.awk42 found = 0
61 if (found == 0) {
67 found = 1
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c52 bool found = FALSE; local
55 found = TRUE;
59 if (!found) {
62 found = TRUE;
67 return found ? n : UNKNOWN;
H A Dname_match.c97 int code, found; local
106 found = FALSE;
110 found = TRUE;
114 if (found)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dapr_escape.c75 int found = 0; local
92 found = 1;
100 found = 1;
111 found = 1;
121 if (!found) {
H A Dcache-null.c33 svn_boolean_t *found,
38 /* We know there is nothing to be found in this cache. */
40 *found = FALSE;
46 null_cache_has_key(svn_boolean_t *found, argument
51 /* We know there is nothing to be found in this cache. */
52 *found = FALSE;
82 svn_boolean_t *found,
89 /* We know there is nothing to be found in this cache. */
90 *found = FALSE;
32 null_cache_get(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
81 null_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
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_depr.c76 int found = 0; local
89 found = 1;
91 if (!found && (ret == NULL) && (rnd != NULL))
93 return (found ? rnd : NULL);
/freebsd-11-stable/sys/geom/label/
H A Dg_label_disk_ident.c51 int ident_len, found, i; local
66 for (i = 0, found = 0; classes_pass[i] != NULL; i++)
68 found = 1;
71 if (!found)
/freebsd-11-stable/sbin/nvmecontrol/
H A Ddevlist.c71 int ch, ctrlr, fd, found, ret; local
81 found = 0;
95 found++;
114 if (found == 0)
115 printf("No NVMe controllers found.\n");
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c83 register int count, found; local
89 * also set 'found' to -1 or index of entry if already in here.
91 found = -1;
94 found = count;
98 if (found != -1) {
103 q = envp[found];
104 if ((envp[found] = strdup(envstr)) == NULL) {
105 envp[found] = q;

Completed in 149 milliseconds

1234567891011>>