Lines Matching refs:num_found
84 boolean_t num_found = B_FALSE; in commp_atoi() local
90 num_found = B_TRUE; in commp_atoi()
96 if (!num_found || (begin != end)) in commp_atoi()
107 boolean_t num_found = B_FALSE; in commp_strtoull() local
113 num_found = B_TRUE; in commp_strtoull()
119 if (!num_found || (begin != end)) in commp_strtoull()
130 boolean_t num_found = B_FALSE; in commp_strtoub() local
136 num_found = B_TRUE; in commp_strtoub()
142 if (!num_found || (begin != end)) in commp_strtoub()
153 boolean_t num_found = B_FALSE; in commp_atoui() local
159 num_found = B_TRUE; in commp_atoui()
165 if (!num_found || (begin != end)) in commp_atoui()