Searched defs:strip (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dstrip.c32 ** strip() - STRIP LEADING AND TRAILING BLANKS
37 strip ( function
41 strip (str)
/illumos-gate/usr/src/cmd/xvm/
H A DMakefile34 strip := TARGET = strip macro
41 install strip clean clobber lint _msg: $(SUBDIRS)
/illumos-gate/usr/src/cmd/cpc/
H A DMakefile37 strip := TARGET = strip macro
44 install strip clean clobber lint _msg: $(SUBDIRS)
/illumos-gate/usr/src/cmd/cpc/cputrack/
H A DMakefile41 strip := TARGET = strip macro
49 strip: all $(SUBDIRS)
/illumos-gate/usr/src/cmd/troff/
H A DMakefile40 strip := TARGET = strip macro
54 install clean lint strip : $(SUBDIRS)
/illumos-gate/usr/src/cmd/lp/lib/
H A DMakefile53 strip := TARGET= strip macro
64 strip:
/illumos-gate/usr/src/cmd/eqn/
H A DMakefile44 strip := TARGET= strip macro
57 install clean clobber lint strip : $(SUBDIRS)
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A DMakefile61 strip := TARGET= strip macro
89 strip :
/illumos-gate/usr/src/cmd/print/
H A DMakefile52 strip := TARGET= strip macro
94 clean strip cstyle lint: $(SUBDIRS)
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DMakefile66 strip := TARGET= strip macro
101 strip :
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c202 int addstar=0, rval=0, var=0, strip=1; local
267 strip = 0;
326 if (strip && !cmd_completion)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h57 * The internal representation is a *strip*, a sequence of
75 typedef unsigned int sop; /* strip operator */
167 sop *strip; /* malloced area for strip */ member in struct:re_guts
H A Dregcomp.c66 sop *strip; /* malloced strip */ member in struct:parse
67 sopno ssize; /* malloced strip size (allocated) */
68 sopno slen; /* malloced strip length (used) */
199 p->strip = (sop *)malloc(p->ssize * sizeof (sop));
201 if (p->strip == NULL) {
604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
605 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
986 sopno start, /* operand from here to end of strip */
1237 (void) memcpy((char *)(p->strip
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.misc.c351 strip(tchar *cp) function
/illumos-gate/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,
441 strip(char *ep, char *d, char *a, int lev) function
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c62 static boolean_t strip = B_FALSE; variable
731 if (strip)
883 strip = B_TRUE;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h110 int strip; member in struct:__anon598
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c104 static boolean_t strip = B_FALSE; variable
1350 if (strip)
1488 strip = B_TRUE;
1583 if (strip || verbose_dump) {
1585 strip = B_FALSE;
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c78 static boolean_t strip = B_FALSE; variable
172 strip = B_TRUE;
250 if (strip || verbose_dump) {
252 strip = B_FALSE;
425 if (strip)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c70 #define strip(x) ((x)&0x7f) macro
2015 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
2057 if (tcc && strip(*tbp) == escape) {
2074 if (tcc > 0 && strip(*tbp) == echoc) {
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h976 uint64_t strip; member in struct:megasas_evt_detail::__anon6081::__anon6089
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1660 uint64_t strip; member in struct:mrsas_evt_detail::__anon268::__anon276
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1956 char *strip; local
1964 /* strip the trailing altroot path */
1965 strip = (char *)path + strlen(rootbuf);
1967 ret = snprintf(cf->path, sizeof (cf->path), "%s/%s", base, strip);
2116 char *strip; local
2119 strip = (char *)path + strlen(rootbuf);
2122 get_updatedir(what) : get_cachedir(what), strip);
2335 char *strip; local
2337 strip = (char *)file + strlen(rootbuf);
2338 (void) fprintf(walk_arg.sparcfile, "/%s=%s\n", strip,
[all...]

Completed in 137 milliseconds