Searched defs:set_tym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c170 static void set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime);
669 * login id specified. In addition, chown(), set_tym(), and chmod() should
6279 set_tym(dirfd, get_component(onam_p),
6330 set_tym(G_p->g_dirfd, get_component(inam_p),
6742 * set_tym: Set the access and/or modification times for a file.
6746 set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime) function

Completed in 95 milliseconds