Searched refs:parse_ioflags (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/libparse/
H A Dparse.c166 parseio->parse_ioflags = PARSE_IO_CS7; /* usual unix default */
272 switch (parseio->parse_ioflags & PARSE_IO_CSIZE)
872 parse->parse_ioflags &= ~PARSE_IO_CSIZE;
873 parse->parse_ioflags |= (int) (dct->parsesetcs.parse_cs & PARSE_IO_CSIZE);
/freebsd-12-stable/contrib/ntp/include/
H A Dparse.h276 int parse_ioflags; /* io handling flags (5-8 Bit control currently) */ member in struct:parse

Completed in 184 milliseconds