Ruby
2.1.10p492(2016-04-01revision54464)
|
#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, sprintf(), and sys_errlist.
Referenced by argf_next_argv(), dln_load(), dln_strerror(), init_libraries_if_necessary(), inspect_errno(), load_file_internal(), Messaging_HandleMessage(), ossl_pkey_new_from_file(), ossl_x509_new_from_file(), rb_bug_errno(), rb_maygvl_fd_fix_cloexec(), rb_sys_warning(), rb_w32_strerror(), sys_warning_1(), syserr_initialize(), and thread_create_core().
|
static |
Definition at line 8 of file strerror.c.
char* sys_errlist[] |
Referenced by strerror().
int sys_nerr |
Referenced by rb_w32_strerror().