Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparse.c739 parseio->parse_dtime.parse_format = format; in timepacket()
752 dct->parsegettc.parse_format = parse->parse_lformat; in parse_timecode()
852 if (dct->parseformat.parse_format < nformats && in parse_getfmt()
853 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX) in parse_getfmt()
855 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1); in parse_getfmt()
856 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count); in parse_getfmt()
/freebsd/contrib/ntp/include/
H A Dparse.h211 unsigned short parse_format; /* format code */ member
250 unsigned short parse_format;/* last decoded format */ member
257 unsigned short parse_format;/* number of examined format */ member
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c361 parse_format(const char *s, char *format, int *len) in parse_format() function
494 cp = parse_format(cp, TPS(fmt_buff), &len); in _nc_tparm_analyze()
811 cp = parse_format(cp, TPS(fmt_buff), &len); in tparam_internal()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c3625 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format; in parse_control()
3867 if (parse->lastformat != parsetime->parse_format) in parse_process()
3871 tmpctl.parseformat.parse_format = parsetime->parse_format; in parse_process()
3884 parse->lastformat = parsetime->parse_format; in parse_process()
/freebsd/contrib/ncurses/
H A DNEWS9902 + correct sense of precision and width in parse_format(), to avoid
11095 + modify parse_format() in lib_tparm.c to ignore precision if it is