| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | utime.d | 15 module core.sys.posix.utime; 56 int utime(const scope char*, const scope utimbuf*); in version() 66 int utime(const scope char*, const scope utimbuf*); in version() 76 int utime(const scope char*, const scope utimbuf*); in version() 86 int utime(const scope char*, const scope utimbuf*); in version() 96 int utime(const scope char*, const scope utimbuf*); in version() 106 int utime(const scope char*, const scope utimbuf*); in version() 116 int utime(const scope char*, const scope utimbuf*); in version() 126 int utime(const scope char*, const scope utimbuf*); in version() 136 int utime(const scope char*, const scope utimbuf*); in version() [all …]
|
| /netbsd-src/lib/libc/compat/gen/ |
| H A D | compat_utime.c | 54 __warn_references(utime, 58 __weak_alias(utime, _utime) in __weak_alias() argument 62 utime(const char *path, const struct utimbuf50 *times50) in __weak_alias()
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| H A D | data.c | 272 time_t utime = secs; in d_tomtime() local 277 return utime + tzdiff + MUTDIFF; in d_tomtime() 286 time_t utime = secs; in d_toutime() local 291 return utime - MUTDIFF - tzdiff; in d_toutime()
|
| /netbsd-src/sys/external/bsd/dwc2/dist/ |
| H A D | dwc2_hcdqueue.c | 380 unsigned short utime = qh->usecs; in dwc2_find_single_uframe() local 385 if (utime <= hsotg->frame_usecs[i]) { in dwc2_find_single_uframe() 386 hsotg->frame_usecs[i] -= utime; in dwc2_find_single_uframe() 387 qh->frame_usecs[i] += utime; in dwc2_find_single_uframe() 399 unsigned short utime = qh->usecs; in dwc2_find_multi_uframe() local 420 if (xtime + hsotg->frame_usecs[j] < utime) { in dwc2_find_multi_uframe() 425 if (xtime >= utime) { in dwc2_find_multi_uframe() 426 t_left = utime; in dwc2_find_multi_uframe() 445 if (xtime < utime && in dwc2_find_multi_uframe()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | copy-file.m4 | 9 AC_CHECK_HEADERS_ONCE(unistd.h utime.h) 10 AC_CHECK_FUNCS(chown utime utimes)
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rename.c | 190 result = utime (destination, &tb); in set_times() 196 result = utime (destination, tb); in set_times()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rename.c | 190 result = utime (destination, &tb); in set_times() 196 result = utime (destination, tb); in set_times()
|
| /netbsd-src/lib/libc/compat/include/ |
| H A D | utime.h | 47 int utime(const char *, const struct utimbuf50 *);
|
| /netbsd-src/include/ |
| H A D | utime.h | 53 int utime(const char *, const struct utimbuf *) __RENAME(__utime50);
|
| /netbsd-src/external/bsd/libbind/dist/bsd/ |
| H A D | utimes.c | 38 return (utime(filename, &utb)); in __utimes()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | utime.c | 50 utime(const char *path, const struct utimbuf *times) in utime() function
|
| /netbsd-src/lib/librefuse/refuse/ |
| H A D | v21.h | 60 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v11.h | 64 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v23.h | 64 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v22.h | 64 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v28.h | 60 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v25.h | 60 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v29.h | 60 int (*utime) (const char *, struct utimbuf *); member
|
| H A D | v26.h | 60 int (*utime) (const char *, struct utimbuf *); member
|
| /netbsd-src/external/bsd/file/dist/ |
| H A D | configure.ac | 114 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h) 116 AC_CHECK_HEADERS(sys/bswap.h sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h sys/sysmacros… 185 AC_CHECK_FUNCS(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale …
|
| /netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
| H A D | qmgr_move.c | 79 if (utime(path, &tbuf) < 0) { in qmgr_move()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
| H A D | qmgr_move.c | 79 if (utime(path, &tbuf) < 0) { in qmgr_move()
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libfile/ |
| H A D | lfile.c | 161 (void) utime(inname, &utbuf); /* don't care if loses */ in get_magic_match()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | copy-file.c | 95 utime (dest_filename, &ut); in copy_file_preserving()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mail_stream.c | 215 return (utime(path, &tbuf)); in stamp_path() 217 return (utime(path, (struct utimbuf *) 0)); in stamp_path()
|