Searched defs:bitv_strparse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c121 static bitv *bitv_strparse(const char *s, int bits);
501 if ((thisval = bitv_strparse(ptr, MAXDATABITS)) == NULL) {
502 /* bitv_strparse() sets errno */
507 "%sENOMEM bitv_strparse\n",
730 if ((dictval = bitv_strparse(rhsp, MAXDATABITS)) == NULL) {
731 /* bitv_strparse() sets errno */
738 "%sENOMEM bitv_strparse\n",
742 "%sERANGE bitv_strparse\n",
764 * dictval cannot be out of range since bitv_strparse()
1396 bitv_strparse(cons function
[all...]

Completed in 60 milliseconds