Home
last modified time | relevance | path

Searched refs:tst_parse_long (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c335 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/
Dtst_test.h114 int tst_parse_long(const char *str, long *val, long min, long max);
/external/ltp/lib/
Dtst_test.c529 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