taglinefilesource code
times84fs/open.cint sys_utime(char * filename, struct utimbuf * times)
times91fs/open.cif (times) {
times97fs/open.cactime = get_fs_long((unsigned long *) &times->actime);
times98fs/open.cmodtime = get_fs_long((unsigned long *) &times->modtime);
times13include/sys/times.hextern time_t times(struct tms * tp);
times128include/unistd.htime_t times(struct tms * tbuf);
times135include/unistd.hint utime(const char * filename, struct utimbuf * times);
times11include/utime.hextern int utime(const char *filename, struct utimbuf *times);