Searched refs:ruby_strdup (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dutil.h67 char *ruby_strdup(const char *);
69 #define strdup(s) ruby_strdup(s)
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dsetproctitle.c128 environ[i] = ruby_strdup(envp[i]);
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dstubs.c124 if (ruby_tcl_dll) ruby_tcl_dll = ruby_strdup(ruby_tcl_dll);
/macosx-10.10.1/ruby-106/ruby/
H A Dload.c202 st_insert(features_index, (st_data_t)ruby_strdup(short_feature_cstr), (st_data_t)offset);
715 ftptr = ruby_strdup(ftptr);
1041 *key = (st_data_t)ruby_strdup(name);
H A Dhash.c2491 tmpenv[j] = ruby_strdup(environ[j]);
H A Dutil.c456 ruby_strdup(const char *str) function
H A Dio.c7561 ARGF.inplace = ruby_strdup(inplace);

Completed in 202 milliseconds