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

/freebsd-current/contrib/ntp/sntp/libopts/
H A Denum.c345 unsigned int nm_ct)
348 uintptr_t mask = (1UL << (uintptr_t)nm_ct) - 1UL;
360 if (++ix >= nm_ct) break;
460 * @param nm_ct the number of entries in this list
466 char const * const * nm_list, unsigned int nm_ct)
475 find_name(nm_buf, opts, od, nm_list, nm_ct);
476 if (shift_ct >= nm_ct)
513 * arg: unsigned int, nm_ct, number of names in list
523 char const * const * nm_list, unsigned int nm_ct)
531 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct);
344 set_memb_names(tOptions * opts, tOptDesc * od, char const * const * nm_list, unsigned int nm_ct) argument
465 find_member_bit(tOptions * opts, tOptDesc * od, char const * pz, int len, char const * const * nm_list, unsigned int nm_ct) argument
522 optionSetMembers(tOptions * opts, tOptDesc * od, char const * const * nm_list, unsigned int nm_ct) argument
[all...]
H A Dproto.h127 unsigned int nm_ct);
134 char const * const * nm_list, unsigned int nm_ct);

Completed in 125 milliseconds