Searched refs:utimbuf (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-current/include/
H A Dutime.h44 struct utimbuf { struct
53 int utime(const char *, const struct utimbuf *) __RENAME(__utime50);
/netbsd-current/lib/libc/compat/include/
H A Dutime.h48 int __utime50(const char *, const struct utimbuf *);
/netbsd-current/lib/libc/gen/
H A Dutime.c50 utime(const char *path, const struct utimbuf *times)
56 if (times == (struct utimbuf *) NULL)
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dutimes.c34 struct utimbuf utb;
/netbsd-current/lib/librefuse/refuse/
H A Dv11.h64 int (*utime) (const char *, struct utimbuf *);
H A Dv21.h60 int (*utime) (const char *, struct utimbuf *);
H A Dv22.h64 int (*utime) (const char *, struct utimbuf *);
H A Dv23.h64 int (*utime) (const char *, struct utimbuf *);
H A Dv25.h60 int (*utime) (const char *, struct utimbuf *);
H A Dv28.h60 int (*utime) (const char *, struct utimbuf *);
H A Dv29.h60 int (*utime) (const char *, struct utimbuf *);
H A Dv26.h60 int (*utime) (const char *, struct utimbuf *);
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_u.c34 struct utimbuf times;
H A Dtest_option_a.c56 struct utimbuf times;
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c65 struct utimbuf tbuf;
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c65 struct utimbuf tbuf;
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dlfile.c157 struct utimbuf utbuf;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcopy-file.c91 struct utimbuf ut;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drename.c186 struct utimbuf tb;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drename.c97 struct utimbuf tb;
/netbsd-current/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c412 struct utimbuf * tbuf, int how)
497 struct utimbuf tbuf;
627 struct utimbuf tbuf;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dsystem.h100 check for struct utimbuf, but for now I'm checking NeXT here (so I don't
109 struct utimbuf struct
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drename.c186 struct utimbuf tb;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h100 using utimbuf = _utimbuf;
102 inline int utime(const wchar_t* path, utimbuf* times)
150 using ::utimbuf;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h138 using utimbuf = _utimbuf;
140 inline int utime(const wchar_t* path, utimbuf* times)
189 using ::utimbuf;

Completed in 311 milliseconds

1234