OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastcheck
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
unix.c
299
time_t
lastcheck
;
local
317
lastcheck
= fs->super->s_lastcheck;
318
if (
lastcheck
> ctx->now)
319
lastcheck
-= ctx->time_fudge;
336
(ctx->now <
lastcheck
)) {
341
((ctx->now -
lastcheck
) >=
[
all
...]
/external/quake/quake/src/WinQuake/
server.h
44
int
lastcheck
; // used by PF_checkclient
member in struct:__anon14655
/external/quake/quake/src/QW/server/
server.h
43
int
lastcheck
; // used by PF_checkclient
member in struct:__anon14364
Completed in 43 milliseconds