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

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_conf.c63 _UC_FIELDS enumerator in enum:__anon11061
108 static char const *comments[_UC_FIELDS] =
264 while (i < _UC_FIELDS && strcmp(p, kwds[i]) != 0)
267 if (i == _UC_FIELDS)
365 case _UC_FIELDS:
396 for (i = _UC_NONE; i < _UC_FIELDS; i++) {

Completed in 47 milliseconds