Home
last modified time | relevance | path

Searched refs:DOSISH_UNC (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A Dabs_path.c39 # define DOSISH_UNC macro
/dports/lang/ruby26/ruby-2.6.9/test/pathname/
H A Dtest_pathname.rb42 DOSISH_UNC = File.dirname("//") == "//" constant in TestPathname
81 if DOSISH_UNC
135 if DOSISH_UNC
176 if DOSISH_UNC
/dports/lang/ruby26/ruby-2.6.9/
H A Dfile.c3089 #define DOSISH_UNC macro
3131 #if defined(DOSISH_UNC)
3212 #if defined(DOSISH_UNC) || defined(DOSISH_DRIVE_LETTER)
3220 #if defined(DOSISH_UNC) || defined(DOSISH_DRIVE_LETTER) in rb_enc_path_skip_prefix()
3221 #ifdef DOSISH_UNC in rb_enc_path_skip_prefix()
4279 #if defined DOSISH_DRIVE_LETTER || defined DOSISH_UNC in ruby_enc_find_basename()
4286 #if defined DOSISH_DRIVE_LETTER || defined DOSISH_UNC in ruby_enc_find_basename()
4294 #if defined DOSISH_DRIVE_LETTER || defined DOSISH_UNC in ruby_enc_find_basename()
4304 #ifdef DOSISH_UNC in ruby_enc_find_basename()
4432 #ifdef DOSISH_UNC in rb_file_dirname()
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.373223 * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin but