| /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:__anon7852 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/external/bsd/iscsi/dist/src/lib/ |
| conffile.c | 96 const char *seps; local 102 seps = (sp == NULL) ? " \t" : sp->sep; 105 for (to = from, sepseen = 0 ; *to && *to != '\n' && strchr(seps, *to) == NULL ; to++) { 128 if (strchr(seps, *cp) != NULL) { 136 for (from = to + 1 ; *from && *from != '\n' && strchr(seps, *from) != NULL ; from++) {
|
| /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 435 rand_sep = seps[type];
|
| /src/external/bsd/elftosb/dist/common/ |
| options.h | 124 const char * seps; // delimiter-set (separator-characters) member in class:OptStrTokIter 151 delimiters(void) { return seps; } 155 seps = (delims) ? delims : default_delims ;
|
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_random.c | 324 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 440 rand_sep = seps[type];
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| random.c | 162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 346 rand_sep = seps[type];
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| random.c | 162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 346 rand_sep = seps[type];
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| random.c | 162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 346 rand_sep = seps[type];
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| random.c | 164 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 348 rand_sep = seps[type];
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| random.c | 162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 346 rand_sep = seps[type];
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| random.c | 162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 346 rand_sep = seps[type];
|