Searched refs:timestamp (Results 1 - 25 of 147) sorted by relevance

123456

/haiku-buildtools/jam/
H A Dtimestamp.h8 * timestamp.h - get the timestamp of a file or archive member
11 void timestamp( char *target, time_t *time );
H A Dsearch.c16 # include "timestamp.h"
47 timestamp( buf, time );
63 timestamp( buf, time );
84 timestamp( buf, time );
H A DBuild.com23 $ cxx /define=VMS timestamp.c
30 rules.obj, scan.obj, search.obj, timestamp.obj, variable.obj, jam.obj, -
H A DMakefile67 rules.c scan.c search.c timestamp.c variable.c
H A DJamfile161 search.c timestamp.c variable.c ;
234 scan.h search.c search.h timestamp.c timestamp.h variable.c
H A Dtimestamp.c8 * timestamp.c - get the timestamp of a file or archive member
19 # include "timestamp.h"
37 # define BIND_NOENTRY 1 /* timestamp requested but file never found */
39 # define BIND_MISSING 3 /* file found but can't get timestamp */
60 * timestamp() - return timestamp on a file, if present
64 timestamp(
199 * donestamps() - free timestamp tables
63 timestamp( function
/haiku-buildtools/gcc/gcc/
H A Dmkconfig.sh128 echo timestamp > cs-$output
/haiku-buildtools/legacy/binutils/bfd/
H A Dpef.h31 unsigned long timestamp; member in struct:bfd_pef_header
H A Dmach-o.h414 unsigned long timestamp; /* Library's build time stamp. */ member in struct:bfd_mach_o_dylib_command
H A Dlibcoff-in.h101 /* The timestamp from the COFF file header. */
102 long timestamp; member in struct:coff_tdata
/haiku-buildtools/binutils/bfd/
H A Dpef.h32 unsigned long timestamp; member in struct:bfd_pef_header
H A Dmach-o.h437 unsigned long timestamp; /* Library's build time stamp. */ member in struct:bfd_mach_o_dylib_command
H A Dlibcoff-in.h107 /* The timestamp from the COFF file header. */
108 long timestamp; member in struct:coff_tdata
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.h109 OS_Time timestamp; member in struct:file_attributes
H A Dadaint.c320 attr->timestamp = (OS_Time)-2;
1068 attr->timestamp = (OS_Time)-1;
1070 attr->timestamp = (OS_Time)statbuf.st_mtime;
1284 /* Returns the file modification timestamp using Win32 routines which are
1327 if (attr->timestamp == (OS_Time)-2) {
1337 attr->timestamp = (OS_Time) ret;
1342 return attr->timestamp;
1358 if (attr->timestamp == (OS_Time)-2) {
1362 attr->timestamp = (OS_Time) ret;
1369 return attr->timestamp;
[all...]
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h200 unsigned char timestamp[4]; member in struct:mach_o_dylib_command_external
/haiku-buildtools/gcc/gotools/
H A DMakefile.am26 STAMP = echo timestamp >
/haiku-buildtools/gcc/
H A Dconfig.guess5 timestamp='2015-01-01'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1378 This script, last modified $timestamp, has failed to recognize
1391 config.guess timestamp = $timestamp
1418 # time-stamp-start: "timestamp='"
/haiku-buildtools/binutils/
H A Dconfig.guess5 timestamp='2016-10-02'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1420 This script (version $timestamp), has failed to recognize the
1432 config.guess timestamp = $timestamp
1459 # time-stamp-start: "timestamp='"
/haiku-buildtools/gcc/fixincludes/
H A DMakefile.in25 # do not correctly set the timestamp due to buggy versions of `utime'
27 STAMP = echo timestamp >
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm124 Rename C<$from> as C<$to>, preserving C<$to> timestamp if it has not
/haiku-buildtools/gcc/gmp/tune/
H A Dtime.c256 #define STCK(timestamp) \
258 asm ("stck %0" : "=m" (timestamp)); \
264 #define STCK(timestamp) ASSERT_FAIL (stck instruction not available)
537 value twice, for the benefit of applications using it for a timestamp.
1014 strcpy (speed_time_string, "STCK timestamp");
/haiku-buildtools/binutils/gas/
H A Dlisting.c1317 struct tm * timestamp; local
1321 timestamp = localtime (&now);
1322 strftime (stampstr, MAX_DATELEN, "%Y-%m-%dT%H:%M:%S.000%z", timestamp);
1371 options passed, target, and timestamp.
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.sub7 timestamp='2006-11-07'
73 GNU config.sub ($timestamp)
88 echo "$timestamp" ; exit ;;
1616 # time-stamp-start: "timestamp='"
/haiku-buildtools/legacy/binutils/
H A Dconfig.sub6 timestamp='2006-01-02'
72 GNU config.sub ($timestamp)
87 echo "$timestamp" ; exit ;;
1603 # time-stamp-start: "timestamp='"

Completed in 199 milliseconds

123456