Searched refs:found (Results 26 - 50 of 2076) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_svr4.c56 int found = 0; local
64 while (!found && (err = getmntent(mtab, &ment)) == 0) {
72 found = 1;
87 if (!found) {
93 found = fixmount_check_mount(host, hostaddr, path);
97 return found;
H A Dcheckmount_osf.c55 int found = 0; local
63 for (i = 0; !found && (i < nentries); i++) {
76 found = 1;
82 found = 1;
86 return found;
/netbsd-current/tests/fs/
H A Dh_funcs.subr52 found=no
55 found=yes
60 [ ${found} = yes ] || \
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dexclude_libs_test.sh36 found=`grep " $sym\$" $file`
37 if test -z "$found"; then
38 echo "Symbol $sym not found."
44 echo "Expected symbol $sym to have visibility $vis but found"
45 echo "$found"
H A Dscript_test_14.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
/netbsd-current/external/bsd/am-utils/dist/m4/
H A Dmk-aclocal8 echo no macros directory found!
/netbsd-current/external/bsd/ntp/dist/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;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dexports.d3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
H A Dexports64.d3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
/netbsd-current/lib/libtelnet/
H A Dgenget.c79 register char **c, **found; local
85 found = 0;
91 if (found)
93 found = c;
95 return(found);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.cc91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); local
92 if (!found)
97 found = root->find (L_CP_TOTAL);
100 found = root->find (L_CP_TOTAL_CPU);
103 if (found && found->bm == NULL)
104 found->bm = item;
106 if (!found)
114 found = root->find (get_prof_data_type_name (DATA_HEAP));
118 found
201 BaseMetricTreeNode *found = NULL; local
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dsh-leading-hyphen.exp5 unknown-command: not found
8 unknown-long-option: not found
/netbsd-current/external/lgpl3/gmp/dist/rand/
H A Drandlc2s.c83 goto found;
86 found:
/netbsd-current/external/bsd/tre/dist/tests/agrep/
H A Dexitstatus.ok1 #### TEST: agrep this-will-be-found exitstatus.in
2 this-will-be-found
5 #### TEST: agrep this-will-be-found < exitstatus.in
6 this-will-be-found
9 #### TEST: agrep -c this-will-be-found exitstatus.in
13 #### TEST: agrep -c this-will-be-found < exitstatus.in
17 #### TEST: agrep -H this-will-be-found exitstatus.in
18 exitstatus.in:this-will-be-found
21 #### TEST: agrep -H this-will-be-found < exitstatus.in
22 (standard input):this-will-be-found
[all...]
/netbsd-current/external/gpl3/gcc/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/gpl3/gdb/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/gpl3/binutils/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/netbsd-current/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl15 set found 0
21 set found 1
26 if {$found == 1} {
29 return $found
39 viMsg $viScreenId "$target not found"
55 set found 0
61 set found 1
67 return $found
72 set found [aliased $target]
74 if {$found} {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprelink.exp68 set found 0
76 set found 1
80 if { $found == 0 } {
85 set found 1
93 if { $found == 0 } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprelink.exp65 set found 0
73 set found 1
77 if { $found == 0 } {
82 set found 1
90 if { $found == 0 } {
/netbsd-current/usr.sbin/sysinst/
H A Dtxtwalk.c127 struct data found[MAXDATA]; local
134 if (finddata(item, line, found, &numfound)) {
139 switch (found[i].what) {
141 printf ("%d\n", found[i].u.i_val);
144 printf ("'%s'\n", found[i].u.s_val);
163 switch (found[i].what) {
166 = found[i].u.i_val;
170 found[i].u.s_val,
184 error = (*item->func)(found, numfound, item);
198 * Side Effect -- sets numfound and found
201 finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound) argument
[all...]

Completed in 177 milliseconds

1234567891011>>