| tag | line | file | source code |
| times | 84 | fs/open.c | int sys_utime(char * filename, struct utimbuf * times) |
| times | 91 | fs/open.c | if (times) { |
| times | 97 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
| times | 98 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
| times | 13 | include/sys/times.h | extern time_t times(struct tms * tp); |
| times | 128 | include/unistd.h | time_t times(struct tms * tbuf); |
| times | 135 | include/unistd.h | int utime(const char * filename, struct utimbuf * times); |
| times | 11 | include/utime.h | extern int utime(const char *filename, struct utimbuf *times); |