Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/NextBSD/contrib/binutils/binutils/
HDsanity.sh17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
35 cp ${BIN}/strip ${TMPDIR}/strip
39 ${BIN}/strip ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
HDNEWS14 strip everything out of an ordinary object file or executable except
56 * objcopy recognizes two new options --strip-unneeded-symbol and
57 --strip-unneeded-symbols, namely for use together with the wildcard
58 matching the original --strip-symbol/--strip-symbols provided, but
82 * objcopy and strip can now take wildcard patterns in symbol names specified on
90 * objcopy and strip now accept --only-keep-debug to create a file containing
91 those sections that would be stripped out by --strip-debug. The idea is that
106 * Added --info switch to objcopy and strip.
244 * Added -p/--preserve-dates option to strip and objcopy.
266 * Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy.
[all …]
/NextBSD/contrib/ntp/scripts/ntpsweep/
HDntpsweep.in28 my ($showpeers, $maxlevel, $strip);
42 ($showpeers, $maxlevel, $strip) =
43 ($opts->{peers}, $opts->{maxlevel}, $opts->{strip});
167 if ($strip) {
168 $printhost =~ s/$strip//;
185 $printhost =~ s/$strip// if $strip;
197 $printhost =~ s/$strip// if $strip;
HDinvoke-ntpsweep.texi27 * ntpsweep strip:: strip option (-s)
55 -s, --strip=str Strip this string from hostnames
93 @node ntpsweep strip
94 @subsection strip option (-s)
95 @cindex ntpsweep-strip
97 This is the ``strip this string from hostnames'' option.
/NextBSD/lib/libc/regex/
HDengine.c395 switch (OP(m->g->strip[es])) { in dissect()
398 es += OPND(m->g->strip[es]); in dissect()
401 while (OP(m->g->strip[es]) != O_CH) in dissect()
402 es += OPND(m->g->strip[es]); in dissect()
408 switch (OP(m->g->strip[ss])) { in dissect()
504 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
505 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
510 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
512 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
514 esub += OPND(m->g->strip[esub]); in dissect()
[all …]
HDregcomp.c73 sop *strip; /* malloced strip */ member
234 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); in regcomp()
236 if (p->strip == NULL) { in regcomp()
643 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
644 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1290 (void) memcpy((char *)(p->strip + p->slen), in dupl()
1291 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1320 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1341 s = p->strip[sn]; in doinsert()
1354 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
[all …]
/NextBSD/contrib/jansson/test/suites/valid/
HDrun19 strip=0
20 [ "$variant" = "strip" ] && strip=1
22 STRIP=$strip $json_process --env \
36 do_run normal && do_run strip
/NextBSD/contrib/jansson/test/suites/invalid/
HDrun16 strip=0
20 strip=1
23 STRIP=$strip $json_process --env \
37 do_run normal && do_run strip
/NextBSD/crypto/openssh/
HDlogintest.c225 char full[17], strip[9], abbrev[5]; in testLineName() local
228 memset(strip, '\0', sizeof(strip)); in testLineName()
232 line_stripname(strip, full, sizeof(strip)-1); in testLineName()
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
/NextBSD/contrib/llvm/lib/Support/
HDregcomp.c68 sop *strip; /* malloced strip */ member
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp()
197 if (p->strip == NULL) { in llvm_regcomp()
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp()
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp()
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
600 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1333 (void) memmove((char *)(p->strip + p->slen), in dupl()
1334 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1362 p->strip[p->slen++] = SOP(op, opnd); in doemit()
[all …]
HDregengine.inc316 switch (OP(m->g->strip[es])) {
319 es += OPND(m->g->strip[es]);
322 while (OP(m->g->strip[es]) != O_CH)
323 es += OPND(m->g->strip[es]);
329 switch (OP(m->g->strip[ss])) {
429 esub = ss + OPND(m->g->strip[ss]) - 1;
430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
437 assert(OP(m->g->strip[esub]) == OOR2);
439 esub += OPND(m->g->strip[esub]);
[all …]
HDregfree.c63 if (g->strip != NULL) in llvm_regfree()
64 free((char *)g->strip); in llvm_regfree()
/NextBSD/contrib/jansson/test/bin/
HDjson_process.c38 int strip; member
50 static const char *strip(char *str) in strip() function
115 conf.strip = atoi(val); in read_conf()
137 if (conf.strip) in cmpfile()
214 if (conf.strip) { in use_conf()
217 json = json_loads(strip(buffer), 0, &error); in use_conf()
330 json = json_loads(strip(buffer), 0, &error); in use_env()
364 conf.strip = 1; in main()
/NextBSD/contrib/nvi/regex/
HDengine.c314 switch (m->g->strip[es]) { in dissect()
320 while (m->g->strip[es] != O_CH) in dissect()
327 switch (m->g->strip[ss]) { in dissect()
424 assert(m->g->strip[esub] == OOR1); in dissect()
429 assert(m->g->strip[esub] == OOR1); in dissect()
431 assert(m->g->strip[esub] == OOR2); in dissect()
434 if (m->g->strip[esub] == OOR2) in dissect()
437 assert(m->g->strip[esub] == O_CH); in dissect()
497 s = m->g->strip[ss]; in backref()
555 s = m->g->strip[ss]; in backref()
[all …]
HDregcomp.c64 sop *strip; /* malloced strip */ member
210 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); in regcomp()
211 if (p->strip == NULL) { in regcomp()
217 free((char *)p->strip); in regcomp()
600 assert(p->strip[p->pbegin[i]] == OLPAREN); in p_simp_re()
601 assert(p->strip[p->pend[i]] == ORPAREN); in p_simp_re()
1355 (void) memcpy((char *)(p->strip + p->slen), in dupl()
1356 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1386 p->strip[p->slen] = op; in doemit()
1409 s = p->strip[sn]; in doinsert()
[all …]
HDregfree.c67 if (g->strip != NULL) in regfree()
68 free((char *)g->strip); in regfree()
/NextBSD/contrib/elftoolchain/elfcopy/
HDMakefile18 MAN= elfcopy.1 mcs.1 strip.1
22 LINKS= ${BINDIR}/elfcopy ${BINDIR}/strip \
25 EXTRA_TARGETS= strip mcs
/NextBSD/contrib/groff/tmac/
HDMakefile.sub39 stamp-strip e.tmac-s doc.tmac-s doc-old.tmac-s \
47 all: stamp-strip stamp-wrap stamp-sed
50 stamp-strip stamp-wrap stamp-sed
87 stamp-strip: $(STRIPFILES) $(MDOCFILES) mdoc.local
90 sed -f $(srcdir)/strip.sed $(srcdir)/$$f >$$f-s; \
/NextBSD/contrib/binutils/binutils/po/
HDPOTFILES.in28 is-strip.c
30 maybe-strip.c
36 not-strip.c
/NextBSD/contrib/binutils/binutils/doc/
HDMakefile.am29 strip.1 \
120 strip.1: $(binutils_TEXI) $(binutils_TEXINFOS)
122 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
123 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
125 rm -f strip.pod
/NextBSD/contrib/tcsh/
HDtw.comp.c71 vp = adrof1(strip(p), &completions); in docomplete()
77 xprintf("tw_find(%s) \n", short2str(strip(p))); in docomplete()
79 pp = tw_find(strip(p), &completions, FALSE); in docomplete()
85 set1(strip(p), saveblk(v), &completions, VAR_READWRITE); in docomplete()
348 (void) strip(res); in tw_result()
355 (void) strip(res); in tw_result()
392 (void) strip(res); in tw_result()
HDsvn13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/NextBSD/sys/conf/
HDMakefile.mips68 ${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
69 -g --strip-symbol '$$t' ${FULLKERNEL} ${KERNEL_KO}.tmp
/NextBSD/tools/debugscripts/
HDkld_deb.py121 p = popen2.popen4('find %s -type f -name "%s.debug"' % (j, i[0]))[0].read().strip()
125 p = popen2.popen4('find %s -type f -name "%s"' % (j, i[0]))[0].read().strip()
138 j = popen2.popen4('objdump --section-headers "%s" | grep "\.text"' % p)[0].read().strip().split()
/NextBSD/contrib/bmake/
HDinstall-sh29 # -s strip target
79 strip=:
102 -s) strip=${STRIP:-strip};;
130 $strip $1 || Err s

12345678910>>...20