Searched refs:tst_parse_long (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 335 if (tst_parse_long(str_max_workers, &max_workers, 1, LONG_MAX)) { in setup() 341 if (tst_parse_long(str_worker_count, &worker_count, 1, LONG_MAX)) { in setup()
|
/external/ltp/include/ |
D | tst_test.h | 114 int tst_parse_long(const char *str, long *val, long min, long max);
|
/external/ltp/lib/ |
D | tst_test.c | 529 int ret = tst_parse_long(str, &rval, min, max); in tst_parse_int() 538 int tst_parse_long(const char *str, long *val, long min, long max) in tst_parse_long() function
|