Searched refs:str_appends (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | dio_append.c | 26 static char *str_appends; variable 44 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup() 45 tst_brk(TBROK, "Invalid number of appends '%s'", str_appends); in setup() 93 {"c:", &str_appends, "Number of appends (default 1000)"},
|
D | aiodio_append.c | 32 static char *str_appends; variable 123 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup() 124 tst_brk(TBROK, "Invalid number of appends '%s'", str_appends); in setup() 178 {"c:", &str_appends, "Number of appends (default 1000)"},
|