OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerange
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zic.c
918
/* Set the time range of the output to
TIMERANGE
.
921
timerange_option(char *
timerange
)
924
char *lo_end =
timerange
, *hi_end;
925
if (*
timerange
== '@') {
927
lo = strtoimax(
timerange
+ 1, &lo_end, 10);
928
if (lo_end ==
timerange
+ 1 || (lo == INTMAX_MAX && errno == ERANGE))
2372
struct
timerange
{
struct
2379
static struct
timerange
2380
limitrange(struct
timerange
r, zic_t lo, zic_t hi,
2439
struct
timerange
rangeall = {0}, range32, range64
[
all
...]
zic.c
918
/* Set the time range of the output to
TIMERANGE
.
921
timerange_option(char *
timerange
)
924
char *lo_end =
timerange
, *hi_end;
925
if (*
timerange
== '@') {
927
lo = strtoimax(
timerange
+ 1, &lo_end, 10);
928
if (lo_end ==
timerange
+ 1 || (lo == INTMAX_MAX && errno == ERANGE))
2372
struct
timerange
{
struct
2379
static struct
timerange
2380
limitrange(struct
timerange
r, zic_t lo, zic_t hi,
2439
struct
timerange
rangeall = {0}, range32, range64
[
all
...]
Completed in 60 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025