| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmisc.mk | 179 FLAGS.target2.c= three four 182 target2.c: 184 all: target1-flags target2-flags 188 target2-flags: target2.c
|
| H A D | dep-colon.mk | 18 all: target2 19 target2: source${:U1:S;1;2;}; @echo making ${.TARGET} from ${.ALLSRC}
|
| H A D | impsrc.mk | 12 all: target1.z target2 target3 target4 40 target2: source1 source2
|
| H A D | dep-colon.exp | 2 making target2 from source2
|
| H A D | deptgt.mk | 25 target1 target2: sources # targets := [target1, target2] 26 : command1 # targets == [target1, target2] 27 : command2 # targets == [target1, target2]
|
| /netbsd-src/external/bsd/am-utils/dist/conf/autofs/ |
| H A D | autofs_solaris_v1.c | 479 char *target, *target2 = NULL; in autofs_mount_fs() local 516 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs() 518 target2 = xstrdup(target); in autofs_mount_fs() 520 plog(XLOG_INFO, "autofs: converting from link to lofs (%s -> %s)", mp->am_path, target2); in autofs_mount_fs() 533 if ((err = stat(target2, &buf))) in autofs_mount_fs() 536 if ((err = lstat(target2, &buf))) in autofs_mount_fs() 542 if ((err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1))) { in autofs_mount_fs() 549 if (target2) in autofs_mount_fs() 550 XFREE(target2); in autofs_mount_fs()
|
| H A D | autofs_linux.c | 621 char *target, *target2 = NULL; in autofs_mount_fs() local 666 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs() 668 target2 = xstrdup(target); in autofs_mount_fs() 688 err = stat(target2, &buf); in autofs_mount_fs() 697 if ((err = lstat(target2, &buf))) in autofs_mount_fs() 702 plog(XLOG_INFO, "autofs: bind-mounting %s -> %s", mp->am_path, target2); in autofs_mount_fs() 704 err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1); in autofs_mount_fs() 707 plog(XLOG_INFO, "autofs: bind-mounting %s -> %s failed", mp->am_path, target2); in autofs_mount_fs() 718 if (target2) in autofs_mount_fs() 719 XFREE(target2); in autofs_mount_fs()
|
| H A D | autofs_solaris_v2_v3.c | 1074 char *target, *target2 = NULL; in autofs_mount_fs() local 1098 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs() 1100 target2 = xstrdup(target); in autofs_mount_fs() 1102 plog(XLOG_INFO, "autofs: converting from link to lofs (%s -> %s)", mp->am_path, target2); in autofs_mount_fs() 1120 if ((err = stat(target2, &buf))) in autofs_mount_fs() 1123 if ((err = lstat(target2, &buf))) in autofs_mount_fs() 1126 if ((err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1))) { in autofs_mount_fs() 1132 if (target2) in autofs_mount_fs() 1133 XFREE(target2); in autofs_mount_fs()
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcs.c | 1173 struct hshentry *target, *target2, *temp; in removerevs() local 1263 target2 = genrevs(numrev.string,(char*)0,(char*)0,(char*)0,&gendeltas); in removerevs() 1264 if ( ! target2 ) return 0; in removerevs() 1267 if ( cmpnum(target->num, target2->num) > 0) { in removerevs() 1268 cmp = cmpnum(target2->num, numrev.string); in removerevs() 1270 target = target2; in removerevs() 1271 target2 = temp; in removerevs() 1274 if ( ! cmpnum(target->num, target2->num) ) { in removerevs() 1285 cuttail = target2->next; in removerevs() 1288 if ( cmpnum( target->num, target2->num) < 0 ) { in removerevs() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | cris-dis.c | 1067 info->target2 = prefix_insn & 15; in print_with_operands() 1095 info->target2 = (bfd_vma) number; in print_with_operands() 1170 info->target2 = (bfd_vma) number; in print_with_operands() 1437 info->target2 = 0; in print_insn_cris_generic()
|
| H A D | pru-dis.c | 234 info->target2 = 0; in pru_disassemble()
|
| H A D | avr-dis.c | 364 info->target2 = 0; in print_insn_avr()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | cris-dis.c | 1053 info->target2 = prefix_insn & 15; in print_with_operands() 1081 info->target2 = (bfd_vma) number; in print_with_operands() 1156 info->target2 = (bfd_vma) number; in print_with_operands() 1423 info->target2 = 0; in print_insn_cris_generic()
|
| H A D | pru-dis.c | 234 info->target2 = 0; in pru_disassemble()
|
| H A D | avr-dis.c | 364 info->target2 = 0; in print_insn_avr()
|
| H A D | s390-dis.c | 358 info->target2 = 0; in print_insn_s390()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | dis-asm.h | 288 bfd_vma target2; /* Second target address for dref2 */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | NEWS | 40 * Add --target1-rel, --target1-abs, --target2 options (Arm only).
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | dis-asm.h | 281 bfd_vma target2; /* Second target address for dref2 */ member
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | NEWS | 47 * Add --target1-rel, --target1-abs, --target2 options (Arm only).
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns4/ |
| H A D | sourcens.db | 30 target2 NS ns.fake21.targetns.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.c | 969 char *target1, *target2; in common_function_versions() local 1009 target2 = sorted_attr_string (TREE_VALUE (attr2)); in common_function_versions() 1013 if (strcmp (target1, target2) == 0) in common_function_versions() 1019 XDELETEVEC (target2); in common_function_versions()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| H A D | microblaze.md | 2110 register rtx target2 = gen_rtx_REG (Pmode, 2112 gen_rtx_CLOBBER (VOIDmode, target2); 2126 register rtx target2 = gen_rtx_REG (Pmode, 2130 gen_rtx_CLOBBER (VOIDmode, target2); 2134 gen_rtx_CLOBBER (VOIDmode, target2); 2219 register rtx target2=gen_rtx_REG (Pmode,GP_REG_FIRST + MB_ABI_SUB_RETURN_ADDR_REGNUM); 2221 gen_rtx_CLOBBER (VOIDmode,target2); 2236 register rtx target2=gen_rtx_REG (Pmode,GP_REG_FIRST + MB_ABI_SUB_RETURN_ADDR_REGNUM); 2240 gen_rtx_CLOBBER (VOIDmode,target2);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| H A D | microblaze.md | 2110 rtx target2 2112 gen_rtx_CLOBBER (VOIDmode, target2); 2126 rtx target2 2130 gen_rtx_CLOBBER (VOIDmode, target2); 2134 gen_rtx_CLOBBER (VOIDmode, target2); 2219 rtx target2 2222 gen_rtx_CLOBBER (VOIDmode,target2); 2237 rtx target2 2242 gen_rtx_CLOBBER (VOIDmode,target2);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.cc | 1125 char *target1, *target2; in common_function_versions() local 1165 target2 = sorted_attr_string (TREE_VALUE (attr2)); in common_function_versions() 1169 if (strcmp (target1, target2) == 0) in common_function_versions() 1175 XDELETEVEC (target2); in common_function_versions()
|