Searched refs:nm_ct (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | enum.c | 345 unsigned int nm_ct) in set_memb_names() argument 348 uintptr_t mask = (1UL << (uintptr_t)nm_ct) - 1UL; in set_memb_names() 360 if (++ix >= nm_ct) break; in set_memb_names() 466 char const * const * nm_list, unsigned int nm_ct) in find_member_bit() argument 475 find_name(nm_buf, opts, od, nm_list, nm_ct); in find_member_bit() 476 if (shift_ct >= nm_ct) in find_member_bit() 523 char const * const * nm_list, unsigned int nm_ct) in optionSetMembers() argument 531 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers() 535 set_memb_shell(opts, od, nm_list, nm_ct); in optionSetMembers() 539 set_memb_names(opts, od, nm_list, nm_ct); in optionSetMembers() [all …]
|
H A D | proto.h | 127 unsigned int nm_ct); 134 char const * const * nm_list, unsigned int nm_ct);
|
H A D | configfile.c | 730 static int const nm_ct = sizeof(xml_names) / sizeof(xml_names[0]); in parse_xml_encoding() local 778 } while (++ix < nm_ct); in parse_xml_encoding()
|