/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | strip.c | 32 ** strip() - STRIP LEADING AND TRAILING BLANKS 37 strip ( function 41 strip (str)
|
/illumos-gate/usr/src/cmd/xvm/ |
H A D | Makefile | 34 strip := TARGET = strip macro 41 install strip clean clobber lint _msg: $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/cpc/ |
H A D | Makefile | 37 strip := TARGET = strip macro 44 install strip clean clobber lint _msg: $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/cpc/cputrack/ |
H A D | Makefile | 41 strip := TARGET = strip macro 49 strip: all $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | Makefile | 40 strip := TARGET = strip macro 54 install clean lint strip : $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/lp/lib/ |
H A D | Makefile | 53 strip := TARGET= strip macro 64 strip:
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | Makefile | 44 strip := TARGET= strip macro 57 install clean clobber lint strip : $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | Makefile | 61 strip := TARGET= strip macro 89 strip :
|
/illumos-gate/usr/src/cmd/print/ |
H A D | Makefile | 52 strip := TARGET= strip macro 94 clean strip cstyle lint: $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | Makefile | 66 strip := TARGET= strip macro 101 strip :
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 202 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 D | regex2.h | 57 * 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 D | regcomp.c | 66 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 D | sh.misc.c | 351 strip(tchar *cp) function
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | spellprog.c | 55 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 D | installboot.c | 62 static boolean_t strip = B_FALSE; variable 731 if (strip) 883 strip = B_TRUE;
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itmcomp.h | 110 int strip; member in struct:__anon598
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 104 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 D | installgrub.c | 78 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 D | telnet.c | 70 #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 D | megaraid_sas.h | 976 uint64_t strip; member in struct:megasas_evt_detail::__anon6081::__anon6089
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 1660 uint64_t strip; member in struct:mrsas_evt_detail::__anon268::__anon276
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1956 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...] |