taglinefilesource code
times24fs/open.cint sys_utime(char * filename, struct utimbuf * times)
times31fs/open.cif (times) {
times32fs/open.cactime = get_fs_long((unsigned long *) &times->actime);
times33fs/open.cmodtime = get_fs_long((unsigned long *) &times->modtime);
times13include/sys/times.hextern time_t times(struct tms * tp);
times232include/unistd.htime_t times(struct tms * tbuf);
times239include/unistd.hint utime(const char * filename, struct utimbuf * times);
times11include/utime.hextern int utime(const char *filename, struct utimbuf *times);