Home
last modified time | relevance | path

Searched refs:path_sep (Results 1 – 25 of 912) sorted by relevance

12345678910>>...37

/dports/editors/neovim/neovim-0.6.1/test/functional/options/
H A Ddefaults_spec.lua460 .. ',≡\\,≡\\,≡' .. path_sep .. 'nvim' .. path_sep .. 'site' .. path_sep .. 'after'
461 .. ',\\,≡\\,≡\\,' .. path_sep .. 'nvim' .. path_sep .. 'site' .. path_sep .. 'after'
462 .. ',\\,=\\,=\\,' .. path_sep.. data_dir .. path_sep .. 'site' .. path_sep .. 'after'
477 .. ',≡\\,≡\\,≡' .. path_sep ..'nvim' .. path_sep ..'site'
480 .. ',≡\\,≡\\,≡' .. path_sep ..'nvim' .. path_sep ..'site' .. path_sep ..'after'
481 .. ',\\,≡\\,≡\\,' .. path_sep ..'nvim' .. path_sep ..'site' .. path_sep ..'after'
482 … .. ',\\,=\\,=\\,' .. path_sep ..'' .. data_dir .. '' .. path_sep ..'site' .. path_sep ..'after'
487 eq('.,\\,=\\,=\\,' .. path_sep .. data_dir .. '' .. path_sep ..'backup' .. (path_sep):rep(2),
489 eq('\\,=\\,=\\,' .. path_sep ..'' .. data_dir .. '' .. path_sep ..'swap' .. (path_sep):rep(2),
491 eq('\\,=\\,=\\,' .. path_sep ..'' .. data_dir .. '' .. path_sep ..'undo' .. (path_sep):rep(2),
[all …]
/dports/devel/p5-Complete-Path/Complete-Path-0.251/lib/Complete/
H A DPath.pm31 my $p2 = $p =~ m!\Q$path_sep\E\z! ? "$p$e" : "$p$path_sep$e";
41 if ($p2 =~ m!\Q$path_sep\E\z!) {
115 path_sep => {
151 my $path_sep = $args{path_sep} // '/';
181 $cut_chars += length($path_sep);
198 "$dir$e" : "$dir$path_sep$e";
219 $p .= $path_sep if $is_dir;
303 "$dir$_" : "$dir$path_sep$_";
326 "$dir$e" : "$dir$path_sep$e";
372 unless ($p =~ /\Q$path_sep\E\z/) {
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/util/
H A Dos_path.c35 static const char *path_sep = PMIX_PATH_SEP; variable
53 if( path_sep[0] != element[0] ) total_length++; in pmix_os_path()
62 strcat(path, path_sep); in pmix_os_path()
64 strcpy(path, path_sep); in pmix_os_path()
71 total_length = total_length + num_elements * strlen(path_sep) + 1; in pmix_os_path()
92 if (path_sep[0] != element[0]) { in pmix_os_path()
93 strcat(path, path_sep); in pmix_os_path()
98 if (path_sep[0] != element[0]) { in pmix_os_path()
99 strcat(path, path_sep); in pmix_os_path()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/util/
H A Dos_path.c35 static const char *path_sep = PMIX_PATH_SEP; variable
53 if( path_sep[0] != element[0] ) total_length++; in pmix_os_path()
62 strcat(path, path_sep); in pmix_os_path()
64 strcpy(path, path_sep); in pmix_os_path()
71 total_length = total_length + num_elements * strlen(path_sep) + 1; in pmix_os_path()
92 if (path_sep[0] != element[0]) { in pmix_os_path()
93 strcat(path, path_sep); in pmix_os_path()
98 if (path_sep[0] != element[0]) { in pmix_os_path()
99 strcat(path, path_sep); in pmix_os_path()
/dports/net/openmpi/openmpi-4.1.1/opal/util/
H A Dos_path.c33 static const char *path_sep = OPAL_PATH_SEP; variable
51 if( path_sep[0] != element[0] ) total_length++; in opal_os_path()
60 strcat(path, path_sep); in opal_os_path()
62 strcpy(path, path_sep); in opal_os_path()
69 total_length = total_length + num_elements * strlen(path_sep) + 1; in opal_os_path()
90 if (path_sep[0] != element[0]) { in opal_os_path()
91 strcat(path, path_sep); in opal_os_path()
96 if (path_sep[0] != element[0]) { in opal_os_path()
97 strcat(path, path_sep); in opal_os_path()
/dports/net/openmpi3/openmpi-3.1.6/opal/util/
H A Dos_path.c33 static const char *path_sep = OPAL_PATH_SEP; variable
51 if( path_sep[0] != element[0] ) total_length++; in opal_os_path()
60 strcat(path, path_sep); in opal_os_path()
62 strcpy(path, path_sep); in opal_os_path()
69 total_length = total_length + num_elements * strlen(path_sep) + 1; in opal_os_path()
90 if (path_sep[0] != element[0]) { in opal_os_path()
91 strcat(path, path_sep); in opal_os_path()
96 if (path_sep[0] != element[0]) { in opal_os_path()
97 strcat(path, path_sep); in opal_os_path()
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dpaths.lua3 local path_sep = package.config:sub(1,1);
11 parent_path = parent_path:gsub("%"..path_sep.."+$", "");
12 path = path:gsub("^%.%"..path_sep.."+", "");
15 if path_sep == "/" and path:sub(1,1) ~= "/" then
17 …elseif path_sep == "\\" and (path:sub(1,1) ~= "/" and (path:sub(2,3) ~= ":\\" and path:sub(2,3) ~=…
21 return parent_path..path_sep..path;
41 return t_concat({...}, path_sep);
/dports/devel/cmake-gui/cmake-3.22.1/Tests/Environment/
H A Dcheck_mod.cmake12 set(path_sep ";") variable
14 set(path_sep ":") variable
23 set(expect_PATH_MANIP "prefix${path_sep}pre${path_sep}core${path_sep}post${path_sep}suffix")
26 set(expect_PATH_DNE "prefix${path_sep}pre${path_sep}post${path_sep}suffix")
30 set(expect_SET_FROM_AMBIENT_path "base${path_sep}new")
34 set(expect_SET_FROM_ENVIRONMENT_PROPERTY_path "base${path_sep}new")
/dports/devel/cmake/cmake-3.22.1/Tests/Environment/
H A Dcheck_mod.cmake12 set(path_sep ";") variable
14 set(path_sep ":") variable
23 set(expect_PATH_MANIP "prefix${path_sep}pre${path_sep}core${path_sep}post${path_sep}suffix")
26 set(expect_PATH_DNE "prefix${path_sep}pre${path_sep}post${path_sep}suffix")
30 set(expect_SET_FROM_AMBIENT_path "base${path_sep}new")
34 set(expect_SET_FROM_ENVIRONMENT_PROPERTY_path "base${path_sep}new")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/Environment/
H A Dcheck_mod.cmake12 set(path_sep ";") variable
14 set(path_sep ":") variable
23 set(expect_PATH_MANIP "prefix${path_sep}pre${path_sep}core${path_sep}post${path_sep}suffix")
26 set(expect_PATH_DNE "prefix${path_sep}pre${path_sep}post${path_sep}suffix")
30 set(expect_SET_FROM_AMBIENT_path "base${path_sep}new")
34 set(expect_SET_FROM_ENVIRONMENT_PROPERTY_path "base${path_sep}new")
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Denvironment.cc66 std::string path_sep = directory_path::path_sep_str (); in append_to_shell_path() local
69 sys::env::putenv ("PATH", shell_path + path_sep + exec_path); in append_to_shell_path()
123 std::string path_sep = directory_path::path_sep_str (); in init_exec_path() local
126 exec_path = (config::local_ver_arch_lib_dir () + path_sep in init_exec_path()
127 + config::local_api_arch_lib_dir () + path_sep in init_exec_path()
128 + config::local_arch_lib_dir () + path_sep in init_exec_path()
129 + config::arch_lib_dir () + path_sep in init_exec_path()
141 std::string path_sep = directory_path::path_sep_str (); in init_image_path() local
146 image_path += path_sep + env_path; in init_image_path()
151 image_path += path_sep + gen_path; in init_image_path()
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/os/
H A DFileName.cpp9 const char path_sep = '\\'; variable
11 const char path_sep = '/';
23 filename[i] = path_sep; in FileName()
24 while (!filename.empty() && filename[filename.size() - 1] == path_sep) in FileName()
34 filename[i] = path_sep; in FileName()
35 while (!filename.empty() && filename[filename.size() - 1] == path_sep) in FileName()
55 size_t pos = filename.find_last_of(path_sep); in path()
64 size_t pos = filename.find_last_of(path_sep); in base()
91 size_t start = filename.find_last_of(path_sep); in name()
105 size_t start = filename.find_last_of(path_sep); in setExt()
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dmatch-pattern.c293 char path_sep // path separator character, standard is '/' in MatchFilePattern() argument
319 if ( skip-- <= 0 && MatchPattern(pattern,text,path_sep) ) in MatchFilePattern()
325 if ( skip-- <= 0 && MatchPattern(pattern,text,path_sep) ) in MatchFilePattern()
338 if (!MatchPattern(pattern,text,path_sep)) in MatchFilePattern()
343 if (MatchPattern(pattern,text,path_sep)) in MatchFilePattern()
466 char path_sep // path separator character, standard is '/' in MatchPatternHelper() argument
490 if ( *text == path_sep || !*text++ ) in MatchPatternHelper()
510 if ( !*text || *text == path_sep ) in MatchPatternHelper()
647 char path_sep // path separator character, standard is '/' in MatchPattern() argument
666 if ( *pattern == path_sep ) in MatchPattern()
[all …]
/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dfilename.cpp10 const char path_sep = '\\'; variable
12 const char path_sep = '/';
23 filename[i] = path_sep; in FileName()
24 while (!filename.empty() && filename[filename.size()-1] == path_sep) in FileName()
33 filename[i] = path_sep; in FileName()
34 while (!filename.empty() && filename[filename.size()-1] == path_sep) in FileName()
57 size_t pos = filename.find_last_of(path_sep); in path()
64 size_t pos = filename.find_last_of(path_sep); in base()
85 size_t start = filename.find_last_of(path_sep); in name()
94 size_t start = filename.find_last_of(path_sep); in setExt()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/t/
H A Dperl5lib.t11 my $path_sep = $Config{path_sep};
34 $path_sep, 'wibble',
43 like \$ENV{PERL5LIB}, qr/(^|${path_sep})wibble${path_sep}/;
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/t/
H A Dperl5lib.t11 my $path_sep = $Config{path_sep};
34 $path_sep, 'wibble',
43 like \$ENV{PERL5LIB}, qr/(^|${path_sep})wibble${path_sep}/;
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/t/
H A Dperl5lib.t11 my $path_sep = $Config{path_sep};
34 $path_sep, 'wibble',
43 like \$ENV{PERL5LIB}, qr/(^|${path_sep})wibble${path_sep}/;
/dports/devel/p5-Test-Harness/Test-Harness-3.42/t/
H A Dperl5lib.t11 my $path_sep = $Config{path_sep};
34 $path_sep, 'wibble',
43 like \$ENV{PERL5LIB}, qr/(^|${path_sep})wibble${path_sep}/;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Harness/t/
H A Dperl5lib.t11 my $path_sep = $Config{path_sep};
34 $path_sep, 'wibble',
43 like \$ENV{PERL5LIB}, qr/(^|${path_sep})wibble${path_sep}/;
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/config/
H A Dtexi2dvi99 path_sep=";"
101 path_sep=":"
105 CDPATH=${ZSH_VERSION+.}$path_sep
153 txincludes="$txincludes$1$path_sep"
358 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
371 IFS=$path_sep
378 TEXINPUTS=$TEXINPUTS$path_sep
381 TEXINPUTS=$TEXINPUTS$path_sep$dir
384 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
394 INDEXSTYLE=$INDEXSTYLE$path_sep
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/doc/
H A Dtexi2dvi103 path_sep=";"
105 path_sep=":"
109 CDPATH=${ZSH_VERSION+.}$path_sep
157 txincludes="$txincludes$1$path_sep"
362 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
375 IFS=$path_sep
382 TEXINPUTS=$TEXINPUTS$path_sep
385 TEXINPUTS=$TEXINPUTS$path_sep$dir
388 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
398 INDEXSTYLE=$INDEXSTYLE$path_sep
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/doc/
H A Dtexi2dvi101 path_sep=";"
103 path_sep=":"
107 CDPATH=${ZSH_VERSION+.}$path_sep
155 txincludes="$txincludes$1$path_sep"
360 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
373 IFS=$path_sep
380 TEXINPUTS=$TEXINPUTS$path_sep
383 TEXINPUTS=$TEXINPUTS$path_sep$dir
386 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
396 INDEXSTYLE=$INDEXSTYLE$path_sep
[all …]
/dports/editors/ssed/sed-3.62/config/
H A Dtexi2dvi103 path_sep=";"
105 path_sep=":"
109 CDPATH=${ZSH_VERSION+.}$path_sep
157 txincludes="$txincludes$1$path_sep"
362 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
375 IFS=$path_sep
382 TEXINPUTS=$TEXINPUTS$path_sep
385 TEXINPUTS=$TEXINPUTS$path_sep$dir
388 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
398 INDEXSTYLE=$INDEXSTYLE$path_sep
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/perl/
H A Dadd_user15 my $path_sep;
35 $path_sep = "\\"; # single backslash (\)
38 $path_sep = '/'; # single slash (/)
97 my $directory_path = $config_path . $path_sep . 'directory';
108 my $full_dir_path = $directory_path . $path_sep . $domain;
139 my @CURRENT_USER_FILES = glob($full_dir_path . $path_sep . '*.xml');
219 my $user_file_name = $full_dir_path . $path_sep . $user_id . '.xml';
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/cmd/
H A Dpath.lua35 local path_sep = cfg.export_path_separator
44 util.printout(util.cleanup_path(lr_bin, path_sep, nil, true))
48 local clean_path = util.cleanup_path(os.getenv("PATH") or "", path_sep, nil, true)
53 lr_bin = clean_path .. path_sep .. lr_bin
57 lr_bin = lr_bin .. path_sep .. clean_path
65 util.printout(fs.export_cmd("PATH", util.cleanup_path(lr_bin, path_sep, nil, args.append)))

12345678910>>...37