Home
last modified time | relevance | path

Searched refs:STRUCT_STAT (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests/
Dxstatx.c132 # ifndef STRUCT_STAT
133 # define STRUCT_STAT struct stat macro
161 print_stat(const STRUCT_STAT *st) in print_stat()
234 # define STRUCT_STAT_STR stringify(STRUCT_STAT)
240 STRUCT_STAT st[2]; in main()
266 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_dev), in main()
270 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_ino), in main()
274 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_mode), in main()
278 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_nlink), in main()
282 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_uid), in main()
[all …]
Dfstat64.c10 # define STRUCT_STAT struct stat64 macro
Dlstat64.c10 # define STRUCT_STAT struct stat64 macro
Dstat64.c10 # define STRUCT_STAT struct stat64 macro
/external/strace/
Dprintstat.h39 #ifndef STRUCT_STAT
40 # define STRUCT_STAT struct stat macro
52 DO_PRINTSTAT(struct tcb *tcp, const STRUCT_STAT *statbuf) in DO_PRINTSTAT()
135 #undef STRUCT_STAT
Dfile.c176 # define STRUCT_STAT struct stat32 macro
210 # define STRUCT_STAT struct solstat macro
317 # define STRUCT_STAT struct stat64 macro
/external/e2fsprogs/misc/
Dlsattr.c65 #define STRUCT_STAT struct stat64 macro
68 #define STRUCT_STAT struct stat macro
111 STRUCT_STAT st; in lsattr_args()
130 STRUCT_STAT st; in lsattr_dir_proc()
Dchattr.c76 #define STRUCT_STAT struct stat64 macro
79 #define STRUCT_STAT struct stat macro
195 STRUCT_STAT st; in change_attributes()