OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdays
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
1618
int
tdays
;
local
1620
if (!ASN1_TIME_diff(&
tdays
, NULL, NULL, X509_get0_notAfter(ret)))
1622
days =
tdays
;
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
1713
int
tdays
;
local
1715
if (!ASN1_TIME_diff(&
tdays
, NULL, NULL, X509_get0_notAfter(ret)))
1717
days =
tdays
;
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
1717
int
tdays
;
local
1719
if (!ASN1_TIME_diff(&
tdays
, NULL, NULL, X509_get0_notAfter(ret)))
1721
days =
tdays
;
/src/lib/libc/time/
localtime.c
2489
register time_t
tdays
;
local
2515
tdays
= (time_t)(*timep / SECSPERDAY);
2521
+ floor((
tdays
+ dayoff) / DAYSPERREPEAT) * YEARSPERREPEAT),
2525
dayrem = (int)(
tdays
% DAYSPERREPEAT);
2530
+
tdays
/ DAYSPERREPEAT)
2532
/* idays = (
tdays
+ dayoff) mod DAYSPERREPEAT, sans overflow. */
2533
idays = (int)(
tdays
% DAYSPERREPEAT);
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026