Searched refs:target2 (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1170 struct hshentry *target, *target2, *temp; local
1260 target2 = genrevs(numrev.string,(char*)0,(char*)0,(char*)0,&gendeltas);
1261 if ( ! target2 ) return 0;
1264 if ( cmpnum(target->num, target2->num) > 0) {
1265 cmp = cmpnum(target2->num, numrev.string);
1267 target = target2;
1268 target2 = temp;
1271 if ( ! cmpnum(target->num, target2->num) ) {
1282 cuttail = target2->next;
1285 if ( cmpnum( target->num, target2
[all...]
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl499 my($target2) = $target;
501 $target2 =~ s/\(E_EXE\)/\(E_EXE\)2/;
504 my($def_file2) = do_def_file($target2);
514 $ret.="\t\$(LINK_CMD) \$(LFLAGS) $def_file2 $files \"$prelude\" $libs -o $target2\n";
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Ddiff-cmd.c439 const char *target1, *target2;
459 target2 = svn_path_url_add_component2(
464 target2 = svn_dirent_join(new_target, path, iterpool);
478 target2,
491 target2,
437 const char *target1, *target2; local
/freebsd-11-stable/contrib/gdb/include/
H A Ddis-asm.h176 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
/freebsd-11-stable/contrib/binutils/include/
H A Ddis-asm.h200 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
/freebsd-11-stable/tools/regression/iscsi/
H A Discsi-test.sh226 target2 {
236 check iscontrol -c $TMPDIR/iscsi.conf -n target2
262 target2 {
272 check iscsictl -Ac $TMPDIR/iscsi.conf -n target2
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h58 // For --target2
230 Target2Policy target2; member in struct:lld::elf::Configuration
H A DDriver.cpp575 error("unknown --target2 option: " + s);
943 config->target2 = getTarget2(args);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1573 const char **target2,
1743 *target2 = "";
1754 svn_uri_split(anchor2, target2, *url2, pool);
1773 *anchor2 = svn_path_url_add_component2(*anchor2, *target2, pool);
1775 *target2 = "";
1945 const char *target2;
1950 &anchor1, &anchor2, &target1, &target2,
2001 str_tmp = target2;
2002 target2 = target1;
1562 diff_prepare_repos_repos(const char **url1, const char **url2, svn_revnum_t *rev1, svn_revnum_t *rev2, const char **anchor1, const char **anchor2, const char **target1, const char **target2, svn_node_kind_t *kind1, svn_node_kind_t *kind2, svn_ra_session_t **ra_session, svn_client_ctx_t *ctx, const char *path_or_url1, const char *path_or_url2, const svn_opt_revision_t *revision1, const svn_opt_revision_t *revision2, const svn_opt_revision_t *peg_revision, apr_pool_t *pool) argument
1941 const char *target2; local
H A Dconflicts.c7757 const char *target2;
7760 svn_uri_split(&anchor2, &target2, source2, scratch_pool);
7755 const char *target2; local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp114 if (config->target2 == Target2Policy::Rel)
116 if (config->target2 == Target2Policy::Abs)
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh330 atf_check -e empty -o empty -s exit:0 ln -s target1/target2 link1
332 atf_check -e empty -o not-match:target1/target2 -s exit:0 ls -L
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1335 info->target2 = 0;
1939 info->target2 = 0;
/freebsd-11-stable/contrib/gcc/
H A Dbuiltins.c2171 rtx op0, op1, op2, target1, target2;
2193 target2 = gen_reg_rtx (mode);
2199 /* Compute into target1 and target2.
2201 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2204 /* Move target1 and target2 to the memory locations indicated
2207 emit_move_insn (op2, target2);
2170 rtx op0, op1, op2, target1, target2; local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c10958 rtx target1, rtx target2, rtx tmp, rtx pushed)
10966 if (target2 != pc_rtx)
10968 rtx tmp = target2;
10970 target2 = target1;
11015 condition, target1, target2)));
11026 target2)));
10932 ix86_split_fp_branch(enum rtx_code code, rtx op1, rtx op2, rtx target1, rtx target2, rtx tmp, rtx pushed) argument

Completed in 209 milliseconds