OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_gmtime_r
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
zdump.c
334
my_gmtime_r
(time_t *tp, struct tm *tmp)
function in typeref:struct:tm *
808
my_gmtime_r
and use its result instead of B. Otherwise, B is the
809
possibly nonnull result of an earlier call to
my_gmtime_r
. */
819
b =
my_gmtime_r
(t, &tm);
843
gmtmp =
my_gmtime_r
(&t, &gmtm);
896
if (!
my_gmtime_r
(&lo, &gmtm[old]))
907
if (!
my_gmtime_r
(&t, &gmtm[new]))
zdump.c
334
my_gmtime_r
(time_t *tp, struct tm *tmp)
function in typeref:struct:tm *
808
my_gmtime_r
and use its result instead of B. Otherwise, B is the
809
possibly nonnull result of an earlier call to
my_gmtime_r
. */
819
b =
my_gmtime_r
(t, &tm);
843
gmtmp =
my_gmtime_r
(&t, &gmtm);
896
if (!
my_gmtime_r
(&lo, &gmtm[old]))
907
if (!
my_gmtime_r
(&t, &gmtm[new]))
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025