Home
last modified time | relevance | path

Searched refs:utimbuf (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/conform/data/
Dutime.h-data6 type {struct utimbuf}
8 element {struct utimbuf} time_t actime
9 element {struct utimbuf} time_t modtime
13 function int utime (const char*, const struct utimbuf*)
/glibc-2.36/io/
Dutime.h36 struct utimbuf struct
51 const struct utimbuf *__file_times) argument
57 const struct utimbuf *__file_times),
Dtst-utime.c29 test_utime_helper (const char *file, int fd, const struct utimbuf *ut) in test_utime_helper()
47 test_utime_helper (fname, fd, &(struct utimbuf) { (v1), (v2) })
Dutime.c27 utime (const char *file, const struct utimbuf *times) in utime()
Dtest-utime.c31 struct utimbuf ut; in main()
/glibc-2.36/sysdeps/posix/
Dutimes.c29 struct utimbuf buf, *times; in __utimes()
Dutime.c30 utime (const char *file, const struct utimbuf *times) in utime()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dutime.c43 __utime (const char *file, const struct utimbuf *times) in libc_hidden_def()
/glibc-2.36/include/
Dtime.h82 # define __utimbuf64 utimbuf
/glibc-2.36/support/
Dtest-container.c444 struct utimbuf times; in copy_one_file()
/glibc-2.36/manual/
Dfilesys.texi2841 @deftp {Data Type} {struct utimbuf}
2843 The @code{utimbuf} structure is used with the @code{utime} function to
2856 @deftypefun int utime (const char *@var{filename}, const struct utimbuf *@var{times})
2867 of the @code{utimbuf} structure pointed to by @var{times}.
2914 @c struct utimbuf and calls utime.
/glibc-2.36/ChangeLog.old/
DChangeLog.115149 * io/test-utime.c: Test passing NULL as utimbuf* arg.
DChangeLog.2310416 y2038: Add __USE_TIME_BITS64 support for struct utimbuf
10419 (utimbuf): Modified.
DChangeLog.1871651 (File Times): Fix summary magic @comment for struct utimbuf and utime