split 1458 curl/interface.c char *split;
split 1466 curl/interface.c split = strstr(s, "; ");
split 1467 curl/interface.c if(split)
split 1468 curl/interface.c *split = '\0';
split 1477 curl/interface.c s = split+2;
split 1478 curl/interface.c } while(split);
split 62 dba/libcdb/cdb_make.c c->split = 0;
split 174 dba/libcdb/cdb_make.c c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0);
split 175 dba/libcdb/cdb_make.c if (!c->split)
split 178 dba/libcdb/cdb_make.c c->hash = c->split + c->numentries;
split 189 dba/libcdb/cdb_make.c c->split[--c->start[255 & x->hp[i].h]] = x->hp[i];
split 202 dba/libcdb/cdb_make.c hp = c->split + c->start[i];
split 221 dba/libcdb/cdb_make.c if (c->split)
split 222 dba/libcdb/cdb_make.c efree(c->split);
split 48 dba/libcdb/cdb_make.h struct cdb_hp *split; /* includes space for hash */
split 59 ereg/ereg.c PHP_DEP_FE(split, arginfo_split)
split 21 ereg/regex/main.c extern int split();
split 149 ereg/regex/main.c nf = split(inbuf, f, MAXF, "\t\t");
split 292 ereg/regex/main.c nshould = split(f4, should+1, NSHOULD-1, ",");
split 167 ereg/regex/split.c (void) split(buf, fields, MNF, argv[2]);
split 190 ereg/regex/split.c nf = split(string, fields, NF, seps);
split 290 ereg/regex/split.c nf = split(buf, fields, RNF, tests[n].seps);
split 129 hash/hash_tiger.c split(str); \
split 709 soap/interop/client_round2_interop.php $info = split(':', $method);
split 712 soap/interop/client_round2_interop.php $hi = split(',',$m);