Searched refs:nm_ct (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | enum.c | 347 unsigned int nm_ct) in set_memb_names() argument 350 uintptr_t mask = (1UL << (uintptr_t)nm_ct) - 1UL; in set_memb_names() 362 if (++ix >= nm_ct) break; in set_memb_names() 468 char const * const * nm_list, unsigned int nm_ct) in find_member_bit() argument 477 find_name(nm_buf, opts, od, nm_list, nm_ct); in find_member_bit() 478 if (shift_ct >= nm_ct) in find_member_bit() 525 char const * const * nm_list, unsigned int nm_ct) in optionSetMembers() argument 533 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers() 537 set_memb_shell(opts, od, nm_list, nm_ct); in optionSetMembers() 541 set_memb_names(opts, od, nm_list, nm_ct); in optionSetMembers() [all …]
|
| D | proto.h | 129 unsigned int nm_ct); 136 char const * const * nm_list, unsigned int nm_ct);
|
| D | configfile.c | 732 static int const nm_ct = sizeof(xml_names) / sizeof(xml_names[0]); in parse_xml_encoding() local 780 } while (++ix < nm_ct); in parse_xml_encoding()
|