Searched refs:utimbuf (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/conform/data/ |
D | utime.h-data | 6 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/ |
D | utime.h | 36 struct utimbuf struct 51 const struct utimbuf *__file_times) argument 57 const struct utimbuf *__file_times),
|
D | tst-utime.c | 29 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) })
|
D | utime.c | 27 utime (const char *file, const struct utimbuf *times) in utime()
|
D | test-utime.c | 31 struct utimbuf ut; in main()
|
/glibc-2.36/sysdeps/posix/ |
D | utimes.c | 29 struct utimbuf buf, *times; in __utimes()
|
D | utime.c | 30 utime (const char *file, const struct utimbuf *times) in utime()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | utime.c | 43 __utime (const char *file, const struct utimbuf *times) in libc_hidden_def()
|
/glibc-2.36/include/ |
D | time.h | 82 # define __utimbuf64 utimbuf
|
/glibc-2.36/support/ |
D | test-container.c | 444 struct utimbuf times; in copy_one_file()
|
/glibc-2.36/manual/ |
D | filesys.texi | 2841 @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/ |
D | ChangeLog.11 | 5149 * io/test-utime.c: Test passing NULL as utimbuf* arg.
|
D | ChangeLog.23 | 10416 y2038: Add __USE_TIME_BITS64 support for struct utimbuf 10419 (utimbuf): Modified.
|
D | ChangeLog.18 | 71651 (File Times): Fix summary magic @comment for struct utimbuf and utime
|