Searched defs:to_int (Results 1 – 4 of 4) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() function
96 int (*to_int) (const CONF *conf, char c); member
123 to_int(int ch) in to_int() function