Searched refs:all_numeric (Results 1 – 2 of 2) sorted by relevance
1424 boolean_t all_numeric = strspn(value, STR_NUMS) == strlen(value); in zprop_nvlist_one_property() local1433 if (as_int && all_numeric) { in zprop_nvlist_one_property()
3771 int all_numeric = 1; in is_dNS_name() local3787 all_numeric = 0; in is_dNS_name()3821 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()