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

1 2 3

  /src/bin/csh/
misc.c 363 strip(Char *cp) function in typeref:typename:Char *
misc.c 363 strip(Char *cp) function in typeref:typename:Char *
misc.c 363 strip(Char *cp) function in typeref:typename:Char *
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...]
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...]
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...]
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
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
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
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...]
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...]
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...]
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...]
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...]
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...]
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) {
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) {
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) {
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 \

Completed in 496 milliseconds

1 2 3