OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NONEXISTENT_MTIME
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
remake.c
435
noexist = this_mtime ==
NONEXISTENT_MTIME
;
544
/* || (mtime ==
NONEXISTENT_MTIME
) */);
659
if (d_mtime ==
NONEXISTENT_MTIME
&& !d->file->intermediate)
682
else if (d_mtime ==
NONEXISTENT_MTIME
)
956
if (mtime ==
NONEXISTENT_MTIME
|| mtime > this_mtime)
984
if (mtime !=
NONEXISTENT_MTIME
&& mtime > this_mtime)
[
all
...]
filedef.h
161
The value is
NONEXISTENT_MTIME
if the file does not exist. */
166
The value is
NONEXISTENT_MTIME
if the file does not exist. */
178
#define
NONEXISTENT_MTIME
1
file.c
679
f2->last_mtime =
NONEXISTENT_MTIME
;
680
f2->mtime_before_update =
NONEXISTENT_MTIME
;
933
else if (f->last_mtime ==
NONEXISTENT_MTIME
)
commands.c
544
time_t file_date = (file->last_mtime ==
NONEXISTENT_MTIME
main.c
[
all
...]
Completed in 259 milliseconds