Searched refs:parse_ranges (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/include/old/ |
H A D | random_range.h | 35 int parse_ranges ( char *, int, int, int, int (*)(), char **, char ** );
|
/third_party/ltp/lib/ |
H A D | random_range.c | 49 * parse_ranges() is a function to parse a comma-separated list of range 67 * parse_ranges() - a single call to free() will free the space. 74 * parse_func A user-supplied function pointer, which parse_ranges() 82 * *val. If parse_func is NULL, parse_ranges will parse 87 * values. If range_ptr is NULL, parse_ranges() just 101 int parse_ranges(char *str, int defmin, int defmax, int defmult, in parse_ranges() function 234 * range. It is assumed that rbuf is a range buffer set up by parse_ranges(),
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 1493 if (parse_ranges(optarg, 1, 255, 1, NULL, &ranges, in parse_cmdline()
|
Completed in 4 milliseconds