Home
last modified time | relevance | path

Searched refs:all_numeric (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1429 boolean_t all_numeric = strspn(value, STR_NUMS) == strlen(value); in zprop_nvlist_one_property() local
1438 if (as_int && all_numeric) { in zprop_nvlist_one_property()
/freebsd/crypto/openssl/apps/
H A Ds_client.c3826 int all_numeric = 1;
3842 all_numeric = 0; in user_data_add()
3876 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in user_data_execute()
3772 int all_numeric = 1; is_dNS_name() local