Home
last modified time | relevance | path

Searched refs:dsec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_heath.c280 char dsec, a[5]; in heath_receive() local
304 &pp->minute, &pp->second, &dsec, a, &month, &day, in heath_receive()
317 &pp->minute, &pp->second, &dsec) != 4) { in heath_receive()
382 if (!isdigit((unsigned char)dsec)) in heath_receive()
385 pp->nsec = (dsec - '0') * 100000000; in heath_receive()
H A Drefclock_neoclock4x.c453 int dsec; in neoclock4x_receive() local
558 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_HSEC], &dsec, 2); in neoclock4x_receive()
560 pp->msec = dsec * 10; /* convert 1/100s from neoclock to real miliseconds */ in neoclock4x_receive()
562 pp->nsec = dsec * 10 * NSEC_TO_MILLI; /* convert 1/100s from neoclock to nanoseconds */ in neoclock4x_receive()
/freebsd/contrib/mandoc/
H A Dmandocdb.c99 char *dsec; /* section from directory */ member
588 char *dsec, *arch, *fsec, *cp; in treescan() local
603 dsec = arch = NULL; in treescan()
682 strncmp(fsec, dsec, strlen(dsec))) || in treescan()
699 mlink->dsec = dsec; in treescan()
730 dsec = NULL; in treescan()
736 dsec = cp + 3; in treescan()
739 dsec = cp + 3; in treescan()
742 dsec = NULL; in treescan()
745 if (dsec != NULL || use_all) in treescan()
[all …]