HomeSort by relevance Sort by last modified time
    Searched full:struct_stat (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/strace/
largefile_wrappers.h 42 # define struct_stat struct stat64 macro
50 # define struct_stat struct stat macro
fetch_struct_stat.c 31 #include DEF_MPERS_TYPE(struct_stat)
61 typedef struct stat struct_stat; typedef in typeref:struct:stat
80 struct_stat buf;
  /external/e2fsprogs/misc/
lsattr.c 67 #define STRUCT_STAT struct stat64
70 #define STRUCT_STAT struct stat
123 STRUCT_STAT st;
142 STRUCT_STAT st;
  /external/strace/tests/
xstatx.c 54 # ifndef STRUCT_STAT
55 # define STRUCT_STAT struct stat
144 print_stat(const STRUCT_STAT *st)
202 print_stat(const STRUCT_STAT *st)
292 TAIL_ALLOC_OBJECT_CONST_PTR(STRUCT_STAT, st);
301 STRUCT_STAT *st_cut = tail_alloc(sizeof(long) * 4);
346 offsetof(STRUCT_STAT, member), \
fstat64.c 36 # define STRUCT_STAT struct stat64
fstatat64.c 36 # define STRUCT_STAT struct stat64
lstat64.c 36 # define STRUCT_STAT struct stat64
oldfstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
oldlstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
oldstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
stat64.c 36 # define STRUCT_STAT struct stat64
  /external/strace/tests-m32/
xstatx.c 54 # ifndef STRUCT_STAT
55 # define STRUCT_STAT struct stat
144 print_stat(const STRUCT_STAT *st)
202 print_stat(const STRUCT_STAT *st)
292 TAIL_ALLOC_OBJECT_CONST_PTR(STRUCT_STAT, st);
301 STRUCT_STAT *st_cut = tail_alloc(sizeof(long) * 4);
346 offsetof(STRUCT_STAT, member), \
fstat64.c 36 # define STRUCT_STAT struct stat64
fstatat64.c 36 # define STRUCT_STAT struct stat64
lstat64.c 36 # define STRUCT_STAT struct stat64
oldfstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
oldlstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
oldstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
stat64.c 36 # define STRUCT_STAT struct stat64
  /external/strace/tests-mx32/
xstatx.c 54 # ifndef STRUCT_STAT
55 # define STRUCT_STAT struct stat
144 print_stat(const STRUCT_STAT *st)
202 print_stat(const STRUCT_STAT *st)
292 TAIL_ALLOC_OBJECT_CONST_PTR(STRUCT_STAT, st);
301 STRUCT_STAT *st_cut = tail_alloc(sizeof(long) * 4);
346 offsetof(STRUCT_STAT, member), \
fstat64.c 36 # define STRUCT_STAT struct stat64
fstatat64.c 36 # define STRUCT_STAT struct stat64
lstat64.c 36 # define STRUCT_STAT struct stat64
oldfstat.c 40 # define STRUCT_STAT struct __old_kernel_stat
oldlstat.c 40 # define STRUCT_STAT struct __old_kernel_stat

Completed in 2080 milliseconds

1 2 3