Home
last modified time | relevance | path

Searched refs:_gl_convert_FILETIME_to_timespec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstat-w32.c114 _gl_convert_FILETIME_to_timespec (const FILETIME *ft) in _gl_convert_FILETIME_to_timespec() function
371 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in _gl_fstat_by_handle()
372 buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); in _gl_fstat_by_handle()
373 buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime); in _gl_fstat_by_handle()
H A Dstat.c331 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in rpl_stat()
332 buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); in rpl_stat()
333 buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime); in rpl_stat()
H A Dstat-w32.h22 extern struct timespec _gl_convert_FILETIME_to_timespec (const FILETIME *ft);