Searched refs:utime (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Ddtime_.c107 unsigned long long utime, stime; local
112 utime = ((unsigned long long) user_time.dwHighDateTime << 32)
117 tarray[0] = (utime - old_utime) / 1.0e7;
119 old_utime = utime;
127 float utime, stime;
133 utime = (float) (rbuff.ru_utime).tv_sec +
135 tarray[0] = utime - (float) old_utime;
140 time_t utime, stime;
159 utime = buffer.tms_utime; stime = buffer.tms_stime;
160 tarray[0] = ((float)(utime
[all...]
H A Detime_.c109 unsigned long long utime, stime; local
113 utime = ((unsigned long long) user_time.dwHighDateTime << 32)
118 tarray[0] = usertime = utime / 1.0e7;
/haiku-buildtools/binutils/binutils/
H A Drename.c26 #include <utime.h>
101 result = utime (destination, &tb);
108 result = utime (destination, tb);
/haiku-buildtools/legacy/binutils/binutils/
H A Drename.c27 #include <utime.h>
108 result = utime (destination, &tb);
115 result = utime (destination, tb);
/haiku-buildtools/autoconf/bin/
H A Dautoreconf.in300 utime $aclocal_m4_mtime, $aclocal_m4_mtime, $file;
420 # because the time-stamp-setting operation (utime) has a
/haiku-buildtools/gcc/zlib/contrib/untgz/
H A Duntgz.c36 # include <utime.h>
246 return utime(fname,&settime);
/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dminiunz.c54 # include <utime.h>
115 utime(filename,&ut);
H A Dminizip.c56 # include <utime.h>
/haiku-buildtools/gcc/zlib/examples/
H A Dgun.c67 #include <utime.h> /* utime() */
534 (void)utime(to, &when);
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dminiunz.c54 # include <utime.h>
115 utime(filename,&ut);
H A Dminizip.c56 # include <utime.h>
/haiku-buildtools/binutils/zlib/contrib/untgz/
H A Duntgz.c36 # include <utime.h>
246 return utime(fname,&settime);
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c68 #include <utime.h> /* utime() */
535 (void)utime(to, &when);
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c117 #include <sys/utime.h>
130 /* Lynx utime.h only defines the entities of interest to us if
133 #include <utime.h>
137 #include <utime.h>
173 #include <utime.h>
1425 utime (name, &utimbuf);
2954 if (utime (to, &tbuf) == -1)
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dops.cc56 # include <utime.h>
60 # undef utime macro
61 # define utime _wutime macro
1067 if (::utime(p.c_str(), &times))
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.sco288 # Fix prototype declaration of utime in sys/times.h. In 3.2v4.0 the
298 echo Fixing $file, utime prototype
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmpw.c435 #include "utime.h"
438 utime (char *filename, struct utimbuf *times) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h1212 extern int utime(const char *, const struct utimbuf *);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc116 # include <utime.h>
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure[all...]

Completed in 426 milliseconds