|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include "ruby/missing.h"Go to the source code of this file.
Functions | |
| char * | strerror (int error) |
Variables | |
| int | sys_nerr |
| char * | sys_errlist [] |
| static char | msg [50] |
| char* strerror | ( | int | error | ) |
Definition at line 11 of file strerror.c.
References msg, and sys_errlist.
Referenced by argf_next_argv(), dln_load(), dln_strerror(), inspect_errno(), ossl_pkey_new_from_file(), ossl_x509_new_from_file(), rb_bug_errno(), rb_load_fail(), rb_maygvl_fd_fix_cloexec(), rb_sys_warning(), rb_w32_strerror(), sys_warning_1(), and syserr_initialize().
|
static |
Definition at line 8 of file strerror.c.
Referenced by create_ip_exc(), finalizer_warn(), iconv_create(), ip_cancel_eval_core(), ip_set_exc_message(), negative_size_allocation_error(), ole_hresult2msg(), ole_msg_loop(), ole_raise(), ossl_make_error(), ossl_pkcs7_verify(), parser_yyerror(), raise_from_check(), raise_zlib_error(), rb_gdbm_fatal(), rb_syck_err_handler(), recvmsg(), rescue_callback(), sendmsg(), sip_hash_update(), strerror(), syck_default_error_handler(), syckerror(), and warn_deprecated().
| char* sys_errlist[] |
Referenced by strerror().
| int sys_nerr |
Referenced by rb_w32_strerror().
1.8.14