Searched refs:IS_NUMBER (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/conf/ | ||
| H A D | conf_def.h | 34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) macro |
| H A D | conf_def.c | 1005 return IS_NUMBER(conf, c); in def_is_number() |