/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | utime_sup.c | 23 extern int __utime64(const char *, const struct utimbuf *); 34 struct utimbuf ubuf; in utime_0100() 98 struct utimbuf ubuf; in utime64_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/musl/ndk_musl_include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/musl/include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | utime.h | 14 struct utimbuf { struct 19 int utime (const char *, const struct utimbuf *); argument
|
/third_party/glib/glib/ |
D | gstdio.h | 165 struct utimbuf; /* Don't need the real definition of struct utimbuf when just 171 struct utimbuf *utb);
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 60 static const struct utimbuf times; 69 const struct utimbuf *times;
|
D | utime04.c | 92 struct utimbuf times; /* struct. buffer for utime() */
|
D | utime05.c | 98 struct utimbuf times; /* struct. buffer for utime() */
|
D | utime03.c | 59 struct utimbuf utbuf; in run()
|
/third_party/musl/src/time/ |
D | utime.c | 6 int utime(const char *path, const struct utimbuf *times) in utime()
|
/third_party/musl/porting/liteos_a/user/src/time/ |
D | utime.c | 7 int utime(const char *path, const struct utimbuf *times) in utime()
|
/third_party/musl/compat/time32/ |
D | utime_time32.c | 12 return utime(path, !times32 ? 0 : (&(struct utimbuf){ in __utime_time32()
|
/third_party/e2fsprogs/include/nonunix/ |
D | unistd.h | 28 #define utimbuf _utimbuf macro
|
/third_party/curl/src/ |
D | tool_filetime.c | 147 struct utimbuf times; in setfiletime()
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 134 int (*utime) (const char *, struct utimbuf *);
|
/third_party/e2fsprogs/debugfs/ |
D | dump.c | 73 struct utimbuf ut; in fix_perms()
|
/third_party/e2fsprogs/util/ |
D | subst.c | 313 struct utimbuf ut; in set_utimes()
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.c | 49 #define utimbuf _utimbuf macro 651 struct utimbuf times; in CopyStat()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | miniunz.c | 101 struct utimbuf ut;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gun.c | 520 struct utimbuf when; in copymeta()
|
/third_party/zlib/contrib/minizip/ |
D | miniunz.c | 103 struct utimbuf ut;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/ |
D | untgz.c | 243 struct utimbuf settime; in setfiletime()
|