Home
last modified time | relevance | path

Searched refs:r_sys_setenv (Results 1 – 21 of 21) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcfile.c217 r_sys_setenv ("R2_BLOCK", NULL); in r_core_sysenv_end()
221 r_sys_setenv ("R2_FILE", NULL); in r_core_sysenv_end()
222 r_sys_setenv ("R2_BYTES", NULL); in r_core_sysenv_end()
223 r_sys_setenv ("R2_OFFSET", NULL); in r_core_sysenv_end()
229 r_sys_setenv ("R2_CONFIG", NULL); in r_core_sysenv_end()
239 r_sys_setenv ("R2_BYTES", s); in r_core_sysenv_begin()
244 r_sys_setenv ("R2_FILE", desc->name); in r_core_sysenv_begin()
250 r_sys_setenv ("R2_BLOCK", f); in r_core_sysenv_begin()
256 r_sys_setenv ("R2_OFFSET", sdb_fmt ("%"PFMT64d, core->offset)); in r_core_sysenv_begin()
259 r_sys_setenv ("R2_BSIZE", sdb_fmt ("%d", core->blocksize)); in r_core_sysenv_begin()
[all …]
H A Dcmd_eval.c384 r_sys_setenv (k, v); in cmd_eval()
H A Dcconfig.c1297 r_sys_setenv (R_SYS_HOME, node->value); in cb_dirhome()
3071 r_sys_setenv (R_SYS_HOME, "/data/local/tmp"); in r_core_config_init()
H A Dcmd.c3200 r_sys_setenv (item, NULL); in tmpenvs_free()
3794 r_sys_setenv (k, v); in r_core_cmd_subst_i()
H A Dcore.c2489 r_sys_setenv ("PATH", n); in r_core_setenv()
/dports/devel/radare2/radare2-5.1.1/shlr/spp/p/
H A Dcpp.h108 r_sys_setenv (buf, ptr); in TAG_CALLBACK()
109 } else r_sys_setenv (buf, ""); in TAG_CALLBACK()
150 r_sys_setenv (arg, eq + 1); in ARG_CALLBACK()
152 r_sys_setenv (arg, ""); in ARG_CALLBACK()
H A Dspp.h15 return r_sys_setenv (var, val); in spp_var_set()
117 r_sys_setenv (buf, res); in TAG_CALLBACK()
136 r_sys_setenv (buf, eq + 1); in TAG_CALLBACK()
429 r_sys_setenv ("SPP_INCDIR", arg); in ARG_CALLBACK()
/dports/devel/radare2/radare2-5.1.1/libr/socket/
H A Drun.c550 r_sys_setenv ("RARUN2_WEB", "yes"); in r_run_parseline()
601 r_sys_setenv (buf, p); in r_run_parseline()
606 r_sys_setenv (e, NULL); in r_run_parseline()
612 r_sys_setenv (e, V); in r_run_parseline()
1033 r_sys_setenv ("LIBRARY_PATH", p->_libpath); in r_run_config_env()
1035 r_sys_setenv ("DYLD_LIBRARY_PATH", p->_libpath); in r_run_config_env()
1037 r_sys_setenv ("LD_LIBRARY_PATH", p->_libpath); in r_run_config_env()
1044 r_sys_setenv ("DYLD_PRELOAD", p->_preload); in r_run_config_env()
1046 r_sys_setenv ("DYLD_INSERT_LIBRARIES", p->_preload); in r_run_config_env()
1048 r_sys_setenv ("DYLD_FORCE_FLAT_NAMESPACE", "1"); in r_run_config_env()
[all …]
H A Dr2pipe.c30 r_sys_setenv (s, a); in env()
/dports/devel/radare2/radare2-5.1.1/libr/lang/p/
H A Dcpipe.c57 r_sys_setenv ("LD_LIBRARY_PATH", R2_LIBDIR); in lang_cpipe_file()
61 r_sys_setenv ("LD_LIBRARY_PATH", o_ld_path); in lang_cpipe_file()
H A Dspp_r2.inc10 return r_sys_setenv (var, val);
78 r_sys_setenv (buf, res);
98 r_sys_setenv (buf, eq + 1);
411 r_sys_setenv ("SPP_INCDIR", arg);
H A Drust.c34 r_sys_setenv ("PKG_CONFIG_PATH", R2_LIBDIR"/pkgconfig"); in lang_rust_file()
H A Dvala.c40 r_sys_setenv ("PKG_CONFIG_PATH", R2_LIBDIR"/pkgconfig"); in lang_vala_file()
H A Dpipe.c125 r_sys_setenv (s, a); in env()
/dports/devel/radare2/radare2-5.1.1/shlr/spp/
H A Dr_api.c102 int r_sys_setenv(const char *key, const char *value) { in r_sys_setenv() function
116 #warning r_sys_setenv : unimplemented for this platform in r_sys_setenv()
H A Dr_api.h28 int r_sys_setenv(const char *key, const char *value);
/dports/devel/radare2/radare2-5.1.1/binr/preload/
H A Dlibr2.c50 r_sys_setenv ("RARUN2_WEB", NULL); in _libwrap_init()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_sys.h65 R_API int r_sys_setenv(const char *key, const char *value);
/dports/devel/radare2/radare2-5.1.1/libr/egg/
H A Degg_lang.c159 r_sys_setenv (R_EGG_INCDIR_ENV, env); in r_egg_lang_include_path()
165 r_sys_setenv (R_EGG_INCDIR_ENV, s); in r_egg_lang_include_init()
984 r_sys_setenv (egg->lang.setenviron, egg->lang.elem); in rcc_next()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dsys.c395 R_API int r_sys_setenv(const char *key, const char *value) { in r_sys_setenv() function
416 #warning r_sys_setenv : unimplemented for this platform in r_sys_setenv()
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Drabin2.c773 r_sys_setenv ("RABIN2_CODESIGN_VERBOSE", "1"); in r_main_rabin2()