Home
last modified time | relevance | path

Searched refs:utime (Results 1 – 25 of 33) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dutime.c17 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 Dutimes.c50 return utime(file, times);
A DMakefile.in92 CSRC-$(UCLIBC_SUSV4_LEGACY) += utime.c
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dutime.h45 extern int utime (const char *__file,
48 libc_hidden_proto(utime)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY()
151 using ::utime; in _GLIBCXX_VISIBILITY()
A Dops.cc918 if (posix::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY()
151 using ::utime; in _GLIBCXX_VISIBILITY()
A Dops.cc918 if (posix::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h102 inline int utime(const wchar_t* path, utimbuf* times) in _GLIBCXX_VISIBILITY()
142 using ::utime; in _GLIBCXX_VISIBILITY()
A Dops.cc918 if (posix::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/l4re_vfs/include/
A Dbackend127 /// Default backend for POSIX utime.
128 int utime(const struct utimbuf *) throw()
A Dvfs.h124 virtual int utime(const struct utimbuf *) throw() = 0;
/l4re-core-master/uclibc/lib/uclibc/
A Dtarget_headers.lst226 utime.h
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc58 # undef utime
59 # define utime _wutime macro
907 if (::utime(p.c_str(), &times)) in last_write_time()
A Dstd-ops.cc62 # undef utime
63 # define utime _wutime macro
1146 if (::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc59 # undef utime
60 # define utime _wutime macro
1127 if (::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc59 # undef utime
60 # define utime _wutime macro
1147 if (::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc59 # undef utime
60 # define utime _wutime macro
1145 if (::utime(p.c_str(), &times)) in last_write_time()
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc421 L4B_REDIRECT_2(int, utime, const char *, const struct utimbuf *)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A Dconfig.h.in532 /* 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 Dconfig.h.in482 /* 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 Dconfig.h.in475 /* 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 DMakefile.in329 HEADERS_RM-$(UCLIBC_SUSV4_LEGACY) += utime.h ucontext.h
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c2137 return utime(filename, p); in libc_hidden_def()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc1077 if (posix::utime(p.c_str(), &times)) in last_write_time()

Completed in 44 milliseconds

12