Searched refs:DLEXT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dstubs.c88 # undef DLEXT macro
89 # define DLEXT ".dll" macro
100 # undef DLEXT macro
101 # define DLEXT ".dylib" macro
129 char tcl_name[] = TCL_NAME DLEXT;
177 char tk_name[] = TK_NAME DLEXT;
/macosx-10.10.1/ruby-106/ruby/
H A Dload.c20 #define IS_DLEXT(e) (strcmp((e), DLEXT) == 0 || strcmp((e), DLEXT2) == 0)
22 #define IS_DLEXT(e) (strcmp((e), DLEXT) == 0)
26 ".rb", DLEXT,
869 rb_str_cat2(tmp, DLEXT);
H A Dconfigure733 DLEXT
17849 DLEXT=so
17855 DLEXT=sl ;; #(
17867 DLEXT=bundle ;; #(
17871 DLEXT=dll ;; #(
17875 DLEXT=so ;; #(
17878 DLEXT=so ;;
17904 n=`expr "$DLEXT" : '.*'`; test "$n" -gt "$len" && len=$n
17910 test ".$DLEXT" = "." || cat >>confdefs.h <<_ACEOF
17911 #define DLEXT "
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Drubygems.rb855 *%w(DLEXT DLEXT2).map { |key|
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb1087 so = File.join(@spec.gem_dir, "#{@spec.name}.#{RbConfig::CONFIG["DLEXT"]}")

Completed in 224 milliseconds