Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c353 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/
Dtst_test.h123 int tst_parse_long(const char *str, long *val, long min, long max);
/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c68 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
/third_party/ltp/lib/
Dtst_test.c643 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/
Dc-test-api.txt460 int tst_parse_long(const char *str, long *val, long min, long max);