HomeSort by: relevance | last modified time | path
    Searched defs:target2 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 21 void * target2 = &&target2_l; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 21 void * target2 = &&target2_l; local
  /src/usr.bin/make/unit-tests/
varmisc.mk 179 FLAGS.target2.c= three four
182 target2.c:
184 all: target1-flags target2-flags
188 target2-flags: target2.c
  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_solaris_v1.c 479 char *target, *target2 = NULL; local
516 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target);
518 target2 = xstrdup(target);
520 plog(XLOG_INFO, "autofs: converting from link to lofs (%s -> %s)", mp->am_path, target2);
533 if ((err = stat(target2, &buf)))
536 if ((err = lstat(target2, &buf)))
542 if ((err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1))) {
549 if (target2)
550 XFREE(target2);
autofs_linux.c 621 char *target, *target2 = NULL; local
666 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target);
668 target2 = xstrdup(target);
688 err = stat(target2, &buf);
697 if ((err = lstat(target2, &buf)))
702 plog(XLOG_INFO, "autofs: bind-mounting %s -> %s", mp->am_path, target2);
704 err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1);
707 plog(XLOG_INFO, "autofs: bind-mounting %s -> %s failed", mp->am_path, target2);
718 if (target2)
719 XFREE(target2);
    [all...]
autofs_solaris_v2_v3.c 1074 char *target, *target2 = NULL; local
1098 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target);
1100 target2 = xstrdup(target);
1102 plog(XLOG_INFO, "autofs: converting from link to lofs (%s -> %s)", mp->am_path, target2);
1120 if ((err = stat(target2, &buf)))
1123 if ((err = lstat(target2, &buf)))
1126 if ((err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1))) {
1132 if (target2)
1133 XFREE(target2);
  /src/external/gpl3/binutils/dist/include/
dis-asm.h 288 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
  /src/external/gpl3/binutils.old/dist/include/
dis-asm.h 288 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
  /src/external/gpl3/gdb/dist/include/
dis-asm.h 288 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
  /src/external/gpl3/gdb.old/dist/include/
dis-asm.h 288 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
  /src/external/gpl2/rcs/dist/src/
rcs.c 1173 struct hshentry *target, *target2, *temp; local
1263 target2 = genrevs(numrev.string,(char*)0,(char*)0,(char*)0,&gendeltas);
1264 if ( ! target2 ) return 0;
1267 if ( cmpnum(target->num, target2->num) > 0) {
1268 cmp = cmpnum(target2->num, numrev.string);
1270 target = target2;
1271 target2 = temp;
1274 if ( ! cmpnum(target->num, target2->num) ) {
1285 cuttail = target2->next;
1288 if ( cmpnum( target->num, target2->num) < 0 )
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 2521 rtx op0, op1, op2, target1, target2;
2544 target2 = gen_reg_rtx (mode);
2554 /* Compute into target1 and target2.
2556 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2559 /* Move target1 and target2 to the memory locations indicated
2562 emit_move_insn (op2, target2);
2520 rtx op0, op1, op2, target1, target2; local
gcc.cc 4050 char *target2 = XALLOCAVEC (char, len + 1);
4051 memcpy (target2, target, len);
4052 target2[len] = '\0';
4055 target2);
4058 const char *hint = candidates_list_and_hint (target2, s, candidates);
4029 char *target2 = XALLOCAVEC (char, len + 1); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 2549 rtx op0, op1, op2, target1, target2;
2572 target2 = gen_reg_rtx (mode);
2582 /* Compute into target1 and target2.
2584 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2587 /* Move target1 and target2 to the memory locations indicated
2590 emit_move_insn (op2, target2);
2548 rtx op0, op1, op2, target1, target2; local
gcc.cc 4019 char *target2 = XALLOCAVEC (char, len + 1);
4020 memcpy (target2, target, len);
4021 target2[len] = '\0';
4024 target2);
4027 const char *hint = candidates_list_and_hint (target2, s, candidates);
3998 char *target2 = XALLOCAVEC (char, len + 1); local

Completed in 69 milliseconds