Searched refs:seps (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/libc/regex/grot/
H A Dsplit.c185 dosplit(string, seps)
187 char *seps;
193 nf = split(string, fields, NF, seps);
214 char *seps; member in struct:__anon5469
293 nf = split(buf, fields, RNF, tests[n].seps);
297 tests[n].str, tests[n].seps, nf, tests[n].nf);
309 tests[n].str, tests[n].seps,
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c163 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
347 rand_sep = seps[type];
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c163 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
347 rand_sep = seps[type];
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c152 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
426 rand_sep = seps[type];
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c148 static const int seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
423 rand_sep = seps[type];

Completed in 90 milliseconds