Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c85 copyf(char *a_srcPath, char *a_dstPath, time_t a_mytime) in copyf() argument
157 if (a_mytime == 0) { in copyf()
161 times.actime = a_mytime; in copyf()
162 times.modtime = a_mytime; in copyf()