Searched refs:cp (Results 176 - 200 of 2051) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure207 as_ln_s='cp -p'
214 as_ln_s='cp -p'
3005 cp "$am_depcomp" conftest.dir
5611 as_ln_s='cp -p'
5618 as_ln_s='cp -p'
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorefile.c317 char *cp;
321 cp = buffer;
324 if (cp - buffer >= max_len)
329 cnt = max_len - (cp - buffer);
332 read_memory (memaddr + (int) (cp - buffer), cp, cnt);
333 for (i = 0; i < cnt && *cp; i++, cp++)
336 if (i < cnt && !*cp)
313 char *cp; local
H A Ddwarf2read.c46 #include "cp-support.h"
2074 char *cp = strchr (comp_dir, ':'); local
2076 if (cp && cp != comp_dir && cp[-1] == '.' && cp[1] == '/')
2077 comp_dir = cp + 1;
H A Dfork-child.c53 char *cp = scratch; local
59 while (*cp == ' ' || *cp == '\t' || *cp == '\n')
61 cp++;
65 if (*cp == '\0')
69 *argv++ = cp;
72 cp = strchr (cp, ' ');
73 if (cp
[all...]
H A Dinfcmd.c280 char *out, *cp;
302 for (cp = argv[i]; *cp; ++cp)
304 if (strchr (special, *cp) != NULL)
306 *out++ = *cp;
321 char *cp = strchr (argv[i], ' ');
322 if (cp == NULL)
323 cp = strchr (argv[i], '\t');
324 if (cp
278 char *out, *cp; local
319 char *cp = strchr (argv[i], ' '); local
[all...]
H A Dnto-procfs.c916 char *pp, *cp = scratch; local
923 while (*cp == ' ' || *cp == '\t' || *cp == '\n')
924 cp++;
927 if (*cp == '\0')
931 if (*cp == '"')
933 cp++;
934 quoting = strchr (cp, '"') ? 1 : 0;
937 *argv++ = cp;
[all...]
H A Dobjc-lang.c215 char *demangled, *cp; local
221 cp = demangled = xmalloc(strlen(mangled) + 2);
224 *cp++ = '-'; /* for instance method */
226 *cp++ = '+'; /* for class method */
228 *cp++ = '['; /* opening left brace */
229 strcpy(cp, mangled+3); /* tack on the rest of the mangled name */
231 while (*cp && *cp == '_')
232 cp++; /* skip any initial underbars in class name */
234 cp
[all...]
H A Dprintcmd.c467 char *cp = bits;
499 while (*cp && *cp == '0')
500 cp++;
501 if (*cp == '\0')
502 cp--;
505 strcat (buf, cp);
465 char *cp = bits; local
H A Dsymfile.c2079 char *cp = ext_args;
2083 if (*cp != '.')
2087 while (*cp && !isspace (*cp))
2088 cp++;
2090 if (*cp == '\0')
2095 *cp++ = '\0';
2098 while (*cp && isspace (*cp))
2099 cp
2074 char *cp = ext_args; local
2173 char *cp; local
[all...]
H A Dvalops.c35 #include "cp-abi.h"
39 #include "cp-support.h"
44 #include "cp-support.h"
2338 char *cp = strchr (dname, '<');
2342 if (cp == NULL)
2345 len = cp - dname;
2336 char *cp = strchr (dname, '<'); local
H A Dvarobj.c610 char **cp;
627 cp = *dellist;
629 *cp = cppop (&result);
630 while ((*cp != NULL) && (mycount > 0))
633 cp++;
634 *cp = cppop (&result);
637 if (mycount || (*cp != NULL))
609 char **cp; local
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh276 *install*|cp|mv)
5361 either the \`install' or \`cp' program.
H A Dmissing199 cp "$SRCFILE" y.tab.c
203 cp "$SRCFILE" y.tab.h
229 cp "$SRCFILE" lex.yy.c
H A Dylwrap83 ln -s ../"$input" . > /dev/null 2>&1 || ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
/freebsd-11-stable/contrib/gperf/
H A DMakefile.devel35 cp src/config.h.in src/config.h.msvc
38 cp src/config.h.in src/config.h_vms
/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in80 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
82 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
94 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
96 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
144 $(RM) *~ *.aux *.toc *.cp *.fn *.ky *.pg *.tp *.vr *.my *.log *.cps core
H A Dconfigure503 # In both cases, we have to default to `cp -p'.
505 as_ln_s='cp -p'
509 as_ln_s='cp -p'
1690 # As a last resort, use cp.
1691 test -z "$cl_cv_path_install" && cl_cv_path_install="cp"
1703 cp | */cp ) INSTALL_DATA='$(INSTALL)' ;;
2082 # In both cases, we have to default to `cp -p'.
2084 as_ln_s='cp -p'
2088 as_ln_s='cp
[all...]
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure503 # In both cases, we have to default to `cp -p'.
505 as_ln_s='cp -p'
509 as_ln_s='cp -p'
3561 # As a last resort, use cp.
3562 test -z "$cl_cv_path_install" && cl_cv_path_install="cp"
3574 cp | */cp ) INSTALL_DATA='$(INSTALL)' ;;
3953 # In both cases, we have to default to `cp -p'.
3955 as_ln_s='cp -p'
3959 as_ln_s='cp
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure503 # In both cases, we have to default to `cp -p'.
505 as_ln_s='cp -p'
509 as_ln_s='cp -p'
3467 # As a last resort, use cp.
3468 test -z "$cl_cv_path_install" && cl_cv_path_install="cp"
3480 cp | */cp ) INSTALL_DATA='$(INSTALL)' ;;
3971 # In both cases, we have to default to `cp -p'.
3973 as_ln_s='cp -p'
3977 as_ln_s='cp
[all...]
/freebsd-11-stable/contrib/groff/
H A Dconfigure439 as_ln_s='cp -p'
446 as_ln_s='cp -p'
5800 cp "$tmp/conftest.in" "$tmp/conftest.nl"
5902 cp "$tmp/conftest.in" "$tmp/conftest.nl"
9875 cp ${srcdir}/src/include/nonposix.h conftest.h
10764 as_ln_s='cp -p'
10771 as_ln_s='cp -p'
/freebsd-11-stable/contrib/groff/contrib/gdiffmk/tests/
H A Druntests.in77 cp ${srcdir}/file2 tmp_file7
/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub99 cp $(srcdir)/examples/penguin.ps .
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A DMakefile.sub69 cp $(top_srcdir)/doc/gnu.eps . ; \
71 cp $(top_builddir)/doc/gnu.eps . ; \
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in114 test -f grnexmpl.g || cp $(srcdir)/grnexmpl.g .
115 test -f groff.css || cp $(srcdir)/groff.css .
139 -rm -f *.cp *.cps *.cv *.cn *.es *.ess *.fn *.fns *.ky *.kys \
H A DMakefile.sub97 groff.aux groff.cp* groff.dvi groff.es* groff.fn* groff.html groff.ky* \
134 test -f grnexmpl.g || cp $(srcdir)/grnexmpl.g .
135 test -f groff.css || cp $(srcdir)/groff.css .
138 cp $(srcdir)/gnu.eps .; \
140 cp $(top_builddir)/contrib/pdfmark/gnu.eps .; \

Completed in 262 milliseconds

1234567891011>>