Searched refs:tst_parse_long (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 370 if (tst_parse_long(str_max_workers, &max_workers, 1, LONG_MAX)) { in setup() 376 if (tst_parse_long(str_worker_count, &worker_count, 1, LONG_MAX)) { in setup()
|
/external/ltp/include/ |
D | tst_test.h | 108 int tst_parse_long(const char *str, long *val, long min, long max);
|
/external/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 76 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
|
/external/ltp/lib/ |
D | tst_test.c | 563 int ret = tst_parse_long(str, &rval, min, max); in tst_parse_int() 572 int tst_parse_long(const char *str, long *val, long min, long max) in tst_parse_long() function
|