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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dno_version_test.sh35 found=`egrep "\.gnu\.version.*" $file`
36 if test -n "$found"; then
38 echo "$found"
H A Ddiscard_locals_test.sh35 found=`egrep $sym $file`
36 if test -n "$found"; then
38 echo "$found"
48 found=`egrep $sym $file`
49 if test -z "$found"; then
H A Ddyn_weak_ref.sh32 found=`grep "$pattern" $file`
33 if test -z "$found"; then
34 echo "pattern \"$pattern\" not found in file $file."
35 echo $found
H A Dstrong_ref_weak_def.sh32 found=`grep "$pattern" $file`
33 if test -z "$found"; then
34 echo "pattern \"$pattern\" not found in file $file."
35 echo $found
H A Darm_attr_merge.sh31 found=`grep "$pattern" $file`
32 if test -z "$found"; then
33 echo "pattern \"$pattern\" not found in file $file."
H A Darm_abs_global.sh36 found=`grep " $sym\$" $file`
37 if test -z "$found"; then
38 echo "Symbol $sym not found."
44 echo "Expected symbol $sym to have relocation $reloc but found"
45 echo "$found"
H A Dmemory_test.sh38 found=`grep "$pattern" $file`
39 if test -z "$found"; then
40 echo "pattern \"$pattern\" not found in file $file."
41 echo $found
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"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc37 bool found = false; local
42 found = true;
44 found = true;
46 found = true;
48 found = true;
50 found = true;
53 found = true;
56 found = true;
58 VERIFY( found );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc38 bool found = false; local
43 found = true;
45 found = true;
47 found = true;
49 found = true;
51 found = true;
54 found = true;
57 found = true;
59 VERIFY( found );
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/alpha/
H A Delf-reloc-3.l2 .*:2: Error: No ldah !gpdisp!2 was found
3 .*:1: Error: No lda !gpdisp!1 was found
H A Delf-tls-3.l2 .*:3: Error: No !tlsgd!1 was found
3 .*:6: Error: No !tlsldm!2 was found
4 .*:18: Error: No !tlsldm!5 was found
5 .*:22: Error: No !tlsgd!6 was found
/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/
H A Dplatid_copyright.awk44 found=1
47 if (found) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dspecmiss14 $found{$2} = 1;
20 delete $found{$2};
24 for $name (sort keys %found) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_optstr.c43 * with a maximum of bufsize bytes. If the key is found, returns true;
49 bool found; local
51 found = false;
58 while (!found && *optstr != '\0') {
69 found = true;
71 /* Key not found; skip until next space. */
81 /* If the key was found; copy its value to the target buffer. */
82 if (found) {
93 return found;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dnl.pl3 $found = 0;
11 $found = 1;
16 if ($found) {
31 $found = 0 if $last;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Da.s1 * The symbol "a" is found here.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26833.c4 int found = 0; local
6 for (; num_info>0 && !found; num_info--)
17 found = 1;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_ultrix.c60 int found = 0; local
63 while (!found && (err = getmnt(&start, &ment, sizeof(ment),
72 found = 1;
76 if (!found && err < 0) {
80 return found;
H A Dcheckmount_default.c63 int found = 0; local
86 while (!found && (ment = getmntent(mtab))) {
94 found = 1;
100 if (!found) {
106 found = fixmount_check_mount(host, hostaddr, path);
110 return found;
H A Dcheckmount_svr4.c60 int found = 0; local
68 while (!found && (err = getmntent(mtab, &ment)) == 0) {
76 found = 1;
91 if (!found) {
97 found = fixmount_check_mount(host, hostaddr, path);
101 return found;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Duser.c53 bool found; local
61 found = false;
62 for (i = 0; !found && i < ngroups; i++)
64 found = true;
65 return found;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Duser.c55 bool found; local
63 found = false;
64 for (i = 0; !found && i < ngroups; i++)
66 found = true;
67 return found;
/netbsd-6-1-5-RELEASE/tests/fs/
H A Dh_funcs.subr52 found=no
55 found=yes
60 [ ${found} = yes ] || \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/
H A D2.cc40 unsigned found = 0; local
47 ++found;
54 VERIFY( found == 1500 );

Completed in 382 milliseconds

1234567891011>>