Home
last modified time | relevance | path

Searched defs:exp_buf (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c62 static void check_file_data(const char exp_buf[], size_t size) in check_file_data()
137 char exp_buf[buf_size]; in test02() local
179 char exp_buf[buf_size]; in test03() local
215 char exp_buf[size]; in test04() local
257 char exp_buf[buf_size]; in test05() local
/external/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd02.c25 static char exp_buf[PATH_MAX]; variable