Searched refs:__hutimes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio_windows.c179 __hutimes(HANDLE handle, const struct __timeval *times) function
201 return (__hutimes((HANDLE)_get_osfhandle(fd), times));
217 ret = __hutimes(handle, times);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c399 __hutimes(HANDLE handle, const struct __timeval *times) function
421 return (__hutimes((HANDLE)_get_osfhandle(fd), times));
437 ret = __hutimes(handle, times);

Completed in 110 milliseconds