Files
source/R/PATH_SEP_STR.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

89 lines
15 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>PATH_SEP_STR</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--fileloc.h.html#L27'>PATH_SEP_STR</a> 27 lib/fileloc.h #define MC_HINT "hints" PATH_SEP_STR "mc.hint"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L28'>PATH_SEP_STR</a> 28 lib/fileloc.h #define MC_HELP "help" PATH_SEP_STR "mc.hlp"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L82'>PATH_SEP_STR</a> 82 lib/fileloc.h #define EDIT_HOME_MACRO_FILE EDIT_HOME_DIR PATH_SEP_STR "macros.d" PATH_SEP_STR "macro"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L83'>PATH_SEP_STR</a> 83 lib/fileloc.h #define EDIT_HOME_CLIP_FILE EDIT_HOME_DIR PATH_SEP_STR "mcedit.clip"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L84'>PATH_SEP_STR</a> 84 lib/fileloc.h #define EDIT_HOME_BLOCK_FILE EDIT_HOME_DIR PATH_SEP_STR "mcedit.block"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L85'>PATH_SEP_STR</a> 85 lib/fileloc.h #define EDIT_HOME_TEMP_FILE EDIT_HOME_DIR PATH_SEP_STR "mcedit.temp"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L87'>PATH_SEP_STR</a> 87 lib/fileloc.h #define EDIT_SYNTAX_FILE EDIT_SYNTAX_DIR PATH_SEP_STR "Syntax"</span>
<span class='curline'><a href='../S/lib--fileloc.h.html#L91'>PATH_SEP_STR</a> 91 lib/fileloc.h #define EDIT_HOME_MENU EDIT_HOME_DIR PATH_SEP_STR "menu"</span>
<span class='curline'><a href='../S/lib--lock.c.html#L129'>PATH_SEP_STR</a> 129 lib/lock.c symlink_name = g_strconcat (str_dirname, PATH_SEP_STR ".#", str_filename, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--util.c.html#L167'>PATH_SEP_STR</a> 167 lib/util.c strcpy (buf, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--util.c.html#L234'>PATH_SEP_STR</a> 234 lib/util.c g_string_append (ret, "." PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L800'>PATH_SEP_STR</a> 800 lib/utilunix.c return g_strconcat (passwd-&gt;pw_dir, PATH_SEP_STR, q, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1292'>PATH_SEP_STR</a> 1292 lib/utilunix.c path = g_string_new (absolute ? PATH_SEP_STR : "");</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L159'>PATH_SEP_STR</a> 159 lib/vfs/direntry.c fullname = g_strconcat (fullpath, PATH_SEP_STR, linkname, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L727'>PATH_SEP_STR</a> 727 lib/vfs/direntry.c name = g_strconcat (super-&gt;name, PATH_SEP_STR, me-&gt;prefix, VFS_PATH_URL_DELIMITER,</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1256'>PATH_SEP_STR</a> 1256 lib/vfs/direntry.c newpath = g_strconcat (ino-&gt;ent-&gt;name, PATH_SEP_STR, path, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1267'>PATH_SEP_STR</a> 1267 lib/vfs/direntry.c return g_strconcat (ino-&gt;ent-&gt;dir-&gt;ent-&gt;name, PATH_SEP_STR, ino-&gt;ent-&gt;name, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L159'>PATH_SEP_STR</a> 159 lib/vfs/path.c local = mc_build_filename (PATH_SEP_STR, path, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L516'>PATH_SEP_STR</a> 516 lib/vfs/path.c g_string_append (ret_tokens, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L519'>PATH_SEP_STR</a> 519 lib/vfs/path.c g_string_append (ret_tokens, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L631'>PATH_SEP_STR</a> 631 lib/vfs/path.c g_string_append (buffer, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1415'>PATH_SEP_STR</a> 1415 lib/vfs/path.c path_tokens = g_strsplit (element-&gt;path, PATH_SEP_STR, -1);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L265'>PATH_SEP_STR</a> 265 lib/vfs/utilvfs.c path_element-&gt;path = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L332'>PATH_SEP_STR</a> 332 lib/widget/input_complete.c return g_strconcat ("~", entry-&gt;pw_name, PATH_SEP_STR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L221'>PATH_SEP_STR</a> 221 src/editor/editcmd.c saveprefix = mc_build_filename (PATH_SEP_STR, savedir, "cooledit", (char *) NULL);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L426'>PATH_SEP_STR</a> 426 src/editor/etags.c path = g_strconcat (ptr, PATH_SEP_STR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L440'>PATH_SEP_STR</a> 440 src/editor/etags.c while (strcmp (path, PATH_SEP_STR) != 0);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L406'>PATH_SEP_STR</a> 406 src/filemanager/cmd.c cd_path = g_strconcat (PATH_SEP_STR, tmp, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1971'>PATH_SEP_STR</a> 1971 src/filemanager/file.c dest_dir = g_strconcat (tmp_dest_dir, PATH_SEP_STR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3605'>PATH_SEP_STR</a> 3605 src/filemanager/file.c vpath = vfs_path_from_str (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L687'>PATH_SEP_STR</a> 687 src/filemanager/filemanager.c command_insert (cmdline, PATH_SEP_STR, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L77'>PATH_SEP_STR</a> 77 src/filemanager/filenot.c if (strcmp (vfs_path_as_str (vpath), PATH_SEP_STR) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1489'>PATH_SEP_STR</a> 1489 src/filemanager/hotlist.c MC_USERCONF_DIR PATH_SEP_STR MC_HOTLIST_FILE);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L800'>PATH_SEP_STR</a> 800 src/filemanager/mountlist.c dirp = opendir (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L814'>PATH_SEP_STR</a> 814 src/filemanager/mountlist.c name = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L816'>PATH_SEP_STR</a> 816 src/filemanager/mountlist.c name = g_strconcat (PATH_SEP_STR, d-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2924'>PATH_SEP_STR</a> 2924 src/filemanager/panel.c cmd = g_strconcat ("." PATH_SEP_STR, fname_quoted, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4325'>PATH_SEP_STR</a> 4325 src/filemanager/panel.c vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4653'>PATH_SEP_STR</a> 4653 src/filemanager/panel.c panel-&gt;cwd_vpath = vfs_path_from_str (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5369'>PATH_SEP_STR</a> 5369 src/filemanager/panel.c root = vfs_path_from_str (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L310'>PATH_SEP_STR</a> 310 src/filemanager/treestore.c tmp_vpath = vfs_path_from_str (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L755'>PATH_SEP_STR</a> 755 src/filemanager/treestore.c name = vfs_path_build_filename (PATH_SEP_STR, subname, (char *) NULL);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L220'>PATH_SEP_STR</a> 220 src/textconf.c PRINTF2 ("extfs.d:", LIBEXECDIR, MC_EXTFS_DIR PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L223'>PATH_SEP_STR</a> 223 src/textconf.c PRINTF2 ("shell:", LIBEXECDIR, VFS_SHELL_PREFIX PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L232'>PATH_SEP_STR</a> 232 src/textconf.c PRINTF ("skins:", mc_config_get_data_path (), MC_SKINS_DIR PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L234'>PATH_SEP_STR</a> 234 src/textconf.c PRINTF ("extfs.d:", mc_config_get_data_path (), MC_EXTFS_DIR PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L237'>PATH_SEP_STR</a> 237 src/textconf.c PRINTF ("shell:", mc_config_get_data_path (), VFS_SHELL_PREFIX PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L980'>PATH_SEP_STR</a> 980 src/usermenu.c g_string_append (block, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L179'>PATH_SEP_STR</a> 179 src/vfs/extfs/extfs.c name = g_strconcat (a-&gt;name != NULL ? a-&gt;name : "", PATH_SEP_STR, info-&gt;prefix,</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L587'>PATH_SEP_STR</a> 587 src/vfs/extfs/extfs.c root_entry = extfs_generate_entry (current_archive, PATH_SEP_STR, NULL, mode);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1567'>PATH_SEP_STR</a> 1567 src/vfs/extfs/extfs.c dirname = g_build_path (PATH_SEP_STR, where, MC_EXTFS_DIR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1589'>PATH_SEP_STR</a> 1589 src/vfs/extfs/extfs.c g_snprintf (fullname, sizeof (fullname), "%s" PATH_SEP_STR "%s", dirname, filename);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1611'>PATH_SEP_STR</a> 1611 src/vfs/extfs/extfs.c info.path = g_strconcat (dirname, PATH_SEP_STR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L567'>PATH_SEP_STR</a> 567 src/vfs/ftpfs/ftpfs.c arch-&gt;base.name = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1009'>PATH_SEP_STR</a> 1009 src/vfs/ftpfs/ftpfs.c ftp_super-&gt;current_dir = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1092'>PATH_SEP_STR</a> 1092 src/vfs/ftpfs/ftpfs.c return g_strconcat (PATH_SEP_STR, bufp, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1612'>PATH_SEP_STR</a> 1612 src/vfs/ftpfs/ftpfs.c strcat (tmp, PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1827'>PATH_SEP_STR</a> 1827 src/vfs/ftpfs/ftpfs.c path = g_strconcat (remote_path, PATH_SEP_STR ".", (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L156'>PATH_SEP_STR</a> 156 src/vfs/sfs/sfs.c &amp;&amp; strcmp (vfs_path_get_last_path_str (pname), PATH_SEP_STR) != 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L710'>PATH_SEP_STR</a> 710 src/vfs/sftpfs/sftpfs.c arch-&gt;base.name = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L204'>PATH_SEP_STR</a> 204 src/vfs/shell/shell.c scr_filename = g_build_path (PATH_SEP_STR, mc_config_get_data_path (), VFS_SHELL_PREFIX,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L213'>PATH_SEP_STR</a> 213 src/vfs/shell/shell.c g_build_path (PATH_SEP_STR, LIBEXECDIR, VFS_SHELL_PREFIX, script_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L647'>PATH_SEP_STR</a> 647 src/vfs/shell/shell.c PATH_SEP_STR, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L649'>PATH_SEP_STR</a> 649 src/vfs/shell/shell.c super-&gt;name = g_strdup (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1678'>PATH_SEP_STR</a> 1678 src/vfs/shell/shell.c PATH_SEP_STR, super-&gt;path_element-&gt;path, (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L751'>PATH_SEP_STR</a> 751 src/vfs/tar/tar.c file_name = g_strconcat (s1, PATH_SEP_STR, s2, (char *) NULL);</span>
<span class='curline'><a href='../S/tests--lib--mcconfig--user_configs_path.c.html#L39'>PATH_SEP_STR</a> 39 tests/lib/mcconfig/user_configs_path.c #define CONF_MAIN HOME_DIR PATH_SEP_STR ".config"</span>
<span class='curline'><a href='../S/tests--lib--mcconfig--user_configs_path.c.html#L40'>PATH_SEP_STR</a> 40 tests/lib/mcconfig/user_configs_path.c #define CONF_DATA HOME_DIR PATH_SEP_STR ".local" PATH_SEP_STR "share"</span>
<span class='curline'><a href='../S/tests--lib--mcconfig--user_configs_path.c.html#L41'>PATH_SEP_STR</a> 41 tests/lib/mcconfig/user_configs_path.c #define CONF_CACHE HOME_DIR PATH_SEP_STR ".cache"</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L117'>PATH_SEP_STR</a> 117 tests/src/usermenu__test_expand_format.c CURRENT_DIR PATH_SEP_STR CURRENT_PFX TAGGED_PFX FNAME2 " " \</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L118'>PATH_SEP_STR</a> 118 tests/src/usermenu__test_expand_format.c CURRENT_DIR PATH_SEP_STR CURRENT_PFX TAGGED_PFX FNAME4 " "</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L121'>PATH_SEP_STR</a> 121 tests/src/usermenu__test_expand_format.c OTHER_DIR PATH_SEP_STR OTHER_PFX TAGGED_PFX FNAME1 " " \</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L122'>PATH_SEP_STR</a> 122 tests/src/usermenu__test_expand_format.c OTHER_DIR PATH_SEP_STR OTHER_PFX TAGGED_PFX FNAME3 " "</span>
<span class='curline'><a href='../S/tests--src--vfs--ftpfs--ftpfs_parse_long_list.c.html#L50'>PATH_SEP_STR</a> 50 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c super-&gt;name = g_strdup (PATH_SEP_STR);</span>
</pre>
</body>
</html>