Searched defs:err_num (Results 1 – 5 of 5) sorted by relevance
53 cpp::string_view build_error_string(int err_num, cpp::span<char> buffer) { in build_error_string()68 cpp::string_view get_error_string(int err_num) { in get_error_string()73 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer) { in get_error_string()81 cpp::optional<cpp::string_view> try_get_errno_name(int err_num) { in try_get_errno_name()
29 int err_num; in GetUserInfo() local56 int err_num; in GetGroupInfo() local
484 def _errnoCheck(self, err_num): argument489 def assertRaisesErrno(self, err_num, f=None, *args): argument
335 inline std::string errno_str(int err_num) in errno_str()
3451 static MZ_FORCEINLINE mz_bool mz_zip_set_error(mz_zip_archive *pZip, mz_zip_error err_num) in mz_zip_set_error()7618 mz_zip_error mz_zip_set_last_error(mz_zip_archive *pZip, mz_zip_error err_num) in mz_zip_set_last_error()