Home
last modified time | relevance | path

Searched refs:path_separator (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/databases/percona57-server/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/scripts/sys_schema/functions/
H A Dformat_path.sql71 DECLARE path_separator CHAR(1) DEFAULT '/';
74 SET path_separator = '\\';
89 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
90 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
91 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
92 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
93 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
100 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
101 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/scripts/sys_schema/functions/
H A Dformat_path.sql78 DECLARE path_separator CHAR(1) DEFAULT '/';
81 SET path_separator = '\\';
96 …@@global.datadir, IF(SUBSTRING(@@global.datadir, -1) = path_separator, '%', CONCAT(path_separator,…
97 …ir, CONCAT('@@datadir', IF(SUBSTRING(@@global.datadir, -1) = path_separator, path_separator, '')));
98 …T(@@global.tmpdir, IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
99 …pdir, CONCAT('@@tmpdir', IF(SUBSTRING(@@global.tmpdir, -1) = path_separator, path_separator, '')));
100 …tmpdir, IF(SUBSTRING(@@global.slave_load_tmpdir, -1) = path_separator, '%', CONCAT(path_separator,…
106 …LIKE CONCAT(v_undo_dir, IF(SUBSTRING(v_undo_dir, -1) = path_separator, '%', CONCAT(path_separator,…
107 …AT('@@innodb_undo_directory', IF(SUBSTRING(v_undo_dir, -1) = path_separator, path_separator, '')));
108 …@@global.basedir, IF(SUBSTRING(@@global.basedir, -1) = path_separator, '%', CONCAT(path_separator,…
[all …]
/dports/devel/libevtx/libevtx-20210525/evtxtools/
H A Devtxinput.c150 if( path_separator == NULL ) in evtxinput_determine_event_log_type_from_filename()
152 path_separator = filename; in evtxinput_determine_event_log_type_from_filename()
156 path_separator++; in evtxinput_determine_event_log_type_from_filename()
164 path_separator, in evtxinput_determine_event_log_type_from_filename()
175 path_separator, in evtxinput_determine_event_log_type_from_filename()
186 path_separator, in evtxinput_determine_event_log_type_from_filename()
197 path_separator, in evtxinput_determine_event_log_type_from_filename()
208 path_separator, in evtxinput_determine_event_log_type_from_filename()
219 path_separator, in evtxinput_determine_event_log_type_from_filename()
230 path_separator, in evtxinput_determine_event_log_type_from_filename()
[all …]
/dports/sysutils/fd/fd-8.3.0/src/exec/
H A Dmod.rs40 path_separator: Option<String>, field
128 path_separator, in build()
248 if path_separator.is_none() { in replace_separator()
252 let path_separator = path_separator.unwrap(); in replace_separator() localVariable
313 path_separator: None, in tokens_with_placeholder()
328 path_separator: None, in tokens_with_no_extension()
343 path_separator: None, in tokens_with_basename()
358 path_separator: None, in tokens_with_parent()
373 path_separator: None, in tokens_with_basename_no_extension()
392 path_separator: None, in tokens_multiple()
[all …]
/dports/devel/libevt/libevt-20210424/evttools/
H A Devtinput.c115 const system_character_t *path_separator = NULL; in evtinput_determine_event_log_type_from_filename() local
145 path_separator = system_string_search_character_reverse( in evtinput_determine_event_log_type_from_filename()
150 if( path_separator == NULL ) in evtinput_determine_event_log_type_from_filename()
152 path_separator = filename; in evtinput_determine_event_log_type_from_filename()
156 path_separator++; in evtinput_determine_event_log_type_from_filename()
159 path_separator ); in evtinput_determine_event_log_type_from_filename()
164 path_separator, in evtinput_determine_event_log_type_from_filename()
172 path_separator, in evtinput_determine_event_log_type_from_filename()
180 path_separator, in evtinput_determine_event_log_type_from_filename()
188 path_separator, in evtinput_determine_event_log_type_from_filename()
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dfile-utils.cc17 int path_separator = static_cast<int>(strlen(exec_path)) - 1; in RelativePath() local
18 while (path_separator >= 0 && in RelativePath()
19 !OS::isDirectorySeparator(exec_path[path_separator])) { in RelativePath()
20 path_separator--; in RelativePath()
22 if (path_separator >= 0) { in RelativePath()
25 reinterpret_cast<char*>(calloc(path_separator + name_length + 2, 1)); in RelativePath()
27 strncat(*buffer, exec_path, path_separator + 1); in RelativePath()
/dports/finance/gnucash/gnucash-4.9/common/
H A Dgnc-test-env.pl22 $path_separator=";";
24 $path_separator=":";
41 print_env_var "GNC_MODULE_PATH", "/.libs", $path_separator, @gnc_module_dirs;
42 print_env_var "GUILE_LOAD_PATH", "", $path_separator, @guile_load_dirs;
43 print_env_var "GUILE_LOAD_COMPILED_PATH", "", $path_separator, @guile_load_dirs;
44 print_env_var "LD_LIBRARY_PATH", "/.libs", $path_separator, @library_dirs;
45 print_env_var "DYLD_LIBRARY_PATH", "/.libs", $path_separator, @library_dirs;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dlabel.cc112 size_t path_separator = input.find_first_of(":(", offset); in Resolve() local
116 if (path_separator == std::string::npos) { in Resolve()
120 location_piece = base::StringPiece(&input_str[0], path_separator); in Resolve()
122 size_t toolchain_separator = input.find('(', path_separator); in Resolve()
124 name_piece = base::StringPiece(&input_str[path_separator + 1], in Resolve()
125 input.size() - path_separator - 1); in Resolve()
137 if (toolchain_separator > path_separator) { in Resolve()
139 base::StringPiece(&input_str[path_separator + 1], in Resolve()
140 toolchain_separator - path_separator - 1); in Resolve()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dpaths.c40 char path_separator; in get_roms_path() local
42 path_separator = get_path_separator(); in get_roms_path()
47 if (roms_paths[i] == path_separator || i == len-1) in get_roms_path()
66 char path_separator[2]; in set_roms_paths() local
69 path_separator[0] = get_path_separator(); in set_roms_paths()
70 path_separator[1] = 0; in set_roms_paths()
76 if (path[i] == path_separator[0] || i == len-1) in set_roms_paths()
85 strcat(roms_paths, path_separator); in set_roms_paths()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dparameter_handler.cc360 return collate_path_string(path_separator, subsection_path); in get_current_path()
370 path += path_separator; in get_current_full_path()
386 path += path_separator; in get_current_full_path()
389 path += collate_path_string(path_separator, sub_path) + path_separator; in get_current_full_path()
581 const char path_separator, in read_xml_recursively() argument
643 path_separator, in read_xml_recursively()
817 entries->put(get_current_full_path(entry) + path_separator + in declare_entry()
963 collate_path_string(path_separator, full_path))); in subsection_path_exists()
999 path_separator + "value")) in get()
1255 recursively_sort_parameters(path_separator, in print_parameters()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/detail/
H A Dglob_match.cpp48 static constexpr char path_separator = variable
92 if (*text == path_separator) in match()
101 if (chr == path_separator) in match()
137 if (glob1_backup != NULL && *text1_backup != path_separator) { in match()
195 while (str[0] == '.' && str[1] == path_separator) in glob_match()
198 if (str[0] == path_separator) in glob_match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dlabel.cc116 size_t path_separator = input.find_first_of(":(", offset); in Resolve() local
120 if (path_separator == std::string::npos) { in Resolve()
124 location_piece = std::string_view(&input_str[0], path_separator); in Resolve()
126 size_t toolchain_separator = input.find('(', path_separator); in Resolve()
128 name_piece = std::string_view(&input_str[path_separator + 1], in Resolve()
129 input.size() - path_separator - 1); in Resolve()
141 if (toolchain_separator > path_separator) { in Resolve()
142 name_piece = std::string_view(&input_str[path_separator + 1], in Resolve()
143 toolchain_separator - path_separator - 1); in Resolve()
/dports/devel/gn/gn-1962/src/gn/
H A Dlabel.cc116 size_t path_separator = input.find_first_of(":(", offset); in Resolve() local
120 if (path_separator == std::string::npos) { in Resolve()
124 location_piece = std::string_view(&input_str[0], path_separator); in Resolve()
126 size_t toolchain_separator = input.find('(', path_separator); in Resolve()
128 name_piece = std::string_view(&input_str[path_separator + 1], in Resolve()
129 input.size() - path_separator - 1); in Resolve()
141 if (toolchain_separator > path_separator) { in Resolve()
142 name_piece = std::string_view(&input_str[path_separator + 1], in Resolve()
143 toolchain_separator - path_separator - 1); in Resolve()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dlocal_path.cpp14 wchar_t const CLocalPath::path_separator = '\\'; member in CLocalPath
16 wchar_t const CLocalPath::path_separator = '/'; member in CLocalPath
95 *out++ = path_separator; in SetPath()
119 *out++ = path_separator; in SetPath()
176 *out++ = path_separator; in SetPath()
213 *out++ = path_separator; in SetPath()
269 if ((*m_path)[i] == path_separator) in HasParent()
309 if ((*m_path)[i] == path_separator) { in GetParent()
340 if (path[i] == path_separator) { in MakeParent()
364 path += path_separator; in AddSegment()
[all …]
/dports/devel/libolecf/libolecf-20210512/olecftools/
H A Dolecfexport.c140 system_character_t *path_separator = NULL; in wmain() local
248 path_separator = system_string_search_character_reverse( in wmain()
253 if( path_separator == NULL ) in wmain()
255 path_separator = source; in wmain()
259 path_separator++; in wmain()
261 option_target_path = path_separator; in wmain()
/dports/devel/libesedb/libesedb-20210424/esedbtools/
H A Desedbexport.c142 system_character_t *path_separator = NULL; in wmain() local
263 path_separator = system_string_search_character_reverse( in wmain()
268 if( path_separator == NULL ) in wmain()
270 path_separator = source; in wmain()
274 path_separator++; in wmain()
276 option_target_path = path_separator; in wmain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py342 def __init__(self, path_separator=os.path.sep): argument
348 self.path_separator = path_separator
349 self.root = FakeDirectory(self.path_separator)
437 path_components = path.split(self.path_separator)
471 path = self.path_separator
472 elif not path.startswith(self.path_separator):
474 path = self.path_separator.join(
508 return (self.path_separator, basename)
635 return '%s%s' % (self.path_separator,
997 self.sep = self.filesystem.path_separator
[all …]
/dports/print/texinfo/texinfo-6.8/util/
H A Dtexi-elements-by-size53 my $path_separator = $Config{'path_sep'};
54 $path_separator = ':' if (!defined($path_separator));
55 my $quoted_path_separator = quotemeta($path_separator);
/dports/devel/libpff/libpff-20180714/pfftools/
H A Dpffexport.c170 system_character_t *path_separator = NULL; in wmain() local
300 path_separator = system_string_search_character_reverse( in wmain()
305 if( path_separator == NULL ) in wmain()
307 path_separator = source; in wmain()
311 path_separator++; in wmain()
313 option_target_path = path_separator; in wmain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py360 def __init__(self, path_separator=os.path.sep): argument
366 self.path_separator = path_separator
367 self.root = FakeDirectory(self.path_separator)
455 path_components = path.split(self.path_separator)
489 path = self.path_separator
490 elif not path.startswith(self.path_separator):
492 path = self.path_separator.join(
526 return (self.path_separator, basename)
653 return '%s%s' % (self.path_separator,
1015 self.sep = self.filesystem.path_separator
[all …]

12345678910>>...22