Searched refs:p_org (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_util.c233 const char *p_org; local
249 p_org = p;
391 return ((int)(p - p_org));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c286 l_fp p_org; /* origin timestamp */ local
334 NTOHL_FP(&rpkt->org, &p_org);
340 if (L_ISZERO(&p_org) ||
342 !L_ISEQU(&p_org, myorg)) {
600 l_fp p_org; /* origin timestamp */ local
842 NTOHL_FP(&pkt->org, &p_org);
1633 if ( L_ISZERO(&p_org) /* We checked p_xmt above */
1642 if ( !L_ISEQU(&p_xmt, &p_org)
1652 if (peer->flip == 0 && !L_ISEQU(&p_org, &peer->aorg)) {
1656 p_org
2142 l_fp p_rec, p_xmt, p_org, p_reftime, ci; local
[all...]
H A Dntp_peer.c1042 l_fp p_org; local
1057 NTOHL_FP(&pkt->org, &p_org);
1058 if (L_ISEQU(&p_org, &peer->aorg))
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.c1311 l_fp p_rec, p_xmt, p_ref, p_org, tmp, dst; local
1319 NTOHL_FP(&rpkt->org, &p_org);
1329 L_SUB(&tmp, &p_org);
1384 l_fp_output(&p_org, stdout);

Completed in 109 milliseconds