Searched refs:target (Results 26 - 50 of 2282) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dshiftdi.x1 load_lib target-supports.exp
H A Dsimd-4.x1 load_lib target-supports.exp
H A Dusmul.x1 load_lib target-supports.exp
H A Dvrp-5.x1 load_lib target-supports.exp
H A Dvrp-6.x1 load_lib target-supports.exp
H A Dipa-sra-2.x1 load_lib target-supports.exp
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/target/
H A DMakefile.am5 bin_PROGRAMS = iscsi-target
7 iscsi_target_SOURCES = iscsi-target.c
13 man8_MANS = iscsi-target.8
16 dist_man_MANS = iscsi-target.8 targets.5
/netbsd-6-1-5-RELEASE/share/man/man8/
H A DMAKEDEV2manpage.awk73 # Not a device/other target
102 target=r1l;
103 sub(/[ \t].*/, "", target);
110 print ".It Ar " target;
133 target=r1l;
134 sub(/[ \t].*/, "", target);
137 sub(/\*/, "#", target);
149 if (target == "fd#")
151 else if (target == "pms#")
153 else if (target
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Demit-relocs1-vxworks.d2 #ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs
9 +10010: eaffeffa b c000 <target>
10 +10010: R_ARM_PC24 target\+0xf+8
11 +10014: eaffeffd b c010 <target\+0x10>
12 +10014: R_ARM_PC24 target\+0x8
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Derr-fb-1.s1 % { dg-do assemble { target mmix-*-* } }
2 % { dg-error "may not appear alone on a line" "" { target mmix-*-* } 5 }
3 % { dg-error "may not appear alone on a line" "" { target mmix-*-* } 6 }
H A Derr-loc-10.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-2.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-3.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-4.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-5.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-6.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-7.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-8.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-9.s1 % { dg-do assemble { target mmix-*-* } }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_branch.h34 ppc_ia target = cia + 4; \
36 target); \
52 ppc_ia target = (ppc_ia)(ADDRESS); \
53 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
56 ppc_ia target = cia + ADDRESS; \
57 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_basic.c58 basic_cpio(const char *target, argument
65 if (!assertMakeDir(target, 0775))
70 testprog, pack_options, target, target);
74 assertChdir(target);
89 failure("Error invoking %s -i %s in dir %s", testprog, unpack_options, target);
98 passthrough(const char *target) argument
102 if (!assertMakeDir(target, 0775))
109 testprog, target, target, targe
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dbase32.h45 const char *wordbreak, isc_buffer_t *target);
48 const char *wordbreak, isc_buffer_t *target);
53 *\li The base32 encoded text in 'target' will be divided into
60 *\li 'target' is a text buffer containing available space
65 *\li target will contain the base32 encoded version of the data
66 * in source. The 'used' pointer in target will be advanced as
71 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
73 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
79 *\li 'target' is a valid buffer.
83 * fit in 'target'
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dbase32.h45 const char *wordbreak, isc_buffer_t *target);
48 const char *wordbreak, isc_buffer_t *target);
53 *\li The base32 encoded text in 'target' will be divided into
60 *\li 'target' is a text buffer containing available space
65 *\li target will contain the base32 encoded version of the data
66 * in source. The 'used' pointer in target will be advanced as
71 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
73 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
79 *\li 'target' is a valid buffer.
83 * fit in 'target'
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr40432.c10 foo (union U *target, void *p) argument
15 *target = u;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030731-1.c32 store_expr (exp, target, want_value)
34 rtx target;
39 else if (queued_subexp_p (target))
41 blah (target->mode);
42 if (target->code)
47 if (target->code && (__extension__({target;})->in_struct));
50 if ((target != (exp->decl.rtl
59 /* All paths to the test "target != 0" occuring in the final IF statement
60 dereference target
[all...]

Completed in 109 milliseconds

1234567891011>>