Home
last modified time | relevance | path

Searched refs:stat_time_normalize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dlstat.c85 result = stat_time_normalize (result, sbuf); in rpl_lstat()
H A Dfstat.c92 return stat_time_normalize (orig_fstat (fd, buf), buf); in rpl_fstat()
H A Dfstatat.c64 return stat_time_normalize (orig_fstatat (fd, file, st, flag), st); in normal_fstatat()
H A Dstat-time.h211 stat_time_normalize (int result, _GL_UNUSED struct stat *st) in stat_time_normalize() function
H A Dstat.c436 result = stat_time_normalize (result, buf); in rpl_stat()