HomeSort by: relevance | last modified time | path
    Searched refs:gmtime_r (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/lib/libutil/
t_parsedate.c 52 * time_to_tm should usually be localtime_r or gmtime_r.
177 parsecheck("12:21-0500", NULL, NULL, gmtime_r,
180 parsecheck("7 a.m. ICT", NULL, NULL, gmtime_r,
522 parsecheck("2015-12-06 16:11:48 UTC", NULL, NULL, gmtime_r,
524 parsecheck("2015-12-06 16:11:48 UT", NULL, NULL, gmtime_r,
526 parsecheck("2015-12-06 16:11:48 GMT", NULL, NULL, gmtime_r,
528 parsecheck("2015-12-06 16:11:48 +0000", NULL, NULL, gmtime_r,
531 parsecheck("2015-12-06 16:11:48 -0500", NULL, NULL, gmtime_r,
533 parsecheck("2015-12-06 16:11:48 EST", NULL, NULL, gmtime_r,
535 parsecheck("2015-12-06 16:11:48 EDT", NULL, NULL, gmtime_r,
    [all...]
  /src/lib/libc/compat/time/
compat_localtime.c 18 __weak_alias(gmtime_r,_gmtime_r)
33 __warn_references(gmtime_r,
34 "warning: reference to compatibility gmtime_r();"
  /src/lib/libc/time/
Makefile.inc 16 ctime.3 gmtime_r.3 \
private.h 689 # undef gmtime_r
690 # define gmtime_r tz_gmtime_r macro
775 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
zdump.c 172 /* Assume gmtime_r works if localtime_r does.
176 # undef gmtime_r
177 # define gmtime_r zdump_gmtime_r macro
180 gmtime_r(time_t *tp, struct tm *tmp) function in typeref:struct:tm *
331 Return TMP if successful, NULL otherwise. This is like gmtime_r(TP, TMP),
337 localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp);
1227 ** The packaged localtime_rz and gmtime_r never put out-of-range
localtime.c 1865 gmtime_r(time_t const *__restrict timep, struct tm *__restrict tmp) function in typeref:struct:tm *
1877 return gmtime_r(timep, &tm);
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 159 (void)gmtime_r(&tim, &gm);
180 (void)gmtime_r(&tim, &t);
202 (void)gmtime_r(&tim, &t);
  /src/lib/libc/gen/
syslog_ss.c 49 * if gmtime_r() was signal-safe we could output
52 gmtime_r(&now, &tmnow);
  /src/lib/libc/compat/include/
time.h 88 struct tm *gmtime_r(const int32_t * __restrict, struct tm * __restrict);
  /src/include/
time.h 185 struct tm *gmtime_r(const time_t * __restrict, struct tm * __restrict)
  /src/lib/libutil/
parsedate.y 172 if (gmtime_r(&when, &tmbuf) != NULL) {
1176 if ((tm = gmtime_r(&fake, &local)) == NULL)
  /src/share/examples/puffs/pgfs/
pgfs_subs.c 202 tm = gmtime_r(&tv->tv_sec, &tm_store);
  /src/lib/libc/resolv/
res_debug.c 1180 mytime = gmtime_r(&myclock, &res);
  /src/lib/libc/include/
namespace.h 437 #define gmtime_r _gmtime_r macro
  /src/sbin/newfs_udf/
udf_core.c 917 gmtime_r(&timespec->tv_sec, &tm);

Completed in 27 milliseconds