Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c136 unsigned char **buffpp, in get_mbg_tm() argument
140 tmp->year = get_lsb_int16(buffpp); in get_mbg_tm()
141 tmp->month = *(*buffpp)++; in get_mbg_tm()
142 tmp->mday = *(*buffpp)++; in get_mbg_tm()
143 tmp->yday = get_lsb_int16(buffpp); in get_mbg_tm()
144 tmp->wday = *(*buffpp)++; in get_mbg_tm()
145 tmp->hour = *(*buffpp)++; in get_mbg_tm()
146 tmp->min = *(*buffpp)++; in get_mbg_tm()
147 tmp->sec = *(*buffpp)++; in get_mbg_tm()
148 tmp->frac = get_lsb_long(buffpp); in get_mbg_tm()
[all …]
H A Dieee754io.c161 unsigned char **buffpp,
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()
163 fetch_ieee754(unsigned char ** buffpp,int size,l_fp * lfpp,offsets_t offsets) fetch_ieee754() argument