Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dutimes.c75 trunc ? mtim->tv_nsec / 1000 * 1000 : mtim->tv_nsec)) { in compare_times()
147 ts[1] = *mtim; in runtest()
180 if (!reset(path, atim, mtim)) in runtest()
204 if (!reset(path, atim, mtim)) in runtest()
220 if (!reset(path, atim, mtim) || !reset_link(lpath, atim, mtim)) in runtest()
261 if (!reset(path, atim, mtim)) in runtest()
274 if (!reset(path, atim, mtim)) in runtest()
288 if (!reset(path, atim, mtim)) in runtest()
299 if (!reset(path, atim, mtim)) in runtest()
310 if (!reset(path, atim, mtim)) in runtest()
[all …]
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c872 get_mtime(const char *fname, timestruc_t *mtim) in get_mtime() argument
880 *mtim = st.st_mtim; in get_mtime()