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

78 lines
11 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</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--unixcompat.h.html#L115'>PATH_SEP</a> 115 lib/unixcompat.h #define IS_PATH_SEP(c) ((c) == PATH_SEP)</span>
<span class='curline'><a href='../S/lib--util.c.html#L116'>PATH_SEP</a> 116 lib/util.c *r++ = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--util.c.html#L121'>PATH_SEP</a> 121 lib/util.c q = strchr (p + 1, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L158'>PATH_SEP</a> 158 lib/util.c *r++ = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--util.c.html#L657'>PATH_SEP</a> 657 lib/util.c path_sep = strrchr (s, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L896'>PATH_SEP</a> 896 lib/util.c r = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L899'>PATH_SEP</a> 899 lib/util.c s = strchr (q, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L911'>PATH_SEP</a> 911 lib/util.c for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L782'>PATH_SEP</a> 782 lib/utilunix.c q = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1067'>PATH_SEP</a> 1067 lib/utilunix.c p = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1116'>PATH_SEP</a> 1116 lib/utilunix.c *new_path++ = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1120'>PATH_SEP</a> 1120 lib/utilunix.c *new_path++ = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1209'>PATH_SEP</a> 1209 lib/utilunix.c *new_path++ = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1312'>PATH_SEP</a> 1312 lib/utilunix.c g_string_append_c (path, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L115'>PATH_SEP</a> 115 lib/vfs/direntry.c sep = strchr (path, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L123'>PATH_SEP</a> 123 lib/vfs/direntry.c *sep = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L227'>PATH_SEP</a> 227 lib/vfs/direntry.c vfs_s_resolve_symlink (me, ent, strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L720'>PATH_SEP</a> 720 lib/vfs/interface.c if (strchr (prefix, PATH_SEP) != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L102'>PATH_SEP</a> 102 lib/vfs/path.c slash = strchr (semi, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L125'>PATH_SEP</a> 125 lib/vfs/path.c *slash = PATH_SEP;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L437'>PATH_SEP</a> 437 lib/vfs/path.c slash_pointer = strchr (url_delimiter, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L499'>PATH_SEP</a> 499 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L508'>PATH_SEP</a> 508 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L567'>PATH_SEP</a> 567 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); \</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L611'>PATH_SEP</a> 611 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L620'>PATH_SEP</a> 620 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1030'>PATH_SEP</a> 1030 lib/vfs/path.c slash = strchr (semi, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1349'>PATH_SEP</a> 1349 lib/vfs/path.c for (prev_token = element-&gt;path; (token = strchr (prev_token, PATH_SEP)) != NULL;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1432'>PATH_SEP</a> 1432 lib/vfs/path.c g_string_append_c (element_tokens, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1550'>PATH_SEP</a> 1550 lib/vfs/path.c g_string_append_c (pretty_path, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L193'>PATH_SEP</a> 193 lib/vfs/utilvfs.c p = strrchr (param_basename, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L262'>PATH_SEP</a> 262 lib/vfs/utilvfs.c dir = strchr (pcopy, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L145'>PATH_SEP</a> 145 lib/vfs/vfs.c slash = strchr (semi, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L339'>PATH_SEP</a> 339 lib/vfs/vfs.c vfs_prefix = strrchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L170'>PATH_SEP</a> 170 lib/widget/input_complete.c if ((*text != '\0') &amp;&amp; (temp = strrchr (text, PATH_SEP)) != NULL)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L291'>PATH_SEP</a> 291 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L295'>PATH_SEP</a> 295 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L574'>PATH_SEP</a> 574 lib/widget/input_complete.c isabsolute = strchr (u_text, PATH_SEP) != NULL;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L665'>PATH_SEP</a> 665 lib/widget/input_complete.c p = strrchr (found, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1329'>PATH_SEP</a> 1329 lib/widget/input_complete.c &amp;&amp; strchr (state.word, PATH_SEP) == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L132'>PATH_SEP</a> 132 src/filemanager/cd.c s = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L544'>PATH_SEP</a> 544 src/filemanager/file.c r = strrchr (src_path, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1484'>PATH_SEP</a> 1484 src/filemanager/filegui.c ctx-&gt;dest_mask = strrchr (dest_dir, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L446'>PATH_SEP</a> 446 src/filemanager/panel.c buffer[0] = PATH_SEP;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1133'>PATH_SEP</a> 1133 src/filemanager/panel.c archive_name = strrchr (prev_path_element-&gt;path, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2981'>PATH_SEP</a> 2981 src/filemanager/panel.c curr_entry = strrchr (vfs_path_get_last_path_str (panel-&gt;cwd_vpath), PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3059'>PATH_SEP</a> 3059 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3063'>PATH_SEP</a> 3063 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3340'>PATH_SEP</a> 3340 src/filemanager/panel.c p = strrchr (lwd, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L245'>PATH_SEP</a> 245 src/filemanager/tree.c tty_print_char (PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L451'>PATH_SEP</a> 451 src/filemanager/treestore.c new-&gt;subname = strrchr (new_name, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L436'>PATH_SEP</a> 436 src/vfs/cpio/cpio.c tn = strrchr (name, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L448'>PATH_SEP</a> 448 src/vfs/cpio/cpio.c *tn = PATH_SEP;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L237'>PATH_SEP</a> 237 src/vfs/extfs/extfs.c char c = PATH_SEP;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L254'>PATH_SEP</a> 254 src/vfs/extfs/extfs.c q = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L392'>PATH_SEP</a> 392 src/vfs/extfs/extfs.c if (s[0] == '.' &amp;&amp; s[1] == PATH_SEP)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L425'>PATH_SEP</a> 425 src/vfs/extfs/extfs.c p = strrchr (cfn, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L841'>PATH_SEP</a> 841 src/vfs/extfs/extfs.c g_string_prepend_c (localpath, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L330'>PATH_SEP</a> 330 src/vfs/ftpfs/ftpfs.c p = strrchr (ret, PATH_SEP);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1082'>PATH_SEP</a> 1082 src/vfs/ftpfs/ftpfs.c *bufq++ = PATH_SEP;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1636'>PATH_SEP</a> 1636 src/vfs/ftpfs/ftpfs.c *(strrchr (tmp, PATH_SEP) + 1) = '\0'; // dirname </span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L217'>PATH_SEP</a> 217 src/vfs/sftpfs/internal.c g_string_printf (sftpfs_filename_buffer, "%c%s", PATH_SEP, file_name);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L528'>PATH_SEP</a> 528 src/vfs/tar/tar.c p = strrchr (file_name, PATH_SEP);</span>
</pre>
</body>
</html>