Home
last modified time | relevance | path

Searched refs:libc_off_t (Results 1 – 22 of 22) sorted by relevance

/external/strace/tests-mx32/
Dxstatx.c60 # define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
63 typedef off_t libc_off_t; typedef
265 create_sample(const char *fname, const libc_off_t size) in create_sample()
Dstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dfstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dlstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Doldstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 131478418U)
Doldlstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
Doldfstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
/external/strace/tests/
Dxstatx.c60 # define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
63 typedef off_t libc_off_t; typedef
265 create_sample(const char *fname, const libc_off_t size) in create_sample()
Dfstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dlstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Doldstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 131478418U)
Doldlstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
Doldfstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
/external/strace/tests-m32/
Dxstatx.c60 # define SAMPLE_SIZE ((libc_off_t) 43147718418ULL)
63 typedef off_t libc_off_t; typedef
265 create_sample(const char *fname, const libc_off_t size) in create_sample()
Dstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dlstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Dfstat.c36 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL)
Doldfstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
Doldlstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 23147718418U)
Doldstat.c43 # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 131478418U)
/external/strace/
DChangeLog19677 tests: change SAMPLE_SIZE type to libc_off_t.
19679 ftruncate both take size argument of type libc_off_t, change the type
19680 of SAMPLE_SIZE constant to libc_off_t.
19682 * tests/fstat.c (SAMPLE_SIZE): Cast to libc_off_t.