Home
last modified time | relevance | path

Searched refs:buffpp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/ntp/libparse/
H A Ddata_mbg.c136 unsigned char **buffpp, in get_mbg_tm() argument
213 char **buffpp, in mbg_time_status_str() argument
238 start = p = *buffpp; in mbg_time_status_str()
244 if (p != *buffpp) in mbg_time_status_str()
253 *buffpp = p; in mbg_time_status_str()
259 char **buffpp, in mbg_tm_str() argument
265 char *s = *buffpp; in mbg_tm_str()
273 *buffpp += strlen(*buffpp); in mbg_tm_str()
276 mbg_time_status_str(buffpp, tmp->status, size - (*buffpp - s)); in mbg_tm_str()
281 char **buffpp, in mbg_tgps_str() argument
[all …]
H A Dieee754io.c161 unsigned char **buffpp, in fetch_ieee754() argument
167 unsigned char *bufp = *buffpp; in fetch_ieee754()
255 *((unsigned char *)(&f)+i) = *(*buffpp + offsets[i]); in fetch_ieee754()
265 *((unsigned char *)(&d)+i) = *(*buffpp + offsets[i]); in fetch_ieee754()
269 printf("fetchieee754: FP: %s -> %s -> %e(=%s)\n", fmt_hex(*buffpp, length), in fetch_ieee754()
275 *buffpp += fieldindex; in fetch_ieee754()