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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp-server.c861 attrib_to_tv(const Attrib *a) function
902 ret = utimes(name, attrib_to_tv(a));
958 ret = futimes(fd, attrib_to_tv(a));
960 ret = utimes(name, attrib_to_tv(a));

Completed in 44 milliseconds