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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
H A Dcircular.c19 found (void) function
27 found ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Dcircular.c19 found (void) function
27 found ();
/netbsd-current/external/gpl3/gdb.old/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 Daarch64_tlsdesc.sh31 found=$(grep "$pattern" "$file")
32 if test -z "$found"; then
33 echo "GOT entry for a TLS symbol is not found in file $file."
40 eval $var="0x0$(echo $found | awk -F'[: ]' '{ print $1 }')"
46 found=$(grep "$pattern" "$file")
47 if test -z "$found"; then
61 found=$(grep "$pattern" "$file")
62 if test -z "$found"; then
63 echo "An LDR instruction is not found in file $file."
70 eval $var="$(echo $found | aw
[all...]
H A Dpr21430.sh32 found=`grep "$pattern" "$file"`
33 if test -z "$found"; then
34 echo "Symbol '$symbol' not found in file $file."
41 eval $var="0x0`echo $found | awk '{ print $1 }'`"
49 found=`grep "$pattern" "$file"`
50 if test -z "$found"; then
51 echo "Symbol '$symbol' not found in file $file."
58 eval $var="0x0`echo $found | awk '{ print $2 }'`"
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 Darm_target1_abs.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\":"
H A Darm_target1_rel.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\":"
H A Darm_target2_abs.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\":"
H A Darm_target2_got_rel.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\":"
H A Darm_target2_rel.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\":"
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
/netbsd-current/sys/arch/hpc/hpc/
H A Dplatid_copyright.awk44 found=1
47 if (found) {
/netbsd-current/external/gpl3/gdb.old/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-current/sys/kern/
H A Dsubr_optstr.c43 * with a maximum of bufsize bytes. If the key is found, returns true;
51 bool found = false; local
58 while (!found && *optstr != '\0') {
69 found = true;
71 /* Key not found; skip until next space. */
81 if (found) {
86 return found;
93 bool found = optstr_get_pointer(optstr, key, &data); local
95 /* If the key was found; copy its value to the target buffer. */
96 if (found) {
111 const bool found = optstr_get_pointer(optstr, key, &data); local
124 const bool found = optstr_get_pointer(optstr, key, &data); local
143 const bool found = optstr_get_pointer(optstr, key, &data); local
162 const bool found = optstr_get_pointer(optstr, key, &data); local
183 const bool found = optstr_get_pointer(optstr, key, &data); local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dspecmiss14 $found{$2} = 1;
20 delete $found{$2};
24 for $name (sort keys %found) {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Da.s1 * The symbol "a" is found here.
/netbsd-current/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_ultrix.c56 int found = 0; local
59 while (!found && (err = getmnt(&start, &ment, sizeof(ment),
68 found = 1;
72 if (!found && err < 0) {
76 return found;
H A Dcheckmount_default.c59 int found = 0; local
82 while (!found && (ment = getmntent(mtab))) {
90 found = 1;
96 if (!found) {
102 found = fixmount_check_mount(host, hostaddr, path);
106 return found;
/netbsd-current/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;

Completed in 239 milliseconds

1234567891011>>