PATH_SEP 109 lib/unixcompat.h #define IS_PATH_SEP(c) ((c) == PATH_SEP) PATH_SEP 116 lib/util.c *r++ = PATH_SEP; PATH_SEP 121 lib/util.c q = strchr (p + 1, PATH_SEP); PATH_SEP 158 lib/util.c *r++ = PATH_SEP; PATH_SEP 654 lib/util.c path_sep = strrchr (s, PATH_SEP); PATH_SEP 893 lib/util.c r = strchr (p, PATH_SEP); PATH_SEP 896 lib/util.c s = strchr (q, PATH_SEP); PATH_SEP 908 lib/util.c for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++) PATH_SEP 782 lib/utilunix.c q = strchr (p, PATH_SEP); PATH_SEP 1067 lib/utilunix.c p = strchr (p, PATH_SEP); PATH_SEP 1116 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1120 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1209 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1312 lib/utilunix.c g_string_append_c (path, PATH_SEP); PATH_SEP 115 lib/vfs/direntry.c sep = strchr (path, PATH_SEP); PATH_SEP 123 lib/vfs/direntry.c *sep = PATH_SEP; PATH_SEP 227 lib/vfs/direntry.c vfs_s_resolve_symlink (me, ent, strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow); PATH_SEP 720 lib/vfs/interface.c if (strchr (prefix, PATH_SEP) != NULL) PATH_SEP 102 lib/vfs/path.c slash = strchr (semi, PATH_SEP); PATH_SEP 125 lib/vfs/path.c *slash = PATH_SEP; PATH_SEP 438 lib/vfs/path.c slash_pointer = strchr (url_delimiter, PATH_SEP); PATH_SEP 500 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP); PATH_SEP 509 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP); PATH_SEP 568 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); \ PATH_SEP 612 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); PATH_SEP 621 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); PATH_SEP 1031 lib/vfs/path.c slash = strchr (semi, PATH_SEP); PATH_SEP 1351 lib/vfs/path.c for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL; PATH_SEP 1434 lib/vfs/path.c g_string_append_c (element_tokens, PATH_SEP); PATH_SEP 1552 lib/vfs/path.c g_string_append_c (pretty_path, PATH_SEP); PATH_SEP 194 lib/vfs/utilvfs.c p = strrchr (param_basename, PATH_SEP); PATH_SEP 262 lib/vfs/utilvfs.c dir = strchr (pcopy, PATH_SEP); PATH_SEP 147 lib/vfs/vfs.c slash = strchr (semi, PATH_SEP); PATH_SEP 340 lib/vfs/vfs.c vfs_prefix = strrchr (p, PATH_SEP); PATH_SEP 171 lib/widget/input_complete.c if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL) PATH_SEP 292 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); PATH_SEP 296 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); PATH_SEP 575 lib/widget/input_complete.c isabsolute = strchr (u_text, PATH_SEP) != NULL; PATH_SEP 666 lib/widget/input_complete.c p = strrchr (found, PATH_SEP); PATH_SEP 1331 lib/widget/input_complete.c && strchr (state.word, PATH_SEP) == NULL) PATH_SEP 132 src/filemanager/cd.c s = strchr (p, PATH_SEP); PATH_SEP 546 src/filemanager/file.c r = strrchr (src_path, PATH_SEP); PATH_SEP 1506 src/filemanager/filegui.c ctx->dest_mask = strrchr (dest_dir, PATH_SEP); PATH_SEP 444 src/filemanager/panel.c buffer[0] = PATH_SEP; PATH_SEP 1126 src/filemanager/panel.c archive_name = strrchr (prev_path_element->path, PATH_SEP); PATH_SEP 2962 src/filemanager/panel.c curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP); PATH_SEP 3040 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP); PATH_SEP 3044 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP); PATH_SEP 3290 src/filemanager/panel.c p = strrchr (lwd, PATH_SEP); PATH_SEP 244 src/filemanager/tree.c tty_print_char (PATH_SEP); PATH_SEP 451 src/filemanager/treestore.c new->subname = strrchr (new_name, PATH_SEP); PATH_SEP 439 src/vfs/cpio/cpio.c tn = strrchr (name, PATH_SEP); PATH_SEP 451 src/vfs/cpio/cpio.c *tn = PATH_SEP; PATH_SEP 237 src/vfs/extfs/extfs.c char c = PATH_SEP; PATH_SEP 254 src/vfs/extfs/extfs.c q = strchr (p, PATH_SEP); PATH_SEP 392 src/vfs/extfs/extfs.c if (s[0] == '.' && s[1] == PATH_SEP) PATH_SEP 425 src/vfs/extfs/extfs.c p = strrchr (cfn, PATH_SEP); PATH_SEP 841 src/vfs/extfs/extfs.c g_string_prepend_c (localpath, PATH_SEP); PATH_SEP 330 src/vfs/ftpfs/ftpfs.c p = strrchr (ret, PATH_SEP); PATH_SEP 1083 src/vfs/ftpfs/ftpfs.c *bufq++ = PATH_SEP; PATH_SEP 1638 src/vfs/ftpfs/ftpfs.c *(strrchr (tmp, PATH_SEP) + 1) = '\0'; // dirname PATH_SEP 217 src/vfs/sftpfs/internal.c g_string_printf (sftpfs_filename_buffer, "%c%s", PATH_SEP, file_name); PATH_SEP 528 src/vfs/tar/tar.c p = strrchr (file_name, PATH_SEP);