Searched refs:libc_off_t (Results 1 – 22 of 22) sorted by relevance
60 # define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)63 typedef off_t libc_off_t; typedef265 create_sample(const char *fname, const libc_off_t size) in create_sample()
36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 131478418U)
43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
19677 tests: change SAMPLE_SIZE type to libc_off_t.19679 ftruncate both take size argument of type libc_off_t, change the type19680 of SAMPLE_SIZE constant to libc_off_t.19682 * tests/fstat.c (SAMPLE_SIZE): Cast to libc_off_t.