Searched refs:strip (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-9.3-release/contrib/ipfilter/
H A Dbsdinstall6 strip=""
17 -s ) strip="strip"
80 if [ $strip ]
81 then $strip $file
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsanity.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
31 ### strip
35 cp ${BIN}/strip ${TMPDIR}/strip
39 ${BIN}/strip ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregfree.c63 if (g->strip != NULL)
64 free((char *)g->strip);
H A Dregengine.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[esu
[all...]
H A Dregcomp.c60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
592 assert(OP(p->strip[
[all...]
H A Dregex2.h44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
/freebsd-9.3-release/gnu/usr.bin/binutils/strip/
H A DMakefile7 PROG= strip
8 SRCS= objcopy.c is-strip.c
/freebsd-9.3-release/contrib/tcsh/
H A Dsvn13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
H A Dtw.comp.c71 vp = adrof1(strip(p), &completions);
77 xprintf("tw_find(%s) \n", short2str(strip(p)));
79 pp = tw_find(strip(p), &completions, FALSE);
85 set1(strip(p), saveblk(v), &completions, VAR_READWRITE);
348 (void) strip(res);
355 (void) strip(res);
392 (void) strip(res);
/freebsd-9.3-release/gnu/usr.bin/binutils/
H A DMakefile5 size strings strip doc
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.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;
/freebsd-9.3-release/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
228 memset(strip, '\0', sizeof(strip));
232 line_stripname(strip, full, sizeof(strip)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-9.3-release/gnu/usr.bin/binutils/objcopy/
H A DMakefile8 SRCS= objcopy.c not-strip.c
/freebsd-9.3-release/release/picobsd/build/
H A DMakefile.conf36 strip ${.TARGET}
37 strip --remove-section=.note --remove-section=.comment ${.TARGET}
/freebsd-9.3-release/lib/libc/regex/
H A Dregfree.c72 if (g->strip != NULL)
73 free((char *)g->strip);
H A Dengine.c395 switch (OP(m->g->strip[es])) {
398 es += OPND(m->g->strip[es]);
401 while (OP(m->g->strip[es]) != O_CH)
402 es += OPND(m->g->strip[es]);
408 switch (OP(m->g->strip[ss])) {
504 esub = ss + OPND(m->g->strip[ss]) - 1;
505 assert(OP(m->g->strip[esub]) == OOR1);
510 assert(OP(m->g->strip[esub]) == OOR1);
512 assert(OP(m->g->strip[esub]) == OOR2);
514 esub += OPND(m->g->strip[esu
[all...]
H A Dregcomp.c73 sop *strip; /* malloced strip */ member in struct:parse
74 sopno ssize; /* malloced strip size (allocated) */
75 sopno slen; /* malloced strip length (used) */
217 p->strip = (sop *)malloc(p->ssize * sizeof(sop));
219 if (p->strip == NULL) {
610 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
611 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1002 sopno start, /* operand from here to end of strip */
1257 (void) memcpy((char *)(p->strip
[all...]
/freebsd-9.3-release/tools/debugscripts/
H A Dkld_deb.py120 p = popen2.popen4('find %s -type f -name "%s.debug"' % (j, i[0]))[0].read().strip()
124 p = popen2.popen4('find %s -type f -name "%s"' % (j, i[0]))[0].read().strip()
135 #j = popen2.popen4('objdump --section-headers /boot/kernel/%s | grep "\.text"' % i[0])[0].read().strip().split()
137 j = popen2.popen4('objdump --section-headers "%s" | grep "\.text"' % p)[0].read().strip().split()
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf124 # strip message body to 7 bits on input?
598 # strip group: syntax (not inside angle brackets!) and trailing semicolon
606 R$* : $* <@> $: $2 strip colon if marked
608 R$* ; $1 strip trailing semi
615 # strip angle brackets -- note RFC733 heuristic to get innermost item
617 R$+ < $* > < $2 > strip excess on left
618 R< $* > $+ < $1 > strip excess on right
622 # strip route address <@a,@b,@c:user@d> -> <user@d>
704 # strip trailing dot off possibly canonical name
850 R< > < $+ > + $* $#local $@ $2 $: @ $1 strip th
[all...]
/freebsd-9.3-release/share/me/
H A DMakefile17 sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/sys/netgraph/
H A Dng_tag.h48 uint8_t strip; /* strip tag if found */ member in struct:ng_tag_hookin
75 { "strip", &ng_parse_uint8_type }, \
/freebsd-9.3-release/contrib/binutils/binutils/doc/
H A DMakefile.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
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_fp.c108 u_int64_t strip, MR_FW_RAID_MAP_ALL *map);
329 printf(" data strip start=0x%08lx, end=0x%08lx\n",
419 * This routine calculates the row for given strip using spanset.
429 * row - row associated with strip
433 u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map)
445 if (strip > span_set->data_strip_end) continue;
447 span_set_Strip = strip - span_set->data_strip_start;
462 "data width 0x%llx span offset 0x%llx\n", (unsigned long long)strip,
466 mrsas_dprint(sc, MRSAS_PRL11, "LSI Debug : For strip 0x%llx row is 0x%llx\n", (unsigned long long)strip,
432 get_row_from_strip(struct mrsas_softc *sc, u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map) argument
499 u_int64_t strip; local
548 get_arm_from_strip(struct mrsas_softc *sc, u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/
H A Dacpica_prep.sh51 # strip files
52 echo strip
/freebsd-9.3-release/usr.sbin/ppp/
H A Dsystems.c246 strip(char *line) function
349 cp = strip(line);
385 cp = strip(line);

Completed in 251 milliseconds

1234567