Searched defs:sys_error (Results 1 – 6 of 6) sorted by relevance
90 void sys_error(const char *msg, const char *file, int line) in sys_error() function
49 pub fn sys_error(&self) -> SysError { in sys_error() method
69 pub fn sys_error(&self) -> SysError { in sys_error() method
206 static void sys_error(const char *msg, int line) in sys_error() function
431 static void sys_error(const char *msg, int line) in sys_error() function
245 std::string sys_error = "sys error"; in TEST() local