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

/freebsd-12-stable/contrib/ntp/include/
H A Dparse.h211 unsigned short parse_format; /* format code */ member in struct:parsetime
250 unsigned short parse_format;/* last decoded format */ member in struct:parsectl::parsegettc
257 unsigned short parse_format;/* number of examined format */ member in struct:parsectl::parseformat
/freebsd-12-stable/contrib/ntp/libparse/
H A Dparse.c739 parseio->parse_dtime.parse_format = format;
752 dct->parsegettc.parse_format = parse->parse_lformat;
852 if (dct->parseformat.parse_format < nformats &&
853 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX)
855 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1);
856 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count);
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c233 parse_format(const char *s, char *format, int *len) function
365 cp = parse_format(cp, TPS(fmt_buff), &len);
545 cp = parse_format(cp, TPS(fmt_buff), &len);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3611 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format;
3853 if (parse->lastformat != parsetime->parse_format)
3857 tmpctl.parseformat.parse_format = parsetime->parse_format;
3870 parse->lastformat = parsetime->parse_format;

Completed in 181 milliseconds