HomeSort by: relevance | last modified time | path
    Searched refs:strip (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/share/tmac/
Makefile 12 STRIP_SED = ${TMACDIR}/../me/strip.sed
  /src/sys/arch/x68k/usr.bin/bellctrl/
Makefile 9 strip sample.aout
  /src/usr.bin/spell/spellprog/
spellprog.c 129 static int strip(char *, const char *, const char *, size_t);
179 { .suf = "laci", .p1 = strip, .n1 = 2,
181 { .suf = "latnem", .p1 = strip, .n1 = 2,
183 { .suf = "lanoi", .p1 = strip, .n1 = 2,
185 { .suf = "tnem", .p1 = strip, .n1 = 4,
191 { .suf = "re", .p1 = strip, .n1 = 1,
194 { .suf = "de", .p1 = strip, .n1 = 1,
197 { .suf = "citsi", .p1 = strip, .n1 = 2,
201 { .suf = "tse", .p1 = strip, .n1 = 2,
232 { .suf = "pihs", .p1 = strip, .n1 = 4
477 strip(char *ep, const char *d, const char *a, size_t lev) function in typeref:typename:int
    [all...]
  /src/lib/libc/regex/
regfree.c 87 if (g->strip != NULL)
88 free(g->strip);
engine.c 462 switch (OP(m->g->strip[es])) {
465 es += OPND(m->g->strip[es]);
468 while (OP(m->g->strip[es]) != O_CH)
469 es += OPND(m->g->strip[es]);
475 switch (OP(m->g->strip[ss])) {
577 esub = ss + OPND(m->g->strip[ss]) - 1;
578 assert(OP(m->g->strip[esub]) == OOR1);
583 assert(OP(m->g->strip[esub]) == OOR1);
585 assert(OP(m->g->strip[esub]) == OOR2);
587 esub += OPND(m->g->strip[esub])
    [all...]
regcomp.c 110 sop *strip; /* malloced strip */ member in struct:parse
111 sopno ssize; /* malloced strip size (allocated) */
112 sopno slen; /* malloced strip length (used) */
312 maxlen = ((size_t)-1 >> 1) / sizeof(*p->strip) * 2 / 3;
320 p->strip = calloc(p->ssize, sizeof(*p->strip));
322 if (p->strip == NULL) {
584 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
585 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]
regex2.h 61 * The internal representation is a *strip*, a sequence of
79 typedef uint32_t sop; /* strip operator */
178 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
merge_data_flow.py 27 [F,BV] = line.strip().split(' ')
  /src/sys/arch/playstation2/conf/
build.playstation2.sh 18 STRIP=${root}/bin/${target}-strip; export STRIP
  /src/common/dist/zlib/nintendods/
Makefile 5 ifeq ($(strip $(DEVKITARM)),)
68 ifeq ($(strip $(CPPFILES)),)
  /src/share/me/
Makefile 31 ${TOOL_SED} -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp
49 # ${TOOL_SED} -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp
  /src/tests/lib/libc/regex/
debug.c 88 * s_print - print the strip for debugging
111 if (OP(g->strip[0]) != OEND)
113 for (s = &g->strip[1]; !done; s++) {
  /src/sys/arch/macppc/stand/ofwboot/
Makefile 117 --strip-debug --strip-unneeded \
  /src/games/hack/
hack.pager.c 145 /* strip: nr of chars to be stripped from each line (0 or 1) */
147 page_more(FILE *fp, int strip)
155 while (fgets(bufr, CO - 1, fp) && (!strip || *bufr == '\t') && !got_intrup) {
159 if (page_line(bufr + strip)) {
  /src/sys/arch/i386/bioscall/
Makefile 13 STRIP?= strip
  /src/sys/arch/arc/stand/boot/
Makefile 65 -R .pdr -R .mdebug.abi32 -R .comment -R .ident --strip-debug \
  /src/usr.bin/make/unit-tests/
modmisc.mk 8 # strip cwd from path.
  /src/bin/csh/
func.c 154 else if (eq((vv = strip(vv)), STRminus)) {
200 vp = adrof1(strip(p), &aliases);
211 set1(strip(p), saveblk(v), &aliases);
400 sp = cp = strip(*v);
621 cp = strip(Dfix1(aword));
1030 *ep = strip(Strspl(name, cp));
1037 blk[0] = strip(Strspl(cp, val));
glob.c 360 str = Strsave(strip(*vlp));
430 return (strip(Strsave(str)));
445 str = strip(vo[0]);
452 return (strip(Strsave(str)));
470 str = strip(*vl);
  /src/tools/groff/
Makefile 65 ${TOOL_SED} -f ${GROFFDIR}/dist/tmac/strip.sed ${.ALLSRC} > ${.TARGET}
  /src/sys/external/isc/libsodium/dist/contrib/
Makefile.in 230 STRIP = @STRIP@
381 install-strip:
382 if test -z '$(STRIP)'; then \
389 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
468 .MAKE: install-am install-strip
477 install-strip installcheck installcheck-am installdirs \
  /src/sys/external/isc/libsodium/dist/msvc-scripts/
Makefile.in 230 STRIP = @STRIP@
383 install-strip:
384 if test -z '$(STRIP)'; then \
391 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
470 .MAKE: install-am install-strip
479 install-strip installcheck installcheck-am installdirs \
  /src/lib/librumpuser/build-aux/
install-sh 69 stripprog=${STRIPPROG-strip}
218 # However, 'strip' requires both read and write access to temps.
  /src/sys/external/isc/libsodium/dist/build-aux/
install-sh 65 stripprog=${STRIPPROG-strip}
223 # However, 'strip' requires both read and write access to temps.
  /src/sys/external/isc/libsodium/dist/
install-sh 69 stripprog=${STRIPPROG-strip}
218 # However, 'strip' requires both read and write access to temps.

Completed in 21 milliseconds

1 2 3