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

  /src/external/bsd/ntp/dist/libntp/
prettydate.c 193 struct calendar jd; local
194 ntpcal_time_to_date(&jd, &sec);
197 daynames[jd.weekday], months[jd.month-1],
198 jd.monthday, jd.year, jd.hour,
199 jd.minute, jd.second, msec);
ntp_calendar.c 267 struct calendar * jd
311 ZERO(*jd);
312 jd->year = 1970;
313 jd->month = 1;
314 jd->monthday = 1;
331 jd->year = year;
332 jd->month = (uint8_t)((cp - mlist) / 3 + 1);
333 jd->monthday = (uint8_t)day;
334 jd->hour = (uint8_t)hour;
335 jd->minute = (uint8_t)minute
2000 struct calendar jd; local
2062 struct calendar jd; local
    [all...]
ntp_calgps.c 191 TcCivilDate * jd,
203 retv.secs = ntpcal_date_to_daysec(jd);
228 TcCivilDate * jd,
236 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp);
248 TcCivilDate * jd,
263 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp);
272 TcCivilDate * jd,
278 gps = gpscal_from_calendar_ex(jd, fofs, warp);
401 TcCivilDate * jd,
417 cal = *jd;
    [all...]
systime.c 605 struct calendar jd; local
609 ntpcal_daysplit_to_date(&jd, &dds, DAY_UNIX_STARTS);
613 jd.year, (u_short)jd.month, (u_short)jd.monthday,
614 (u_short)jd.hour, (u_short)jd.minute, (u_short)jd.second,
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 491 struct calendar jd; local
495 if (!ntpcal_get_build_date(&jd)) {
496 jd.year = 2015;
497 jd.month = 1;
498 jd.monthday = 1;
500 s_baseday = ntpcal_date_to_rd(&jd);
504 jd.monthday = get_u8 ( cp );
505 jd.month = get_u8 (cp + 1);
506 jd.year = get_u16(cp + 2);
507 rd = ntpcal_date_to_rd(&jd);
    [all...]
refclock_nmea.c 312 static int parse_time (TCivilDate * jd, l_fp * fofs,
314 static int parse_date (TCivilDate * jd, nmea_data *,
1635 struct calendar * jd, /* result calendar pointer */
1643 return _parse_time(dp, &dp, jd)
1660 struct calendar * jd, /* result pointer */
1670 return _parse_date1(dp, &dp, jd);
1672 return _parse_date3(dp, &dp, jd);
ntp_config.c 765 struct calendar jd; local
766 ntpcal_rd_to_date(&jd, atrv->value.i + DAY_NTP_STARTS);
768 keyword(atrv->attr), jd.year,
769 (u_short)jd.month,
770 (u_short)jd.monthday);
  /src/crypto/external/apache2/openssl/dist/crypto/
o_time.c 68 static void julian_to_date(long jd, int *y, int *m, int *d);
182 static void julian_to_date(long jd, int *y, int *m, int *d)
184 long L = jd + 68569;
  /src/crypto/external/bsd/openssl/dist/crypto/
o_time.c 68 static void julian_to_date(long jd, int *y, int *m, int *d);
186 static void julian_to_date(long jd, int *y, int *m, int *d)
188 long L = jd + 68569;
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_time.c 68 static void julian_to_date(long jd, int *y, int *m, int *d);
186 static void julian_to_date(long jd, int *y, int *m, int *d)
188 long L = jd + 68569;
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 233 struct calendar * jd,
241 memset(jd, 0, sizeof(*jd));
242 jd->year = y;
243 jd->month = (uint8_t)m;
244 jd->monthday = (uint8_t)d;
245 jd->hour = (uint8_t)H;
246 jd->minute = (uint8_t)M;
247 jd->second = (uint8_t)S;
888 TCivilDate jd; local
    [all...]
  /src/tests/lib/libc/gen/
t_vis.c 173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local
182 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
189 ATF_REQUIRE(memcmp(jd, cd, jr) == 0);
  /src/lib/libc/stdlib/
Makefile.inc 69 -e s/intmax_t/uintmax_t/g -e s/%jd/%ju/g ${.ALLSRC} > ${.TARGET}
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
chkformat.d 190 case Format.jd: // intmax_t
422 case Format.jd: // pointer to intmax_t
777 jd, // intmax_t
873 lm == 'j' ? Format.jd :
989 assert(parseGenericFormatSpecifier("ji", idx, genSpecifier) == Format.jd);
1020 assert(parsePrintfFormatSpecifier("%jd", idx, widthStar, precisionStar) == Format.jd);
1210 assert(parseScanfFormatSpecifier("%jd", idx, asterisk) == Format.jd);
  /src/bin/sh/
var.c 290 snprintf(buf, sizeof(buf), "%jd", sh_start_time);
1677 snprintf(buf.b, buf.len, "%.*s=%jd", vp->name_len, vp->text, secs);
1767 snprintf(buf.b, buf.len, "%.*s=%jd", vp->name_len, vp->text,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test006-acl 57 uid: jd
  /src/bin/csh/
func.c 1265 (void)fprintf(cshout, "%jd %s",
  /src/tests/usr.bin/printf/
printf.sh 1537 expect 88888 %jd 88888
1547 expect 300000 %jd 300000
  /src/sys/dev/ic/
aacreg.h 1295 struct aac_AifJobDesc jd; member in struct:aac_AifJobProgressReport
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 7906 immutable jd = dayOfGregorianCal + 1_721_425;
7907 return hour < 12 ? jd - 1 : jd;
  /src/external/bsd/pcc/dist/pcc/
configure 4268 if (sprintf(buf, "%lld%hhd%jd%zd%td", (long long int)1, (char)2, (intmax_t)3, (size_t)4, (ptrdiff_t)5) != 5)

Completed in 45 milliseconds