Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c60 char *str_maxbytes, long *maxbytes, in parse_mtest_options() argument
67 if (str_maxbytes) { in parse_mtest_options()
68 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
69 tst_brk(TBROK, "Invalid maxbytes '%s'", str_maxbytes); in parse_mtest_options()
80 } else if (str_maxbytes) { in parse_mtest_options()