| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-driver-system.c | 216 int strip = 0; local 220 /* Check if the level of dirs to strip off specified. */ 224 strip = atoi (tmp); 226 if (strip < 0) 227 strip = 0; 230 gf->strip = strip; 242 if (!prefix_length && gf->strip) 272 if (gf->strip > 0) 283 for (level = gf->strip; *probe && level; probe++ [all...] |
| libgcov-driver.c | 106 int strip; /* leading chars to strip from filename */ member in struct:gcov_filename
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-driver-system.c | 216 int strip = 0; local 220 /* Check if the level of dirs to strip off specified. */ 224 strip = atoi (tmp); 226 if (strip < 0) 227 strip = 0; 230 gf->strip = strip; 242 if (!prefix_length && gf->strip) 271 if (gf->strip > 0) 282 for (level = gf->strip; *probe && level; probe++ [all...] |
| libgcov-driver.c | 106 int strip; /* leading chars to strip from filename */ member in struct:gcov_filename
|
| /src/external/mit/lua/dist/src/ |
| ldump.c | 31 int strip; member in struct:__anon23857 173 n = (D->strip) ? 0 : f->sizelineinfo; 176 n = (D->strip) ? 0 : f->sizeabslineinfo; 182 n = (D->strip) ? 0 : f->sizelocvars; 189 n = (D->strip) ? 0 : f->sizeupvalues; 197 if (D->strip || f->source == psource) 231 int strip) { 236 D.strip = strip;
|
| /src/bin/csh/ |
| misc.c | 363 strip(Char *cp) function
|
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 61 * The internal representation is a *strip*, a sequence of 79 typedef char sop; /* strip operator */ 140 sop *strip; /* malloced area for strip */ member in struct:re_guts
|
| regcomp.c | 72 sop *strip; /* malloced strip */ member in struct:parse 74 sopno ssize; /* malloced strip size (allocated) */ 75 sopno slen; /* malloced strip length (used) */ 227 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); 228 if (p->strip == NULL) { 234 free((char *)p->strip); 624 assert(p->strip[p->pbegin[i]] == OLPAREN); 625 assert(p->strip[p->pend[i]] == ORPAREN); 1040 /* operand from here to end of strip */ [all...] |
| /src/external/bsd/unbound/dist/validator/ |
| val_nsec.c | 526 uint8_t* strip; local 538 /* i is number of labels to strip off qname, prepend * wild */ 539 strip = qname; 541 dname_remove_labels(&strip, &striplen, labs); 546 memmove(buf+2, strip, striplen);
|
| val_nsec3.c | 983 int strip = dname_count_labels(qname) - dname_count_labels(ce) -1; local 986 if(strip>0) 987 dname_remove_labels(nm, nmlen, strip);
|
| /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/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 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 50 * The internal representation is a *strip*, a sequence of 68 typedef unsigned long sop; /* strip operator */ 135 sop *strip; /* malloced area for strip */ member in struct:re_guts
|
| regcomp.c | 196 sop *strip; /* malloced strip */ member in struct:parse 197 sopno ssize; /* malloced strip size (allocated) */ 198 sopno slen; /* malloced strip length (used) */ 323 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); 325 if (p->strip == NULL) { 528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); 529 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); 727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 728 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 [all...] |
| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| gitchangelog.py | 416 str(prefix + line) for line in traceback.format_exc().strip().split("\n") 494 % (value, indent("".join(lines).strip(), " | ")), 564 "\n".join(textwrap.wrap(paragraph.strip(), break_on_hyphens=False)) 566 ).strip() 579 strip = TextProc(lambda txt: txt.strip()) variable 589 "strip", 854 return wrap(command, **kwargs).strip() 1028 setattr(self, attr, value.strip()) 1070 re.sub(r"^([^<]+)<[^>]+>\s*$", r"\1", author).strip() [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/external/gpl3/binutils/dist/bfd/ |
| aoutx.h | 3630 && (flaginfo->info->strip == strip_all 3631 || (flaginfo->info->strip == strip_some 3756 /* We decided to strip this symbol, but it turns out that we 4104 /* We decided to strip this symbol, but it 4440 /* We decided to strip this symbol, but it 4791 enum bfd_link_strip strip; 4805 strip = flaginfo->info->strip; 4811 if (strip != strip_all 4812 && (strip != strip_som 4782 enum bfd_link_strip strip; local [all...] |
| elf32-microblaze.c | 3089 bool strip = false; 3102 /* If we don't need this section, strip it from the 3111 strip = true; 3130 if (strip) 3085 bool strip = false; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| aoutx.h | 3630 && (flaginfo->info->strip == strip_all 3631 || (flaginfo->info->strip == strip_some 3756 /* We decided to strip this symbol, but it turns out that we 4104 /* We decided to strip this symbol, but it 4440 /* We decided to strip this symbol, but it 4791 enum bfd_link_strip strip; 4805 strip = flaginfo->info->strip; 4811 if (strip != strip_all 4812 && (strip != strip_som 4782 enum bfd_link_strip strip; local [all...] |
| elf32-microblaze.c | 3092 bool strip = false; 3105 /* If we don't need this section, strip it from the 3114 strip = true; 3133 if (strip) 3088 bool strip = false; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| aoutx.h | 3637 && (flaginfo->info->strip == strip_all 3638 || (flaginfo->info->strip == strip_some 3763 /* We decided to strip this symbol, but it turns out that we 4111 /* We decided to strip this symbol, but it 4447 /* We decided to strip this symbol, but it 4798 enum bfd_link_strip strip; 4812 strip = flaginfo->info->strip; 4818 if (strip != strip_all 4819 && (strip != strip_som 4789 enum bfd_link_strip strip; local [all...] |
| elf32-microblaze.c | 3095 bool strip = false; 3108 /* If we don't need this section, strip it from the 3117 strip = true; 3136 if (strip) 3091 bool strip = false; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| aoutx.h | 3645 && (flaginfo->info->strip == strip_all 3646 || (flaginfo->info->strip == strip_some 3771 /* We decided to strip this symbol, but it turns out that we 4119 /* We decided to strip this symbol, but it 4455 /* We decided to strip this symbol, but it 4813 enum bfd_link_strip strip; 4827 strip = flaginfo->info->strip; 4833 if (strip != strip_all 4834 && (strip != strip_som 4804 enum bfd_link_strip strip; local [all...] |