/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | utime.c | 17 int utime(const char *file, const struct utimbuf *times) in utime() function 35 _syscall2(int, utime, const char *, file, const struct utimbuf *, times) 41 int utime(const char *file, const struct utimbuf *times) 57 link_warning(utime, "the use of OBSOLESCENT `utime' is discouraged, use `utimes'") 58 libc_hidden_def(utime)
|
A D | utimes.c | 50 return utime(file, times);
|
A D | Makefile.in | 92 CSRC-$(UCLIBC_SUSV4_LEGACY) += utime.c
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | utime.h | 45 extern int utime (const char *__file, 48 libc_hidden_proto(utime)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY() 151 using ::utime; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 918 if (posix::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY() 151 using ::utime; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 918 if (posix::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY() 142 using ::utime; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 918 if (posix::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 127 /// Default backend for POSIX utime. 128 int utime(const struct utimbuf *) throw()
|
A D | vfs.h | 124 virtual int utime(const struct utimbuf *) throw() = 0;
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | target_headers.lst | 226 utime.h
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 58 # undef utime 59 # define utime _wutime macro 907 if (::utime(p.c_str(), ×)) in last_write_time()
|
A D | std-ops.cc | 62 # undef utime 63 # define utime _wutime macro 1146 if (::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 59 # undef utime 60 # define utime _wutime macro 1127 if (::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 59 # undef utime 60 # define utime _wutime macro 1147 if (::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 59 # undef utime 60 # define utime _wutime macro 1145 if (::utime(p.c_str(), ×)) in last_write_time()
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 421 L4B_REDIRECT_2(int, utime, const char *, const struct utimbuf *)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | config.h.in | 532 /* Define to 1 if you have the <utime.h> header file. */ 1033 /* Define if utime is available in <utime.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | config.h.in | 482 /* Define to 1 if you have the <utime.h> header file. */ 1006 /* Define if utime is available in <utime.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | config.h.in | 475 /* Define to 1 if you have the <utime.h> header file. */ 986 /* Define if utime is available in <utime.h>. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Makefile.in | 329 HEADERS_RM-$(UCLIBC_SUSV4_LEGACY) += utime.h ucontext.h
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 2137 return utime(filename, p); in libc_hidden_def()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 1077 if (posix::utime(p.c_str(), ×)) in last_write_time()
|