OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hour12
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
strftime.c
489
int
hour12
= tp->tm_hour;
variable
560
if (
hour12
> 12)
561
hour12
-= 12;
563
if (
hour12
== 0)
564
hour12
= 12;
1026
DO_NUMBER (2,
hour12
);
1038
DO_NUMBER_SPACEPAD (2,
hour12
);
/src/external/gpl2/xcvs/dist/lib/
strftime.c
394
int
hour12
= tp->tm_hour;
local
473
if (
hour12
> 12)
474
hour12
-= 12;
476
if (
hour12
== 0)
477
hour12
= 12;
980
DO_NUMBER (2,
hour12
);
992
DO_NUMBER_SPACEPAD (2,
hour12
);
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026