Searched refs:print_struct_stat (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | stat.c | 38 print_struct_stat(tcp, &st); in decode_struct_stat()
|
D | stat64.c | 38 print_struct_stat(tcp, &st); in decode_struct_stat64()
|
D | print_struct_stat.c | 41 print_struct_stat(struct tcb *tcp, const struct strace_stat *const st) in print_struct_stat() function
|
D | oldstat.c | 60 print_struct_stat(tcp, &st); in print_old_kernel_stat()
|
D | Android.bp | 155 "print_struct_stat.c",
|
D | defs.h | 938 extern void print_struct_stat(struct tcb *, const struct strace_stat *const st);
|
D | Makefile.in | 359 print_statfs.c print_struct_stat.c print_time.c \ 459 strace-print_struct_stat.$(OBJEXT) strace-print_time.$(OBJEXT) \ 1385 print_statfs.c print_struct_stat.c print_time.c \ 2424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strace-print_struct_stat.Po@am__quote@ 5662 strace-print_struct_stat.o: print_struct_stat.c 5663 …print_struct_stat.o -MD -MP -MF $(DEPDIR)/strace-print_struct_stat.Tpo -c -o strace-print_struct_s… 5664 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strace-print_struct_stat.Tpo $(DEPDIR)/strace-print_struc… 5667 …_CFLAGS) $(CFLAGS) -c -o strace-print_struct_stat.o `test -f 'print_struct_stat.c' || echo '$(srcd… 5669 strace-print_struct_stat.obj: print_struct_stat.c 5670 …GS) $(CFLAGS) -MT strace-print_struct_stat.obj -MD -MP -MF $(DEPDIR)/strace-print_struct_stat.Tpo … [all …]
|
D | Makefile.am | 256 print_struct_stat.c \
|
D | ChangeLog | 16587 * print_struct_stat.c (print_struct_stat) <PRINT_ST_TIME>: 18997 * print_struct_stat.c (PRINT_ST_TIME): New macro. 19002 print_struct_stat.c: macroize printing of atime, mtime, and ctime fields 19005 * print_struct_stat.c (PRINT_ST_TIME): New macro. 19006 (print_struct_stat): Use it. 20452 * print_struct_stat.c: Do not include <sys/sysmacros.h>. 20453 (print_struct_stat): Use print_dev_t function for printing device 25972 * print_struct_stat.c: Likewise. 26017 * print_struct_stat.c: Likewise. 26032 fetch_struct_stat64.c, print_struct_stat.c, oldstat.c, stat.c, stat.h, [all …]
|