Home
last modified time | relevance | path

Searched defs:to_int (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dconftypes.h30 int (*to_int) (const CONF *conf, char c); member
/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() function
/freebsd/lib/libiconv_modules/UES/
H A Dcitrus_ues.c100 to_int(int ch) in to_int() function
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c336 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local