Home
last modified time | relevance | path

Searched refs:EXPORT_STR (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dprocess.c1730 # define EXPORT_STR(str) rb_str_export_to_enc((str), DEFAULT_PROCESS_ENCODING) macro
1735 VALUE newstr = EXPORT_STR(str); in export_dup()
1740 # define EXPORT_STR(str) (str) macro
2318 key = EXPORT_STR(key); in check_exec_env_i()
2319 if (!NIL_P(val)) val = EXPORT_STR(val); in check_exec_env_i()
2449 prog = EXPORT_STR(prog); in rb_exec_fillarg()
2590 arg = EXPORT_STR(arg); in rb_exec_fillarg()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.09823 * process.c (EXPORT_STR, EXPORT_DUP): convert to default process