Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstat-w32.c139 _gl_convert_FILETIME_to_POSIX (const FILETIME *ft) in _gl_convert_FILETIME_to_POSIX() function
375 buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime); in _gl_fstat_by_handle()
376 buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime); in _gl_fstat_by_handle()
377 buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime); in _gl_fstat_by_handle()
H A Dstat.c335 buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime); in rpl_stat()
336 buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime); in rpl_stat()
337 buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime); in rpl_stat()
H A Dstat-w32.h24 extern time_t _gl_convert_FILETIME_to_POSIX (const FILETIME *ft);