/src/tests/lib/libc/regex/ |
split.c | 213 dosplit(char *string, char *seps) 219 nf = split(string, fields, NF, seps); 238 char *seps; member in struct:__anon7b9878e50108 318 nf = split(buf, fields, RNF, tests[n].seps); 322 tests[n].str, tests[n].seps, nf, tests[n].nf); 334 tests[n].str, tests[n].seps,
|
/src/common/lib/libc/stdlib/ |
random.c | 175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable in typeref:typename:const int[] 435 rand_sep = seps[type];
|