PATH_SEP          123 lib/global.h   #define IS_PATH_SEP(c) ((c) == PATH_SEP)
PATH_SEP          126 lib/util.c         *r++ = PATH_SEP;
PATH_SEP          131 lib/util.c             q = strchr (p + 1, PATH_SEP);
PATH_SEP          168 lib/util.c                 *r++ = PATH_SEP;
PATH_SEP          663 lib/util.c         path_sep = strrchr (s, PATH_SEP);
PATH_SEP         1059 lib/util.c                 r = strchr (p, PATH_SEP);
PATH_SEP         1062 lib/util.c                 s = strchr (q, PATH_SEP);
PATH_SEP         1074 lib/util.c             for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)
PATH_SEP          736 lib/utilunix.c         q = strchr (p, PATH_SEP);
PATH_SEP         1008 lib/utilunix.c         p = strchr (p, PATH_SEP);
PATH_SEP         1058 lib/utilunix.c                 *new_path++ = PATH_SEP;
PATH_SEP         1062 lib/utilunix.c             *new_path++ = PATH_SEP;
PATH_SEP         1151 lib/utilunix.c             *new_path++ = PATH_SEP;
PATH_SEP         1256 lib/utilunix.c                 g_string_append_c (path, PATH_SEP);
PATH_SEP         1264 lib/utilunix.c         g_string_prepend_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                                      strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);
PATH_SEP          737 lib/vfs/interface.c     if (strchr (prefix, PATH_SEP) != NULL)
PATH_SEP          103 lib/vfs/path.c     slash = strchr (semi, PATH_SEP);
PATH_SEP          126 lib/vfs/path.c         *slash = PATH_SEP;
PATH_SEP          209 lib/vfs/path.c         slash = strchr (semi, PATH_SEP);
PATH_SEP          472 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
PATH_SEP          543 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
PATH_SEP          552 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
PATH_SEP          613 lib/vfs/path.c             g_string_append_c (buffer, PATH_SEP); \
PATH_SEP          659 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
PATH_SEP          668 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
PATH_SEP         1382 lib/vfs/path.c         for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL;
PATH_SEP         1465 lib/vfs/path.c                         g_string_append_c (element_tokens, PATH_SEP);
PATH_SEP         1586 lib/vfs/path.c         g_string_append_c (pretty_path, PATH_SEP);
PATH_SEP          190 lib/vfs/utilvfs.c     p = strrchr (param_basename, PATH_SEP);
PATH_SEP          258 lib/vfs/utilvfs.c         dir = strchr (pcopy, PATH_SEP);
PATH_SEP          151 lib/vfs/vfs.c          slash = strchr (semi, PATH_SEP);
PATH_SEP          354 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
PATH_SEP          175 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
PATH_SEP          297 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
PATH_SEP          301 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
PATH_SEP          595 lib/widget/input_complete.c         isabsolute = strchr (u_text, PATH_SEP) != NULL;
PATH_SEP          686 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
PATH_SEP         1368 lib/widget/input_complete.c         && strchr (state.word, PATH_SEP) == NULL)
PATH_SEP          134 src/filemanager/cd.c                     s = strchr (p, PATH_SEP);
PATH_SEP          559 src/filemanager/file.c         r = strrchr (src_path, PATH_SEP);
PATH_SEP         1461 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
PATH_SEP          587 src/filemanager/panel.c         buffer[0] = PATH_SEP;
PATH_SEP         1264 src/filemanager/panel.c         archive_name = strrchr (prev_path_element->path, PATH_SEP);
PATH_SEP         3034 src/filemanager/panel.c         curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
PATH_SEP         3106 src/filemanager/panel.c         p = strrchr (buffer, PATH_SEP);
PATH_SEP         3110 src/filemanager/panel.c             p = strrchr (buffer, PATH_SEP);
PATH_SEP         3356 src/filemanager/panel.c         p = strrchr (lwd, PATH_SEP);
PATH_SEP          243 src/filemanager/tree.c         tty_print_char (PATH_SEP);
PATH_SEP          450 src/filemanager/treestore.c         new->subname = strrchr (new_name, PATH_SEP);
PATH_SEP          438 src/vfs/cpio/cpio.c     tn = strrchr (name, PATH_SEP);
PATH_SEP          450 src/vfs/cpio/cpio.c         *tn = PATH_SEP;
PATH_SEP          232 src/vfs/extfs/extfs.c     char c = PATH_SEP;
PATH_SEP          249 src/vfs/extfs/extfs.c         q = strchr (p, PATH_SEP);
PATH_SEP          387 src/vfs/extfs/extfs.c     if (s[0] == '.' && s[1] == PATH_SEP)
PATH_SEP          420 src/vfs/extfs/extfs.c             p = strrchr (cfn, PATH_SEP);
PATH_SEP          826 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          216 src/vfs/sftpfs/internal.c     g_string_printf (sftpfs_filename_buffer, "%c%s", PATH_SEP, file_name);
PATH_SEP          539 src/vfs/tar/tar.c     p = strrchr (file_name, PATH_SEP);