Searched refs:str_len_data (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice04.c | 18 static char *str_len_data; variable 29 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup() 31 "valid value: [1, %d]", str_len_data, pipe_limit); in setup() 83 {"l:", &str_len_data, "Length of test data (in bytes)"},
|
H A D | splice05.c | 28 static char *str_len_data; variable 39 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup() 41 "valid value: [1, %d]", str_len_data, pipe_limit); in setup() 108 {"l:", &str_len_data, "Length of test data (in bytes)"},
|
Completed in 1 milliseconds