Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_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()
HDrefclock_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-13-stable/contrib/mandoc/
HDmandocdb.c99 char *dsec; /* section from directory */ member
585 char *dsec, *arch, *fsec, *cp; in treescan() local
600 dsec = arch = NULL; in treescan()
679 strncmp(fsec, dsec, strlen(dsec))) || in treescan()
696 mlink->dsec = dsec; in treescan()
727 dsec = NULL; in treescan()
733 dsec = cp + 3; in treescan()
736 dsec = cp + 3; in treescan()
739 dsec = NULL; in treescan()
742 if (dsec != NULL || use_all) in treescan()
[all …]