HomeSort by: relevance | last modified time | path
    Searched refs:utime (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
utime.d 15 module core.sys.posix.utime;
45 int utime(const scope char*, const scope utimbuf*);
56 int utime(const scope char*, const scope utimbuf*);
66 int utime(const scope char*, const scope utimbuf*);
76 int utime(const scope char*, const scope utimbuf*);
86 int utime(const scope char*, const scope utimbuf*);
96 int utime(const scope char*, const scope utimbuf*);
106 int utime(const scope char*, const scope utimbuf*);
116 int utime(const scope char*, const scope utimbuf*);
126 int utime(const scope char*, const scope utimbuf*)
    [all...]
  /src/external/bsd/libbind/dist/bsd/
utimes.c 24 #include <utime.h>
38 return (utime(filename, &utb));
  /src/lib/libc/compat/gen/
compat_utime.c 35 static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93";
49 #include <utime.h>
50 #include <compat/include/utime.h>
54 __warn_references(utime,
55 "warning: reference to compatibility utime(); include <utime.h> to generate correct reference")
58 __weak_alias(utime, _utime)
62 utime(const char *path, const struct utimbuf50 *times50)
  /src/lib/libc/compat/include/
utime.h 1 /* $NetBSD: utime.h,v 1.2 2009/01/11 02:46:25 christos Exp $ */
31 * @(#)utime.h 8.1 (Berkeley) 6/2/93
47 int utime(const char *, const struct utimbuf50 *);
  /src/external/bsd/libpcap/dist/testprogs/
findalldevstest-perf.c 30 ULONGLONG ktime, utime, tottime; local
33 struct timeval ktime, utime, tottime; local
75 utime = end_uticks.QuadPart - start_uticks.QuadPart;
76 tottime = ktime + utime;
79 ((double)utime) / 10000000.0,
87 timersub(&end_rusage.ru_utime, &start_rusage.ru_utime, &utime);
88 timeradd(&ktime, &utime, &tottime);
91 (double)utime.tv_sec + ((double)utime.tv_usec / 1000000.0),
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_u.c 9 #include <utime.h>
11 #include <sys/utime.h>
42 assertEqualInt(0, utime("f", &times));
test_option_a.c 9 #include <utime.h>
11 #include <sys/utime.h>
30 * utime() on platforms that support it or by simply sleeping
51 /* If utime() isn't supported on your platform, just
62 assertEqualInt(0, utime(files[i].name, &times));
65 /* If utime() is available, this should be 1, but there's
  /src/lib/libc/gen/
utime.c 1 /* $NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $ */
35 static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $");
47 #include <utime.h>
50 utime(const char *path, const struct utimbuf *times) function
  /src/include/
utime.h 1 /* $NetBSD: utime.h,v 1.9 2009/01/11 03:04:12 christos Exp $ */
31 * @(#)utime.h 8.1 (Berkeley) 6/2/93
53 int utime(const char *, const struct utimbuf *) __RENAME(__utime50);
  /src/external/gpl3/gdb/dist/gdbsupport/
run-time-clock.cc 49 microseconds utime = timeval_to_microseconds (&rusage.ru_utime); variable
51 user = user_cpu_time_clock::time_point (utime);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
run-time-clock.cc 49 microseconds utime = timeval_to_microseconds (&rusage.ru_utime); variable
51 user = user_cpu_time_clock::time_point (utime);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
copy-file.c 33 # include <utime.h>
35 # include <sys/utime.h>
95 utime (dest_filename, &ut);
  /src/external/gpl2/mkhybrid/dist/libfile/
lfile.c 80 #include <schily/utime.h>
161 (void) utime(inname, &utbuf); /* don't care if loses */
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_move.c 39 #include <utime.h>
79 if (utime(path, &tbuf) < 0) {
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_move.c 39 #include <utime.h>
79 if (utime(path, &tbuf) < 0) {
  /src/lib/librefuse/refuse/
v11.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v11
v21.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v21
v22.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v22
v23.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v23
v25.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v25
v28.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v28
  /src/external/gpl2/xcvs/dist/lib/
system.h 98 /* The NeXT (without _POSIX_SOURCE, which we don't want) has a utime.h
103 # include <utime.h>
106 # include <sys/utime.h>
115 int utime ();
  /src/external/gpl3/binutils/dist/binutils/
rename.c 28 #include <utime.h>
190 result = utime (destination, &tb);
196 result = utime (destination, tb);
  /src/external/gpl3/binutils.old/dist/binutils/
rename.c 28 #include <utime.h>
190 result = utime (destination, &tb);
196 result = utime (destination, tb);
  /src/external/bsd/ntp/dist/scripts/build/
updateBEDate 49 utime(time, $mod_time, "$i.new") || die "touch $i.new failed: $!";

Completed in 32 milliseconds

1 2 3 4 5 6