Searched refs:strip (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_4/build/ |
| H A D | shtool | 110 echo ' [-C|--compare-copy] [-s|--strip] [-m|--mode <mode>]' 127 echo ' <cols>] [-s|--strip <strip>] <str><sep><str>...' 207 str_usage="[-v|--verbose] [-t|--trace] [-d|--mkdir] [-c|--copy] [-C|--compare-copy] [-s|--strip] [-m|--mode <mode>] [-o|--owner <owner>] [-g|--group <group>] [-e|--exec <sed-cmd>] <file> [<file> ...] <path>" 210 opt_alias="v:verbose,t:trace,d:mkdir,c:copy,C:compare-copy,s:strip,m:mode,o:owner,g:group,e:exec" 895 echo "strip $dsttmp" 1>&2 897 strip $dsttmp || shtool_exit $? 919 # (has to be done _after_ the strip was already done) 1701 # strip out directory or base name
|
| /PHP_5_4/ext/ereg/regex/ |
| H A D | debug.c | 87 - s_print - print the strip for debugging 116 if (OP(g->strip[0]) != OEND) 118 for (s = &g->strip[1]; !done; s++) {
|
| H A D | engine.c | 258 switch (OP(m->g->strip[es])) { 261 es += OPND(m->g->strip[es]); 264 while (OP(m->g->strip[es]) != O_CH) 265 es += OPND(m->g->strip[es]); 271 switch (OP(m->g->strip[ss])) { 367 esub = ss + OPND(m->g->strip[ss]) - 1; 368 assert(OP(m->g->strip[esub]) == OOR1); 373 assert(OP(m->g->strip[esub]) == OOR1); 375 assert(OP(m->g->strip[esub]) == OOR2); 377 esub += OPND(m->g->strip[esu [all...] |
| H A D | regcomp.c | 25 sop *strip; /* malloced strip */ member in struct:parse 26 sopno ssize; /* malloced strip size (allocated) */ 27 sopno slen; /* malloced strip length (used) */ 121 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); 123 if (p->strip == NULL) { 509 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 510 assert(OP(p->strip[p->pend[i]]) == ORPAREN); 914 sopno start; /* operand from here to end of strip */ 1353 (void) memcpy((char *)(p->strip [all...] |
| H A D | regex2.h | 27 * The internal representation is a *strip*, a sequence of 45 typedef long sop; /* strip operator */ 112 sop *strip; /* malloced area for strip */ member in struct:re_guts
|
| H A D | regfree.c | 28 if (g->strip != NULL) 29 free((char *)g->strip);
|
| /PHP_5_4/ext/phar/phar/ |
| H A D | clicommand.inc | 236 $b = substr($what, 0, $l); // strip out initial $l
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | splfileobject.inc | 172 /** Get a line from the file and strip HTML tags
|
| /PHP_5_4/ext/standard/tests/mail/ |
| H A D | mail_include.inc | 135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
|
| /PHP_5_4/ext/imap/tests/ |
| H A D | imap_include.inc | 181 * Get the mailbox name from a mailbox decription, i.e strip off server details.
|
Completed in 24 milliseconds