| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | ntp_calendar.c | 316 struct calendar * jd in ntpcal_get_build_date() argument 360 ZERO(*jd); in ntpcal_get_build_date() 361 jd->year = 1970; in ntpcal_get_build_date() 362 jd->month = 1; in ntpcal_get_build_date() 363 jd->monthday = 1; in ntpcal_get_build_date() 380 jd->year = year; in ntpcal_get_build_date() 381 jd->month = (uint8_t)((cp - mlist) / 3 + 1); in ntpcal_get_build_date() 382 jd->monthday = (uint8_t)day; in ntpcal_get_build_date() 383 jd->hour = (uint8_t)hour; in ntpcal_get_build_date() 384 jd->minute = (uint8_t)minute; in ntpcal_get_build_date() [all …]
|
| D | prettydate.c | 187 struct calendar jd; in common_prettydate() local 188 ntpcal_time_to_date(&jd, &sec); in common_prettydate() 191 daynames[jd.weekday], months[jd.month-1], in common_prettydate() 192 jd.monthday, jd.year, jd.hour, in common_prettydate() 193 jd.minute, jd.second, msec); in common_prettydate()
|
| D | systime.c | 378 struct calendar jd; in step_systime() local 400 if (ntpcal_get_build_date(&jd)) { in step_systime() 401 jd.year -= 10; in step_systime() 402 pivot += ntpcal_date_to_time(&jd); in step_systime() 408 UNUSED_LOCAL(jd); in step_systime() 411 UNUSED_LOCAL(jd); in step_systime()
|
| /freebsd-9-stable/sys/dev/aac/ |
| D | aac_debug.c | 398 switch(aif->data.PR[0].jd.type) { in aac_print_aif() 401 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif() 406 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif() 411 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif() 417 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif() 422 aif->data.PR[0].jd.client.container.src); in aac_print_aif() 427 aif->data.PR[0].jd.client.container.src, in aac_print_aif() 428 aif->data.PR[0].jd.client.container.dst); in aac_print_aif() 434 aif->data.PR[0].jd.client.container.src); in aac_print_aif() 441 aif->data.PR[0].jd.client.container.src); in aac_print_aif() [all …]
|
| D | aacreg.h | 856 struct aac_AifJobDesc jd; member
|
| /freebsd-9-stable/sys/dev/aacraid/ |
| D | aacraid_debug.c | 312 switch(aif->data.PR[0].jd.type) { in aacraid_print_aif() 315 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif() 320 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif() 325 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif() 331 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif() 336 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif() 341 aif->data.PR[0].jd.client.container.src, in aacraid_print_aif() 342 aif->data.PR[0].jd.client.container.dst); in aacraid_print_aif() 348 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif() 355 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif() [all …]
|
| D | aacraid_reg.h | 845 struct aac_AifJobDesc jd; member
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_nmea.c | 305 static int parse_time (struct calendar * jd, long * nsec, 307 static int parse_date (struct calendar *jd, nmea_data*, 312 static int unfold_day (struct calendar * jd, u_int32 rec_ui); 313 static int unfold_century (struct calendar * jd, u_int32 rec_ui); 314 static int gpsfix_century (struct calendar * jd, const gps_weektm * wd, 1477 struct calendar * jd, /* result calendar pointer */ in parse_time() argument 1510 jd->hour = (u_char)h; in parse_time() 1511 jd->minute = (u_char)m; in parse_time() 1512 jd->second = (u_char)s; in parse_time() 1534 struct calendar * jd, /* result pointer */ in parse_date() argument [all …]
|
| /freebsd-9-stable/tools/regression/usr.bin/ncal/ |
| D | regress.sh | 26 REGRESSION_TEST(`r-y${y}-jd-nhl', `$NCAL -jh ${y}') 28 REGRESSION_TEST(`b-y${y}-jd-nhl', `$CAL -jh ${y}') 42 REGRESSION_TEST(`r-3m${ONEYEAR}${m}-jd-nhl', 45 REGRESSION_TEST(`b-3m${ONEYEAR}${m}-jd-nhl', `$CAL -jh3 ${m} ${ONEYEAR}')
|
| /freebsd-9-stable/gnu/usr.bin/diff/ |
| D | context.c.diff | 25 + sprintf (buf, "%jd.%.9d", (intmax_t)sec, nsec);
|
| /freebsd-9-stable/usr.sbin/jail/ |
| D | config.c | 774 const char *jc, *jd, *wc, *wd; in wild_jail_match() local 781 (jd = strchr(jc, '.')) && (wd = strchr(wc, '.')); in wild_jail_match() 782 jc = jd + 1, wc = wd + 1) in wild_jail_match() 783 if (strncmp(jc, wc, jd - jc + 1) && strncmp(wc, "*.", 2)) in wild_jail_match()
|
| /freebsd-9-stable/contrib/binutils/opcodes/po/ |
| D | opcodes.pot | 110 msgid "must specify .jd or no nullify suffix"
|