Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libparse/
H A Ddata_mbg.c138 unsigned char **buffpp, in get_mbg_tm() argument
142 tmp->year = get_lsb_int16(buffpp); in get_mbg_tm()
143 tmp->month = *(*buffpp)++; in get_mbg_tm()
144 tmp->mday = *(*buffpp)++; in get_mbg_tm()
145 tmp->yday = get_lsb_int16(buffpp); in get_mbg_tm()
146 tmp->wday = *(*buffpp)++; in get_mbg_tm()
147 tmp->hour = *(*buffpp)++; in get_mbg_tm()
148 tmp->min = *(*buffpp)++; in get_mbg_tm()
149 tmp->sec = *(*buffpp)++; in get_mbg_tm()
150 tmp->frac = get_lsb_long(buffpp); in get_mbg_tm()
[all …]