HomeSort by: relevance | last modified time | path
    Searched defs:strip (Results 1 - 17 of 17) sorted by relevancy

  /src/bin/csh/
misc.c 363 strip(Char *cp) function in typeref:typename:Char *
  /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/
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
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...]
  /src/usr.bin/xinstall/
xinstall.c 172 static void strip(const char *);
321 /* strip and link options make no sense when creating directories */
325 /* strip and flags make no sense with links */
761 strip(to_name);
764 * Re-open our fd on the target, in case we used a strip
765 * that does not work in-place -- like gnu binutils strip.
1092 * strip --
1093 * use strip(1) to strip the target file
1096 strip(const char *to_name function in typeref:typename:void
    [all...]
  /src/usr.bin/telnet/
telnet.c 69 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x)) macro
1872 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1913 if (tcc && strip(*tbp) == escape) {
1930 if (tcc > 0 && strip(*tbp) == echoc) {
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.in 230 STRIP = @STRIP@
444 install-strip:
445 if test -z '$(STRIP)'; then \
452 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
531 .MAKE: install-am install-strip
540 install-strip installcheck installcheck-am installdirs \
  /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/dist-build/
Makefile.in 230 STRIP = @STRIP@
395 install-strip:
396 if test -z '$(STRIP)'; then \
403 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
482 .MAKE: install-am install-strip
491 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/sys/external/isc/libsodium/dist/
Makefile.in 354 STRIP = @STRIP@
818 install-strip:
819 if test -z '$(STRIP)'; then \
826 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
910 .MAKE: $(am__recursive_targets) install-am install-strip
923 install-ps-am install-strip installcheck installcheck-am \
  /src/sys/external/isc/libsodium/dist/src/
Makefile.in 290 STRIP = @STRIP@
560 install-strip:
561 if test -z '$(STRIP)'; then \
568 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
647 .MAKE: $(am__recursive_targets) install-am install-strip
657 install-strip installcheck installcheck-am installdirs \
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.in 322 STRIP = @STRIP@
613 install-strip:
614 if test -z '$(STRIP)'; then \
621 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
702 .MAKE: install-am install-strip
713 install-pdf-am install-ps install-ps-am install-strip \
  /src/sys/external/isc/libsodium/dist/test/
Makefile.in 290 STRIP = @STRIP@
563 install-strip:
564 if test -z '$(STRIP)'; then \
571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
650 .MAKE: $(am__recursive_targets) install-am install-strip
660 install-strip installcheck installcheck-am installdirs \
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 771 STRIP = @STRIP@
2494 install-strip:
2495 if test -z '$(STRIP)'; then \
2502 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2591 .MAKE: check-am install-am install-strip
2601 install-ps install-ps-am install-strip installcheck \
  /src/sys/dev/ic/
mfireg.h 690 uint64_t strip; member in struct:mfi_evt_detail::__anon459034d40d0a::__anon459034d41508
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 741 STRIP = @STRIP@
3145 install-strip:
3146 if test -z '$(STRIP)'; then \
3153 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3380 .MAKE: $(am__recursive_targets) install-am install-strip
3392 install-ps-am install-strip installcheck installcheck-am \

Completed in 33 milliseconds