| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| utime.d | 39 struct utimbuf 45 int utime(const scope char*, const scope utimbuf*); 50 struct utimbuf 56 int utime(const scope char*, const scope utimbuf*); 60 struct utimbuf 66 int utime(const scope char*, const scope utimbuf*); 70 struct utimbuf 76 int utime(const scope char*, const scope utimbuf*); 80 struct utimbuf 86 int utime(const scope char*, const scope utimbuf*); [all...] |
| /src/include/ |
| utime.h | 44 struct utimbuf { struct 53 int utime(const char *, const struct utimbuf *) __RENAME(__utime50);
|
| /src/lib/libc/compat/include/ |
| utime.h | 48 int __utime50(const char *, const struct utimbuf *);
|
| /src/lib/libc/gen/ |
| utime.c | 50 utime(const char *path, const struct utimbuf *times) 56 if (times == (struct utimbuf *) NULL)
|
| /src/external/bsd/libbind/dist/bsd/ |
| utimes.c | 34 struct utimbuf utb;
|
| /src/lib/librefuse/refuse/ |
| v11.h | 64 int (*utime) (const char *, struct utimbuf *);
|
| v21.h | 60 int (*utime) (const char *, struct utimbuf *);
|
| v22.h | 64 int (*utime) (const char *, struct utimbuf *);
|
| v23.h | 64 int (*utime) (const char *, struct utimbuf *);
|
| v25.h | 60 int (*utime) (const char *, struct utimbuf *);
|
| v28.h | 60 int (*utime) (const char *, struct utimbuf *);
|
| v29.h | 60 int (*utime) (const char *, struct utimbuf *);
|
| v26.h | 60 int (*utime) (const char *, struct utimbuf *);
|
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_option_u.c | 16 struct utimbuf times;
|
| test_option_a.c | 38 struct utimbuf times;
|
| /src/external/gpl2/mkhybrid/dist/libfile/ |
| lfile.c | 157 struct utimbuf utbuf;
|
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_move.c | 65 struct utimbuf tbuf;
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_move.c | 65 struct utimbuf tbuf;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| copy-file.c | 91 struct utimbuf ut;
|
| /src/external/ibm-public/postfix/dist/src/flush/ |
| flush.c | 412 struct utimbuf * tbuf, int how) 497 struct utimbuf tbuf; 627 struct utimbuf tbuf;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| system.h | 100 check for struct utimbuf, but for now I'm checking NeXT here (so I don't 109 struct utimbuf struct
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rename.c | 186 struct utimbuf tb;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rename.c | 186 struct utimbuf tb;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 151 using utimbuf = _utimbuf; 153 inline int utime(const wchar_t* path, utimbuf* times) 210 using ::utimbuf;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 147 using utimbuf = _utimbuf; 149 inline int utime(const wchar_t* path, utimbuf* times) 206 using ::utimbuf;
|