Searched refs:str_maxbytes (Results 1 – 1 of 1) sorted by relevance
60 char *str_maxbytes, long *maxbytes, in parse_mtest_options() argument67 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()