Ruby
1.9.3p551(2014-11-13revision48407)
|
Go to the source code of this file.
Macros | |
#define | _(args) () |
Functions | |
DEPRECATED (char *dln_find_exe(const char *, const char *)) | |
char * | dln_find_exe_r (const char *, const char *, char *, size_t) |
char * | dln_find_file_r (const char *, const char *, char *, size_t) |
void * | dln_load (const char *) |
#define _ | ( | args | ) | () |
Definition at line 28 of file dln.h.
Referenced by decode_enum(), decode_int(), decode_time(), ossl_buf2str(), ossl_client_cert_cb(), ossl_dsa_to_der(), ossl_pkcs12_initialize(), ossl_protect_membio2str(), ossl_protect_obj2bio(), ossl_rsa_to_der(), ossl_sslctx_session_get_cb(), ossl_sslctx_session_new_cb(), ossl_sslctx_session_remove_cb(), and ossl_tmp_dh_callback().
DEPRECATED | ( | char * | dln_find_execonst char *, const char * | ) |
Definition at line 85 of file dln_find.c.
References buf, dln_find_1(), free, getenv(), PATH_ENV, and strdup.
Referenced by dln_find_exe(), proc_exec_v(), rb_proc_exec(), rb_w32_aspawn_flags(), and rb_w32_spawn().
Definition at line 107 of file dln_find.c.
References dln_find_1().
Referenced by dln_find_file(), process_options(), and ruby_init_loadpath_safe().
Definition at line 1249 of file dln.c.
References buf, DLN_ERROR, dln_load(), dln_loaderror(), dln_notimplement, dln_strerror(), errno, flags, init_funcname, MAXPATHLEN, NULL, rb_loaderror(), s, strerror(), strlcat(), strlcpy(), strlen(), translit_separator, and void.
Referenced by dln_load(), and load_ext().