Lines Matching refs:bitv_strparse
121 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(const char *s, int bits)