Home
last modified time | relevance | path

Searched refs:exp_buf (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate04.c62 static void check_file_data(const char exp_buf[], size_t size) in check_file_data() argument
71 if (memcmp(exp_buf, rbuf, size)) { in check_file_data()
73 tst_res_hexd(TINFO, exp_buf, size, "expected:"); in check_file_data()
137 char exp_buf[buf_size]; in test02() local
139 fill_tst_buf(exp_buf); in test02()
140 memset(exp_buf + block_size, 0, block_size); in test02()
142 check_file_data(exp_buf, buf_size); in test02()
179 char exp_buf[buf_size]; in test03() local
181 fill_tst_buf(exp_buf); in test03()
182 memset(exp_buf in test03()
215 char exp_buf[size]; test04() local
257 char exp_buf[buf_size]; test05() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd02.c23 static char exp_buf[PATH_MAX]; variable
58 if (strcmp(exp_buf, res)) { in verify_getcwd()
60 "expected: %s", res, exp_buf); in verify_getcwd()
80 if (!realpath(tmpdir, exp_buf)) in setup()
83 tst_res(TINFO, "Expected path '%s'", exp_buf); in setup()
/third_party/ffmpeg/libavformat/
H A Dhttp.c900 char exp_buf[MAX_EXPIRY]; in parse_set_cookie_expiry_time() local
909 exp_buf[j] = exp_str[i]; in parse_set_cookie_expiry_time()
913 exp_buf[j] = '\0'; in parse_set_cookie_expiry_time()
914 expiry = exp_buf; in parse_set_cookie_expiry_time()

Completed in 5 milliseconds