Home
last modified time | relevance | path

Searched refs:target (Results 26 – 50 of 1042) sorted by relevance

12345678910>>...42

/dragonfly/share/mk/
H A Dbsd.man.mk53 .if !target(__<bsd.init.mk>__)
103 _manpages: ${target}
104 ${target}: ${page}
109 _manpages: ${target}
110 ${target}: ${page}
122 _manpages: ${target}
123 ${target}: ${page}
142 _manpages: ${target}
143 ${target}: ${page}
152 _manpages: ${target}
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dfcntl.c172 static int rpl_fcntl_DUPFD (int fd, int target);
214 int target = va_arg (arg, int); in fcntl() local
215 result = rpl_fcntl_DUPFD (fd, target); in fcntl()
221 int target = va_arg (arg, int); in fcntl() local
446 rpl_fcntl_DUPFD (int fd, int target) in rpl_fcntl_DUPFD() argument
450 result = dupfd (fd, target, 0); in rpl_fcntl_DUPFD()
453 if (target < 0 || getdtablesize () <= target) in rpl_fcntl_DUPFD()
481 result = fcntl (fd, F_DUPFD, target); in rpl_fcntl_DUPFD()
487 rpl_fcntl_DUPFD_CLOEXEC (int fd, int target) in rpl_fcntl_DUPFD_CLOEXEC() argument
491 result = dupfd (fd, target, O_CLOEXEC); in rpl_fcntl_DUPFD_CLOEXEC()
[all …]
/dragonfly/contrib/grep/lib/
H A Dfcntl.c173 static int rpl_fcntl_DUPFD (int fd, int target);
215 int target = va_arg (arg, int); in fcntl() local
216 result = rpl_fcntl_DUPFD (fd, target); in fcntl()
222 int target = va_arg (arg, int); in fcntl() local
447 rpl_fcntl_DUPFD (int fd, int target) in rpl_fcntl_DUPFD() argument
451 result = dupfd (fd, target, 0); in rpl_fcntl_DUPFD()
454 if (target < 0 || getdtablesize () <= target) in rpl_fcntl_DUPFD()
482 result = fcntl (fd, F_DUPFD, target); in rpl_fcntl_DUPFD()
488 rpl_fcntl_DUPFD_CLOEXEC (int fd, int target) in rpl_fcntl_DUPFD_CLOEXEC() argument
492 result = dupfd (fd, target, O_CLOEXEC); in rpl_fcntl_DUPFD_CLOEXEC()
[all …]
/dragonfly/libexec/rtld-elf/x86_64/
H A Drtld_machdep.h43 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot() argument
49 (void *)(target)); in reloc_jmpslot()
51 (*(Elf_Addr *)(where) = (Elf_Addr)(target)); in reloc_jmpslot()
52 return target; in reloc_jmpslot()
58 #define call_initfini_pointer(obj, target) \ argument
59 (((InitFunc)(target))())
61 #define call_init_pointer(obj, target) \ argument
62 (((InitArrFunc)(target))(main_argc, main_argv, environ))
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpmed.c1456 if (target == 0 || !REG_P (target) || !valid_multiword_target_p (target)) in extract_bit_field_1()
1509 target = expand_shift (LSHIFT_EXPR, mode, target, in extract_bit_field_1()
1869 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); in extract_fixed_bit_field()
1908 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); in extract_fixed_bit_field()
2260 rtx subtarget = target == shifted ? 0 : target; in expand_shift_1()
3925 if (target in expand_divmod()
3983 if (target && GET_MODE (target) == compute_mode) in expand_divmod()
4451 if (target == 0 || GET_MODE (target) != compute_mode) in expand_divmod()
4840 if (target && GET_MODE (target) != compute_mode) in expand_divmod()
4841 target = 0; in expand_divmod()
[all …]
H A Dinternal-fn.c71 rtx target, mem; in expand_LOAD_LANES() local
77 target = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); in expand_LOAD_LANES()
83 create_output_operand (&ops[0], target, TYPE_MODE (type)); in expand_LOAD_LANES()
95 rtx target, reg; in expand_STORE_LANES() local
101 target = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); in expand_STORE_LANES()
104 gcc_assert (MEM_P (target)); in expand_STORE_LANES()
105 PUT_MODE (target, TYPE_MODE (type)); in expand_STORE_LANES()
107 create_fixed_operand (&ops[0], target); in expand_STORE_LANES()
H A Difcvt.c1059 if (target) in noce_try_store_flag()
1180 if (target) in noce_try_store_flag_constants()
1238 if (target) in noce_try_addcc()
1273 if (target) in noce_try_addcc()
1278 if (target) in noce_try_addcc()
1396 if (target) in noce_emit_cmove()
1660 if (! target) in noce_try_cmove_arith()
1923 if (! target) in noce_try_minmax()
2062 target = expand_simple_unop (GET_MODE (target), NOT, target, in noce_try_abs()
2065 target = expand_simple_unop (GET_MODE (target), NEG, target, in noce_try_abs()
[all …]
/dragonfly/stand/lib/
H A Dlseek.c70 off_t bufpos, filepos, target; in lseek() local
111 target = offset; in lseek()
114 target = bufpos + offset; in lseek()
120 if (bufpos <= target && target < filepos) { in lseek()
121 f->f_raoffset += target - bufpos; in lseek()
122 f->f_ralen -= target - bufpos; in lseek()
123 return (target); in lseek()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dconfigterms.texi19 (@dfn{target}). When you configure GCC, you specify these with
20 @option{--build=}, @option{--host=}, and @option{--target=}.
26 If build, host, and target are all the same, this is called a
27 @dfn{native}. If build and host are the same but target is different,
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
34 @dfn{crossed native}, or @dfn{cross-built native}. If build and target
43 compiler that will be used to build the target libraries (if you
44 configured with @option{--target=foo-bar}, this compiler will be called
50 building for (the target libraries are built for the target, so host is
[all …]
/dragonfly/contrib/gmp/
H A Dylwrap147 [\\/]* | ?:[\\/]*) target="$2";;
148 *) target="../$2";;
158 realtarget="$target"
159 target="tmp-`echo $target | sed s/.*[\\/]//g`"
179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
183 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
185 rm -f "$target"
188 mv -f "$target" "$realtarget"
/dragonfly/bin/cpdup/scripts/
H A Ddo_remote_host59 set target = ${remote_host}:${remote_path}/mirrors/${source}
66 echo "TARGET $target"
75 echo "cpdup -i0 -s0 -I $source $target"
76 cpdup -i0 -s0 -I $source $target
82 echo "cpdup -f -i0 -s0 -I -H $hlbase $source $target"
83 cpdup -f -i0 -s0 -I -H $hlbase $source $target
89 echo "cpdup -i0 -s0 -I -H $hlbase $source $target"
90 cpdup -i0 -s0 -I -H $hlbase $source $target
/dragonfly/sys/kern/
H A Dimgact_elf.c1011 bzero(&target, sizeof(target)); in generic_elf_coredump()
1021 target.off_max = target.off; in generic_elf_coredump()
1022 target.off = 0; in generic_elf_coredump()
1264 if (target->off + bytes > target->off_max) in target_reserve()
1267 res = target->buf + target->off; in target_reserve()
1293 error = fp_write(fp, target->buf, target->off, &nbytes, in __elfN()
1340 target->off = round_page(target->off); in __elfN()
1525 target->off = roundup2(target->off, sizeof(Elf_Word)); in __elfN()
1529 target->off = roundup2(target->off, sizeof(Elf_Word)); in __elfN()
1649 fpc.vnh = (struct vn_hdr *)(target->buf + target->off); in elf_puttextvp()
[all …]
H A Dlwkt_ipiq.c192 if (target == gd) { in lwkt_send_ipiq3()
205 ip = &gd->gd_ipiq[target->gd_cpuid]; in lwkt_send_ipiq3()
263 target->gd_sample_pc, target->gd_sample_sp); in lwkt_send_ipiq3()
267 cpu_send_ipiq(target->gd_cpuid); in lwkt_send_ipiq3()
315 cpu_send_ipiq(target->gd_cpuid); in lwkt_send_ipiq3()
347 KKASSERT(target != gd); in lwkt_send_ipiq3_passive()
350 ip = &gd->gd_ipiq[target->gd_cpuid]; in lwkt_send_ipiq3_passive()
460 lwkt_wait_ipiq(globaldata_t target, int seq) in lwkt_wait_ipiq() argument
464 if (target != mycpu) { in lwkt_wait_ipiq()
465 ip = &mycpu->gd_ipiq[target->gd_cpuid]; in lwkt_wait_ipiq()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsymtab.c64 tree target = alias; in ultimate_transparent_alias_target() local
69 target = TREE_CHAIN (target); in ultimate_transparent_alias_target()
74 return target; in ultimate_transparent_alias_target()
1681 while (target->transparent_alias && target->analyzed) in resolve_alias()
1682 target = target->get_alias_target (); in resolve_alias()
1834 if (decl == target->decl) in semantically_equivalent_p()
1842 if (target == ba) in semantically_equivalent_p()
1854 bb = target; in semantically_equivalent_p()
1924 if (target->alias && target->weakref) in nonzero_address()
1934 if (target->definition && !DECL_EXTERNAL (target->decl)) in nonzero_address()
[all …]
/dragonfly/gnu/usr.bin/gdb/libbfd/
H A DMakefile23 SRCS+= targmatch.h elf32-target.h elf64-target.h
24 CLEANFILES+= elf64-target.h elf32-target.h targmatch.h
29 elf32-target.h: elfxx-target.h
30 sed -e s/NN/32/g < ${CONTRIBDIR}/elfxx-target.h > ${.TARGET}
31 elf64-target.h: elfxx-target.h
32 sed -e s/NN/64/g < ${CONTRIBDIR}/elfxx-target.h > ${.TARGET}
/dragonfly/contrib/gdb-7/bfd/
H A Dbfd.c1707 const bfd_target *target; in bfd_emul_get_maxpagesize() local
1710 if (target != NULL in bfd_emul_get_maxpagesize()
1729 if (target->alternative_target in bfd_elf_set_pagesize()
1751 const bfd_target *target; in bfd_emul_set_maxpagesize() local
1754 if (target) in bfd_emul_set_maxpagesize()
1757 maxpagesize), target); in bfd_emul_set_maxpagesize()
1778 const bfd_target *target; in bfd_emul_get_commonpagesize() local
1781 if (target != NULL in bfd_emul_get_commonpagesize()
1804 const bfd_target *target; in bfd_emul_set_commonpagesize() local
1807 if (target) in bfd_emul_set_commonpagesize()
[all …]
/dragonfly/usr.bin/indent/
H A Dio.c159 int target = ps.com_col; in dump_line() local
162 target += ps.comment_delta; in dump_line()
165 com_st++, target += opt.tabsize; in dump_line()
166 while (target <= 0) in dump_line()
168 target++, com_st++; in dump_line()
170 target = opt.tabsize * (1 + (target - 1) / opt.tabsize) + 1; in dump_line()
174 target = 1; in dump_line()
392 pad_output(int current, int target) in pad_output() argument
401 if (current >= target) in pad_output()
412 while (curr++ < target) in pad_output()
[all …]
/dragonfly/etc/rc.d/
H A Dmotd24 local target="/etc/motd"
28 if [ ! -f "${target}" ]; then
29 install -o root -g wheel -m 0644 /dev/null ${target}
35 }' < ${target})
45 tail -n +2 ${target} >> ${temp}
46 cat ${temp} > ${target}
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsrev.c682 int expandsym(source, target) in expandsym() argument
684 struct buf *target;
699 struct buf *target;
709 bufalloc(target, 1);
710 tp = target->string;
725 tlim = tp + target->size;
753 tp = target->string + s;
778 getbranchno(b, target);
779 bp = tp = target->string;
799 bufscpy(target, bp);
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dbinemul.c42 ar_emul_append (bfd **after_bfd, char *file_name, const char *target, in ar_emul_append() argument
46 return bin_dummy_emulation.ar_append (after_bfd, file_name, target, in ar_emul_append()
97 const char *target, bfd_boolean verbose, in ar_emul_default_append() argument
102 new_bfd = bfd_openr (file_name, target); in ar_emul_default_append()
108 ar_emul_replace (bfd **after_bfd, char *file_name, const char *target, in ar_emul_replace() argument
113 target, verbose); in ar_emul_replace()
120 const char *target, bfd_boolean verbose) in ar_emul_default_replace() argument
124 new_bfd = bfd_openr (file_name, target); in ar_emul_default_replace()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dbinemul.c42 ar_emul_append (bfd **after_bfd, char *file_name, const char *target, in ar_emul_append() argument
46 return bin_dummy_emulation.ar_append (after_bfd, file_name, target, in ar_emul_append()
97 const char *target, bfd_boolean verbose, in ar_emul_default_append() argument
102 new_bfd = bfd_openr (file_name, target); in ar_emul_default_append()
108 ar_emul_replace (bfd **after_bfd, char *file_name, const char *target, in ar_emul_replace() argument
113 target, verbose); in ar_emul_replace()
120 const char *target, bfd_boolean verbose) in ar_emul_default_replace() argument
124 new_bfd = bfd_openr (file_name, target); in ar_emul_default_replace()
/dragonfly/lib/libc/xdr/
H A Dxdr_array.c74 caddr_t target = *addrp; in xdr_array() local
94 if (target == NULL) in xdr_array()
99 *addrp = target = mem_alloc(nodesize); in xdr_array()
100 if (target == NULL) { in xdr_array()
104 memset(target, 0, nodesize); in xdr_array()
118 stat = (*elproc)(xdrs, target); in xdr_array()
119 target += elsize; in xdr_array()
/dragonfly/gnu/usr.bin/binutils227/block1/libbfd/
H A DMakefile12 FLAGS_GROUPS= target plugins
84 elf32-target.h: elfxx-target.h
85 sed -e s/NN/32/g < ${CONTRIBDIR}/elfxx-target.h > ${.TARGET}
86 elf64-target.h: elfxx-target.h
87 sed -e s/NN/64/g < ${CONTRIBDIR}/elfxx-target.h > ${.TARGET}
91 CLEANFILES= bfd_stdint.h bfd.h elf64-target.h elf32-target.h targmatch.h \
/dragonfly/contrib/bmake/mk/
H A Dobj.mk16 .if !target(__${.PARSEFILE:S,bsd.,,}__)
62 .if !target(_SUBDIRUSE)
68 .if !target(objwarn)
77 .if !target(objlink)
94 .if !target(print-objdir)
99 .if !target(whereobj)
104 .if !target(destroy)
H A Dmeta.stage.mk18 .if !target(__${.PARSEFILE}__)
168 .if target(stage_libs)
203 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default})
206 .if !target(.stage_files.$s)
223 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default})
226 .if !target(.stage_links.$s)
242 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
275 .if target(stage_as.$s)
278 .if !target(.stage_as.$s)
309 .if !target(__${.PARSEFILE}__)
[all …]

12345678910>>...42