Home
last modified time | relevance | path

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

123456

/titanic_50/usr/src/cmd/spell/
H A Dspellprog.c55 static int strip(char *, char *, char *, int);
96 {"laci", strip, 2, "", "+al"},
97 {"latnem", strip, 2, "", "+al"},
98 {"lanoi", strip, 2, "", "+al"},
99 {"tnem", strip, 4, "", "+ment"},
103 {"re", strip, 1, "", "+r", i_to_y, 2, "-y+ier", "+er"},
104 {"de", strip, 1, "", "+d", i_to_y, 2, "-y+ied", "+ed"},
105 {"citsi", strip, 2, "", "+ic"},
108 {"tse", strip, 2, "", "+st", i_to_y, 3, "-y+iest", "+est"},
124 {"pihs", strip, 4, "", "+ship"},
[all …]
/titanic_50/usr/src/lib/libc/port/locale/
H A Dengine.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()
507 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
508 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
513 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
515 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
517 esub += OPND(m->g->strip[esub]); in dissect()
[all …]
H A Dregcomp.c66 sop *strip; /* malloced strip */ member
199 p->strip = (sop *)malloc(p->ssize * sizeof (sop)); in regcomp()
201 if (p->strip == NULL) { in regcomp()
604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
605 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1237 (void) memcpy((char *)(p->strip + p->slen), in dupl()
1238 (char *)(p->strip + start), (size_t)len*sizeof (sop)); in dupl()
1266 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1286 s = p->strip[sn]; in doinsert()
1299 (void) memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
[all …]
H A Dregfree.c71 if (g->strip != NULL) in regfree()
72 free((char *)g->strip); in regfree()
/titanic_50/usr/src/cmd/cpc/
H A DMakefile37 strip := TARGET = strip macro
44 install strip clean clobber lint _msg: $(SUBDIRS) target
/titanic_50/usr/src/cmd/lp/lib/
H A DMakefile53 strip := TARGET= strip macro
64 strip: target
/titanic_50/usr/src/cmd/eqn/
H A DMakefile44 strip := TARGET= strip macro
57 install clean clobber lint strip : $(SUBDIRS) target
/titanic_50/usr/src/cmd/troff/
H A DMakefile40 strip := TARGET = strip macro
54 install clean lint strip : $(SUBDIRS) target
/titanic_50/usr/src/cmd/cpc/cputrack/
H A DMakefile41 strip := TARGET = strip macro
49 strip: all $(SUBDIRS) target
/titanic_50/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m441 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
42 R$* < @ $=w > $1 strip local name
60 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
61 R$* < @ $=w > $1 strip local name
75 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
76 R$* < @ $=w > $1 strip local name
110 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
/titanic_50/usr/src/cmd/print/
H A DMakefile52 strip := TARGET= strip macro
94 clean strip cstyle lint: $(SUBDIRS) target
H A DMakefile.sp87 strip :=TARGET= strip
/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dstrip.c37 strip ( in strip() function
41 strip (str) in strip()
/titanic_50/usr/src/tools/scripts/
H A Dhgstyle1 …arents}user: {author}\ndate: {date|date}\ndescription:\n\t{desc|strip|tabindent}\n\n'
3 …}user: {author}\ndate: {date|date}\n\ndescription:\n\t{desc|strip|tabindent}\n\n{fil…
4 …as}user: {author}\ndate: {date|date}\ndescription:\n\t{desc|strip|tabindent}\n\n{fil…
H A Dmapfilechk.py58 line = line.strip()
60 if line.strip().endswith('/'):
H A Dcddlchk.py58 line = line.strip()
60 if line.strip().endswith('/'):
/titanic_50/usr/src/cmd/troff/nroff.d/
H A DMakefile61 strip := TARGET= strip macro
89 strip : target
/titanic_50/usr/src/cmd/troff/troff.d/
H A DMakefile66 strip := TARGET= strip macro
101 strip : target
/titanic_50/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf28 …, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, size, strip, tsort, and yacc"
117 file path=usr/share/man/man1/strip.1
122 hardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs
123 hardlink path=usr/bin/strip target=../bin/mcs
125 …dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, size, strip, tsort, and yacc" \
137 link path=usr/ccs/bin/$(ARCH64)/strip target=../../../bin/$(ARCH64)/strip
152 link path=usr/ccs/bin/strip target=../../bin/strip
/titanic_50/usr/src/cmd/lp/
H A DMakefile.lp105 strip:= TARGET= strip
/titanic_50/usr/src/cmd/lp/crontab/
H A DMakefile46 clobber clean strip lint: target
/titanic_50/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile26 clean clobber strip lint: target
/titanic_50/usr/src/cmd/lp/filter/
H A DMakefile51 clean clobber strip lint catalog: $(SUBDIRS) target
/titanic_50/usr/src/cmd/refer/papers/
H A DMakefile34 clean clobber strip: target
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/
H A DMakefile53 clean clobber strip lint : target

123456