OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abbr
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zdump.c
85
static char const *
abbr
(struct tm const *);
402
char const *ab =
abbr
(tmp);
626
|| strcmp(
abbr
(&newtm), ab) != 0))) {
633
abbr
(&newtm) : NULL, argv[i]);
743
&& strcmp(
abbr
(&tm), ab) == 0))) {
852
if (*
abbr
(tmp) != '\0')
853
(void) printf(" %s",
abbr
(tmp));
862
if (tmp != NULL && *
abbr
(tmp) != '\0')
863
abbrok(
abbr
(tmp), zone);
983
&& (*
abbr
(tm) == '-' || strcmp(abbr(tm), "zzz") == 0))
1150
abbr
(struct tm const *tmp)
function
[
all
...]
localtime.c
706
char const *
abbr
= &sp->chars[sp->ttis[i].tt_desigidx];
local
708
return memcmp(
abbr
, UNSPEC, sizeof UNSPEC) == 0;
1767
dstlen = name - dstname; /* length of DST
abbr
. */
Completed in 26 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026