Home
last modified time | relevance | path

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

123

/original-bsd/usr.bin/strip/
H A DMakefile3 PROG= strip
6 install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
8 ./strip ${DESTDIR}${BINDIR}/strip
9 rm -f ./strip
/original-bsd/usr.bin/spell/
H A Dspell.c22 int strip();
64 {"laci",strip,2,"","+al"},
65 {"latnem",strip,2,"","+al"},
66 {"lanoi",strip,2,"","+al"},
67 {"tnem",strip,4,"","+ment"},
72 {"citsi",strip,2,"","+ic"},
89 {"pihs",strip,4,"","+ship"},
233 strip(ep,d,a,lev) in strip() function
248 return(strip(ep,d,a,lev));
274 if (strip(ep,"",d,lev))
[all …]
/original-bsd/lib/libc/regex/
H A Dengine.c305 switch (OP(m->g->strip[es])) {
308 es += OPND(m->g->strip[es]);
312 es += OPND(m->g->strip[es]);
318 switch (OP(m->g->strip[ss])) {
424 esub += OPND(m->g->strip[esub]);
442 i = OPND(m->g->strip[ss]);
447 i = OPND(m->g->strip[ss]);
550 s = m->g->strip[ss];
570 s = m->g->strip[ss];
626 esub += OPND(m->g->strip[esub]);
[all …]
H A Dregfree.c45 if (g->strip != NULL)
46 free((char *)g->strip);
H A Dregcomp.c188 if (p->strip == NULL) {
1475 s = p->strip[sn];
1488 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],
1490 p->strip[pos] = s;
1508 p->strip[pos] = OP(p->strip[pos]) | value;
1530 p->strip = sp;
1544 g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop));
1545 if (g->strip == NULL) {
1547 g->strip = p->strip;
1580 scan = g->strip + 1;
[all …]
/original-bsd/usr.sbin/sendmail/cf/mailer/
H A Duucp.m467 R$* < @ $* . > $1 < @ $2 > strip trailing dots
68 R$* < @ $=w > $1 strip local name
86 R$* < @ $* . > $1 < @ $2 > strip trailing dots
87 R$* < @ $j > $1 strip local name
101 R$* < @ $* . > $1 < @ $2 > strip trailing dots
102 R$* < @ $j > $1 strip local name
136 R$* < @ $* . > $1 < @ $2 > strip trailing dots
137 R$* < @ $=w > $1 strip local name
H A Dsmtp.m484 R$+.BITNET <@ $+:$+ > $: $1 .BITNET < @ $3 > strip mailer: part',
96 R$+ < @ $+ : $+ > $: $1 < @ $3 > strip mailer: part')
H A Dlocal.m436 R$+ < @ $* > $: $1 strip host part
/original-bsd/sys/vax/stand/
H A DMakefile170 strip a.out;dd if=a.out of=$@ ibs=32 skip=1;rm -f a.out
177 strip a.out;dd if=a.out of=$@ ibs=32 skip=1;rm -f a.out
184 strip a.out;dd if=a.out of=$@ ibs=32 skip=1;rm -f a.out
280 cp boot a.out; strip a.out; \
282 cp 730boot a.out; strip a.out; \
286 cp copy a.out; strip a.out; \
288 cp 730copy a.out; strip a.out; \
292 cp format a.out; strip a.out; \
294 cp 730format a.out; strip a.out; \
298 cp drtest a.out; strip a.out; \
[all …]
/original-bsd/sys/hp300/conf/
H A DMakefile.hp30071 then strip=-X; \
72 else strip=-x; \
74 echo ${LD} $$strip -n -o $@ -e start '$${SYSTEM_OBJ}' vers.o libkern.a; \
75 ${LD} $$strip -n -o $@ -e start ${SYSTEM_OBJ} vers.o libkern.a
81 echo strip -d $@; strip -d $@; } || true
/original-bsd/sys/luna68k/conf/
H A DMakefile.luna68k72 then strip=-X; \
73 else strip=-x; \
75 echo ${LD} $$strip -n -o $@ '$${SYSTEM_OBJ}' vers.o libkern.a; \
76 ${LD} $$strip -n -o $@ ${SYSTEM_OBJ} vers.o libkern.a
80 echo strip -d $@; strip -d $@; } || true
/original-bsd/sys/i386/conf/
H A DMakefile.i38671 SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X; \
72 ${LD} $$strip -n -T FE000000 -o $@ ${SYSTEM_OBJ} vers.o libkern.a
78 echo strip -d $@; strip -d $@; }
/original-bsd/share/me/
H A DMakefile13 sed -f strip.sed < $$i > ${DESTDIR}${MELIB}/$$i; \
18 sed -f strip.sed < $$i > ${DESTDIR}${TMLIB}/$$i; \
/original-bsd/sys/pmax/conf/
H A DMakefile.pmax68 then strip=-X; \
69 else strip=-x; \
71 echo ${LD} $$strip -N -o $@ -e start -Ttext 80030000 \
73 ${LD} $$strip -N -o $@ -e start -Ttext 80030000 \
/original-bsd/games/hack/
H A Dhack.pager.c68 page_more(fp,strip) in page_more() argument
70 int strip; /* nr of chars to be stripped from each line (0 or 1) */
78 while(fgets(bufr,CO-1,fp) && (!strip || *bufr == '\t') && !got_intrup){
82 if(page_line(bufr+strip)) {
/original-bsd/usr.sbin/sendmail/cf/m4/
H A Dproto.m4171 # strip message body to 7 bits on input?
436 R$* : $* <@> $: $2 strip colon if marked
438 R$* ; $: $1 strip trailing semi
444 R$*<$*>$*<$*>$* $2$3<$4>$5 strip multiple <> <>
548 # strip trailing dot off possibly canonical name
620 R< $+ . > $* $: < $1 > $2 strip trailing dot
679 # if this is quoted, strip the quotes and try again
680 R$+ $: $(dequote $1 $) strip quotes
704 R< $* > $+ <> $* $: < > $2 $3 found; strip $L
705 R< $* . > $+ $: < $1 > $2 strip extra dot')
[all …]
/original-bsd/usr.bin/pascal/px_header/
H A DMakefile14 strip px_header
/original-bsd/sys/vax/mdec/
H A DMakefile22 strip a.out
30 strip a.out
/original-bsd/sys/i386/floppy/
H A DMakefile15 cd bin; strip [a-z]*
/original-bsd/sys/i386/stand/
H A DMakefile86 strip a.out;dd if=a.out of=wdboot ibs=32 skip=1;rm -f a.out
95 strip a.out;dd if=a.out of=bootwd ibs=32 skip=1;rm -f a.out
102 strip a.out;dd if=a.out of=fdboot ibs=32 skip=1;rm -f a.out
110 strip a.out; dd if=a.out of=bootfd ibs=32 skip=1;rm -f a.out
/original-bsd/local/transcript/lib/troff.font/
H A DMakefile37 strip $*
/original-bsd/share/tmac/
H A DMakefile16 sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/
H A Dfont2.c83 int strip[] = { 0x00000000, 0x000000ff, 0x0000ffff, 0x00ffffff, 0xffffffff }; variable
146 fontdata &= strip[cnt];
/original-bsd/bin/csh/
H A Dglob.c349 str = Strsave(strip(*vlp));
418 return (strip(Strsave(str)));
433 str = strip(vo[0]);
440 return (strip(Strsave(str)));
458 str = strip(*vl);
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Do.makefile27 strip a.out

123