Searched refs:tst_parse_long (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 353 if (tst_parse_long(str_max_workers, &max_workers, 1, LONG_MAX)) { in setup() 359 if (tst_parse_long(str_worker_count, &worker_count, 1, LONG_MAX)) { in setup()
|
/third_party/ltp/include/ |
D | tst_test.h | 123 int tst_parse_long(const char *str, long *val, long min, long max);
|
/third_party/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 68 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
|
/third_party/ltp/lib/ |
D | tst_test.c | 643 int ret = tst_parse_long(str, &rval, min, max); in tst_parse_int() 652 int tst_parse_long(const char *str, long *val, long min, long max) in tst_parse_long() function
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 460 int tst_parse_long(const char *str, long *val, long min, long max);
|