Searched refs:bitv_strparse (Results 1 – 1 of 1) sorted by relevance
121 static bitv *bitv_strparse(const char *s, int bits);501 if ((thisval = bitv_strparse(ptr, MAXDATABITS)) == NULL) { in fm_dc_code2key()730 if ((dictval = bitv_strparse(rhsp, MAXDATABITS)) == NULL) { in buildcode()1396 bitv_strparse(const char *s, int bits) in bitv_strparse() function