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

1234567891011>>

/freebsd-current/contrib/bmake/
H A Dfind_lib.sh13 found=`nm $lib | egrep "$re"`
14 case "$found" in
16 *) echo "$lib: $found";;
/freebsd-current/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-current/contrib/netbsd-tests/fs/
H A Dh_funcs.subr49 found=yes
51 found=no
61 found=no
64 found=yes
72 [ ${found} = yes ] || \
/freebsd-current/usr.bin/what/
H A Dwhat.c46 bool found, qflag, sflag; local
66 found = false;
70 found = true;
83 found = true;
87 exit(found ? 0 : 1);
100 bool found; local
103 found = false;
120 found = true;
124 return (found);
/freebsd-current/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-current/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-current/contrib/telnet/libtelnet/
H A Dgenget.c73 char **c, **found; local
79 found = 0;
85 if (found)
87 found = c;
89 return(found);
/freebsd-current/lib/libc/i386/string/
H A Dwmemchr.S32 * the character `c', return a pointer to it if found, or NULL on
50 je found
69 found: movl %edi,%eax label
74 jmp found
76 jmp found
78 jmp found
80 jmp found
82 jmp found
84 jmp found
86 jmp found
[all...]
/freebsd-current/sys/geom/label/
H A Dg_label_disk_ident.c47 int ident_len, found, i; local
62 for (i = 0, found = 0; classes_pass[i] != NULL; i++)
64 found = 1;
67 if (!found)
/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-leading-hyphen.exp5 unknown-command: not found
8 unknown-long-option: not found
H A Ddeptgt-phony.exp11 Found 'all' as '(not found)'
32 Found 'all' as '(not found)'
41 Found '.END' as '(not found)'
/freebsd-current/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-current/contrib/ncurses/
H A Dmk-0th.awk85 found = 0;
123 if ( found == 0 )
131 found = 1
133 found = 2
153 if ( found == 1 )
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Dgenerate-emscripten-symbols.sh9 found="$standard"
11 found="$sumo"
13 if [ "$found" = "1" ]; then
24 eval "found=\$defined_${symbol}"
25 if [ "$found" = "yes" ]; then
27 elif [ "$found" != "no" ]; then
H A Dmsys2-win32.sh7 echo MinGW found
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Din_found_result.h32 bool found; member in struct:ranges::in_found_result
37 return {in, found};
43 return {std::move(in), found};
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dmancheck.sh46 grep -vhE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' $add_excl "$stdout_file" "$stderr_file" > "$result_file"
52 echo "no errors found"
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c101 int code, found; local
108 found = FALSE;
112 found = TRUE;
116 if (found)
H A Dmake_keys.c68 bool found = FALSE; local
71 found = TRUE;
75 if (!found) {
78 found = TRUE;
83 return found ? n : unknown();
/freebsd-current/usr.sbin/cron/lib/
H A Denv.c79 int count, found; local
85 * also set 'found' to -1 or index of entry if already in here.
87 found = -1;
90 found = count;
94 if (found != -1) {
99 q = envp[found];
100 if ((envp[found] = strdup(envstr)) == NULL) {
101 envp[found] = q;
/freebsd-current/lib/libpmcstat/
H A Dlibpmcstat_symbol.c63 bool found; local
66 found = 0;
77 found = 1;
82 if (!found || image->pi_symbols == NULL)
85 found = 0;
91 found = 1;
96 if (!found)
/freebsd-current/contrib/libucl/tests/
H A Dtest_generate.c46 const ucl_object_t *found, *it_obj, *test; local
206 found = ucl_object_lookup (obj, "key17");
208 ucl_comments_add (comments, found, "# test comment");
209 assert (ucl_comments_find (comments, found) != NULL);
211 ucl_comments_move (comments, found, test);
212 assert (ucl_comments_find (comments, found) == NULL);
225 found = ucl_object_lookup_path (obj, "key4.1");
226 assert (found != NULL && ucl_object_toint (found) == 10);
228 found
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dacl.c208 krb5_boolean found; local
218 found = acl_match_acl(context, acl, string);
219 acl_free_list(acl, !found);
220 if (found) {
255 krb5_boolean found; local
276 found = FALSE;
281 found = TRUE;
288 acl_free_list(acl, !found);
289 if (found) {
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibcacheedit.c72 int found; member in struct:guids
196 guids->found++;
211 guids->found++;
233 guids->found++;
245 guids->found++;
294 guids.found = 0;
300 if (!guids.found)
301 IBEXIT("switchguid = %" PRIx64 " not found",
308 guids.found = 0;
314 if (!guids.found)
[all...]

Completed in 312 milliseconds

1234567891011>>