OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILE_TIMESTAMP
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
37
FILE_TIMESTAMP
last_mtime; /* File's modtime, if already known. */
38
FILE_TIMESTAMP
mtime_before_update; /* File's modtime before any updating
124
/* If
FILE_TIMESTAMP
is 64 bits (or more), use nanosecond resolution.
127
64-bit
FILE_TIMESTAMP
, this stops working on 2514-05-30 01:53:04
151
(((sizeof (
FILE_TIMESTAMP
) * CHAR_BIT - 1 - FLOOR_LOG2_SECONDS_PER_YEAR) \
155
extern
FILE_TIMESTAMP
file_timestamp_cons PARAMS ((char const *,
157
extern
FILE_TIMESTAMP
file_timestamp_now PARAMS ((int *));
158
extern void file_timestamp_sprintf PARAMS ((char *p,
FILE_TIMESTAMP
ts));
168
extern
FILE_TIMESTAMP
f_mtime PARAMS ((struct file *file, int search));
196
#define NEW_MTIME INTEGER_TYPE_MAXIMUM (
FILE_TIMESTAMP
)
[
all
...]
remake.c
65
static int check_dep PARAMS ((struct file *file, unsigned int depth,
FILE_TIMESTAMP
this_mtime, int *must_make_ptr));
68
static
FILE_TIMESTAMP
name_mtime PARAMS ((char *name));
69
static int library_search PARAMS ((char **lib,
FILE_TIMESTAMP
*mtime_ptr));
184
FILE_TIMESTAMP
mtime = MTIME (file);
375
register
FILE_TIMESTAMP
this_mtime;
476
FILE_TIMESTAMP
mtime;
560
FILE_TIMESTAMP
mtime = file_mtime (d->file);
650
FILE_TIMESTAMP
d_mtime = file_mtime (d->file);
890
FILE_TIMESTAMP
max_mtime = file->last_mtime;
939
FILE_TIMESTAMP
this_mtime, int *must_make_ptr
[
all
...]
vpath.c
52
static int selective_vpath_search PARAMS ((struct vpath *path, char **file,
FILE_TIMESTAMP
*mtime_ptr));
341
vpath_search (char **file,
FILE_TIMESTAMP
*mtime_ptr)
377
FILE_TIMESTAMP
*mtime_ptr)
file.c
773
FILE_TIMESTAMP
777
FILE_TIMESTAMP
product = (
FILE_TIMESTAMP
) s << FILE_TIMESTAMP_LO_BITS;
778
FILE_TIMESTAMP
ts = product + offset;
796
FILE_TIMESTAMP
847
file_timestamp_sprintf (char *p,
FILE_TIMESTAMP
ts)
make.h
289
#define
FILE_TIMESTAMP
uintmax_t
454
extern int vpath_search PARAMS ((char **file,
FILE_TIMESTAMP
*mtime_ptr));
main.c
[
all
...]
implicit.c
709
if (vpath_search (&vname, (
FILE_TIMESTAMP
*) 0))
Completed in 437 milliseconds