OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:today
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/phantasia/
gamesupport.c
28
int
today
; /* day of year of
today
*/
local in function:changestats
76
today
= localtime(&now)->tm_yday;
134
temp =
today
- playerp->p_lastused;
495
int
today
; /* day of year for
today
*/
local in function:purgeoldplayers
502
today
= localtime(<ime)->tm_yday;
509
daysold =
today
- Other.p_lastused;
/src/games/pom/
pom.c
98
double days,
today
, tomorrow;
local in function:main
112
today
= potm(days) + .5;
119
if ((int)
today
== 100)
121
else if (!(int)
today
)
125
if ((int)
today
== 50)
126
(void)printf("%s\n", tomorrow >
today
?
128
/*
today
is 0.5 too big, but it doesn't matter here
132
today
-= 0.5; /* Now it might matter */
133
(void)printf("%s ", tomorrow >
today
?
135
if (
today
> 50
[
all
...]
/src/usr.sbin/quot/
quot.c
297
static time_t
today
;
local in function:uses
300
if (!
today
)
301
time(&
today
);
307
if (
today
- act > 90L * 24L * 60L * 60L)
309
if (
today
- act > 60L * 24L * 60L * 60L)
311
if (
today
- act > 30L * 24L * 60L * 60L)
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025