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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_conf.c69 _UC_FIELDS enumerator in enum:__anon8902
113 static char const *comments[_UC_FIELDS] =
271 while (i < _UC_FIELDS && strcmp(p, kwds[i]) != 0)
274 if (i == _UC_FIELDS)
400 case _UC_FIELDS:
433 for (i = _UC_NONE; i < _UC_FIELDS; i++) {

Completed in 124 milliseconds