Searched refs:cp (Results 151 - 175 of 2051) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/dtc/
H A Dtreesource.c140 cell_t *cp = (cell_t *)val.val; local
145 while (m && (m->offset <= ((char *)cp - val.val))) {
147 assert(m->offset == ((char *)cp - val.val));
153 fprintf(f, "0x%x", fdt32_to_cpu(*cp++));
154 if ((void *)cp >= propend)
/freebsd-11-stable/contrib/ee/
H A DMakefile24 cp ee /usr/local/bin/ee
25 cp ee.1 /usr/local/man/man1/ee.1
/freebsd-11-stable/contrib/elftoolchain/ar/benchmark/
H A Dacp.sh53 cp $dst $ext; cd $ext; }
/freebsd-11-stable/contrib/gcc/
H A DFREEBSD-libiberty7 cp-demangle.c \
21 cp -ip ../libiberty/$F .
36 cp -ip ../include/$F .
H A DMakefile.in258 # on sysV, define this as cp.
261 # Allow configure to check this and use "ln -s", "ln", or "cp" as appropriate.
317 # install-headers-tar, install-headers-cpio or install-headers-cp.
1033 ipa-prop.o ipa-cp.o
1344 $(LN) $< as$(exeext) || cp $< as$(exeext) ;; \
1360 $(LN) $< collect-ld$(exeext) || cp $< collect-ld$(exeext) ;; \
1376 $(LN) $< nm$(exeext) || cp $< nm$(exeext) ;; \
1394 cp xgcc$(exeext) gcc-cross$(exeext)
1594 -cp -p $^ $(srcdir)
2310 ipa-cp
[all...]
H A Dconfigure207 as_ln_s='cp -p'
214 as_ln_s='cp -p'
7325 if cp -p conftestdata_f conftestdata_t 2>/dev/null
7327 gcc_cv_prog_LN_S="cp -p"
7329 gcc_cv_prog_LN_S=cp
16830 as_ln_s='cp -p'
16837 as_ln_s='cp -p'
H A Dgcc.c955 {".cpp", "#C++", 0, 0, 0}, {".cp", "#C++", 0, 0, 0},
6098 char *cp;
6106 cp = path + len1;
6107 if (!IS_DIR_SEPARATOR (cp[-1]))
6108 *cp++ = DIR_SEPARATOR;
6109 *cp++ = '.';
6110 *cp = '\0';
6116 && ((cp - path == 6
6118 || (cp - path == 10
6724 /* Use the same thing in %o, unless cp
6073 char *cp; local
6836 struct compiler *cp; local
[all...]
H A Dgccbug.in276 cp $PR_FORM $TEMP ||
H A Dgenoutput.c667 const char *cp;
694 for (i = 0, cp = &template[1]; *cp; )
698 while (ISSPACE (*cp))
699 cp++;
703 for (ep = sp = cp; !IS_VSPACE (*ep) && *ep != '\0'; ++ep)
711 while (cp < sp)
713 putchar (*cp);
714 cp++;
662 const char *cp; local
H A Dprotoize.c4534 const char *cp;
4536 for (cp = varargs_style_indicator; ISIDNUM (*cp); cp++)
4538 if (*cp != 0)
4540 cp - varargs_style_indicator);
4514 const char *cp; local
H A Dsbitmap.c246 sbitmap_ptr cp = c->elms; local
251 SBITMAP_ELT_TYPE tmp = *ap++ | (*bp++ & ~*cp++);
266 sbitmap_ptr cp = c->elms; local
269 *dstp++ = *ap++ | (*bp++ & ~*cp++);
464 sbitmap_ptr cp = c->elms; local
469 SBITMAP_ELT_TYPE tmp = *ap++ | (*bp++ & *cp++);
484 sbitmap_ptr cp = c->elms; local
487 *dstp++ = *ap++ | (*bp++ & *cp++);
500 sbitmap_ptr cp = c->elms; local
505 SBITMAP_ELT_TYPE tmp = *ap++ & (*bp++ | *cp
520 sbitmap_ptr cp = c->elms; local
[all...]
H A Dtree-mudflap.c174 /* The gcc/cp decl_printable_name hook doesn't do as good a job as
203 const char *file = NULL, *colon, *line, *op, *name, *cp; local
234 cp = ")";
237 op = name = cp = "";
239 string = concat (file, colon, line, op, name, cp, NULL);
H A Dtree-ssa-loop-ivopts.c4547 struct cost_pair *cp; local
4549 cp = ivs->cand_for_use[uid];
4550 if (!cp)
4552 cid = cp->cand->id;
4562 if (cp->cand->iv)
4565 ivs->cand_cost -= cp->cand->cost;
4567 iv_ca_set_remove_invariants (ivs, cp->cand->depends_on);
4570 ivs->cand_use_cost -= cp->cost;
4572 iv_ca_set_remove_invariants (ivs, cp->depends_on);
4599 struct iv_use *use, struct cost_pair *cp)
4598 iv_ca_set_cp(struct ivopts_data *data, struct iv_ca *ivs, struct iv_use *use, struct cost_pair *cp) argument
4641 struct cost_pair *best_cp = NULL, *cp; local
4675 iv_ca_has_deps(struct iv_ca *ivs, struct cost_pair *cp) argument
4926 struct cost_pair *old_cp, *new_cp, *cp; local
5062 struct cost_pair *cp; local
5611 struct cost_pair *cp = get_use_iv_cost (data, use, cand); local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c543 unsigned char kind, mask = 0, *cp = sr->imask;
554 mask = *cp++;
541 unsigned char kind, mask = 0, *cp = sr->imask; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1161 \newindex{cp}%
3649 \dosubind{cp}{#2}{#1}}}
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c170 cppchar_t *cp)
185 *cp = c;
222 *cp = c;
169 one_utf8_to_cppchar(const uchar **inbufp, size_t *inbytesleftp, cppchar_t *cp) argument
H A Dconfigure209 as_ln_s='cp -p'
216 as_ln_s='cp -p'
2875 cp "$am_depcomp" conftest.dir
8583 as_ln_s='cp -p'
8590 as_ln_s='cp -p'
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am95 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
H A DMakefile.in535 cp -p $$file $(distdir)/$$relfile; \
540 -rm -rf libgomp.aux libgomp.cp libgomp.cps libgomp.fn libgomp.fns libgomp.ky \
916 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
H A Dconfigure207 as_ln_s='cp -p'
214 as_ln_s='cp -p'
3197 cp "$am_depcomp" conftest.dir
3864 cp conftest.in conftest.nl
4385 : ${CP="cp -f"}
7072 cp $export_symbols $output_objdir/$soname.def;
11424 cp $export_symbols $output_objdir/$soname.def;
19768 as_ln_s='cp -p'
19775 as_ln_s='cp -p'
21797 (rm -f "$ofile" && cp "
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
132 cp-demint.c cplus-dem.c \
164 REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \
166 ./choose-temp.o ./concat.o ./cp-demint.o \
433 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
586 ./cp-demangle.o: $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
587 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
590 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
592 $(COMPILE.c) $(srcdir)/cp
[all...]
H A Dregex.c2929 wint_t *cp;
2937 cp = (wint_t*)str;
2952 idx = findidx ((const wint_t**)&cp);
2953 if (idx == 0 || cp < (wint_t*) str + c1)
3386 const unsigned char *cp = str;
3401 idx = findidx (&cp);
3402 if (idx == 0 || cp < str + c1)
6344 wint_t *cp;
6365 cp = (wint_t*)str_buf;
6375 idx2 = findidx ((const wint_t**)&cp);
2916 wint_t *cp; local
3373 const unsigned char *cp = str; local
6327 wint_t *cp; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A DMakefile.in618 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
620 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
623 || cp -p $$d/$$file $(distdir)/$$file \
H A Dconfigure207 as_ln_s='cp -p'
214 as_ln_s='cp -p'
2964 cp "$am_depcomp" conftest.dir
7514 as_ln_s='cp -p'
7521 as_ln_s='cp -p'
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.in546 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
548 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
551 || cp -p $$d/$$file $(distdir)/$$file \

Completed in 419 milliseconds

1234567891011>>