PATH_SEP          123 lib/global.h   #define IS_PATH_SEP(c) ((c) == PATH_SEP)
PATH_SEP          124 lib/util.c         *r++ = PATH_SEP;
PATH_SEP          129 lib/util.c             q = strchr (p + 1, PATH_SEP);
PATH_SEP          166 lib/util.c                 *r++ = PATH_SEP;
PATH_SEP          657 lib/util.c         path_sep = strrchr (s, PATH_SEP);
PATH_SEP         1046 lib/util.c                 r = strchr (p, PATH_SEP);
PATH_SEP         1049 lib/util.c                 s = strchr (q, PATH_SEP);
PATH_SEP         1061 lib/util.c             for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)
PATH_SEP          734 lib/utilunix.c         q = strchr (p, PATH_SEP);
PATH_SEP         1006 lib/utilunix.c         p = strchr (p, PATH_SEP);
PATH_SEP         1056 lib/utilunix.c                 *new_path++ = PATH_SEP;
PATH_SEP         1060 lib/utilunix.c             *new_path++ = PATH_SEP;
PATH_SEP         1149 lib/utilunix.c             *new_path++ = PATH_SEP;
PATH_SEP         1254 lib/utilunix.c                 g_string_append_c (path, PATH_SEP);
PATH_SEP         1262 lib/utilunix.c         g_string_prepend_c (path, PATH_SEP);
PATH_SEP          113 lib/vfs/direntry.c     sep = strchr (path, PATH_SEP);
PATH_SEP          121 lib/vfs/direntry.c         *sep = PATH_SEP;
PATH_SEP          225 lib/vfs/direntry.c                                      strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);
PATH_SEP          785 lib/vfs/interface.c     if (strchr (prefix, PATH_SEP) != NULL)
PATH_SEP          100 lib/vfs/path.c     slash = strchr (semi, PATH_SEP);
PATH_SEP          123 lib/vfs/path.c         *slash = PATH_SEP;
PATH_SEP          206 lib/vfs/path.c         slash = strchr (semi, PATH_SEP);
PATH_SEP          470 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
PATH_SEP          541 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
PATH_SEP          550 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
PATH_SEP          612 lib/vfs/path.c             g_string_append_c (buffer, PATH_SEP); \
PATH_SEP          657 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
PATH_SEP          666 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
PATH_SEP         1371 lib/vfs/path.c         for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL;
PATH_SEP         1454 lib/vfs/path.c                         g_string_append_c (element_tokens, PATH_SEP);
PATH_SEP         1568 lib/vfs/path.c         g_string_append_c (pretty_path, PATH_SEP);
PATH_SEP          192 lib/vfs/utilvfs.c     p = strrchr (param_basename, PATH_SEP);
PATH_SEP          149 lib/vfs/vfs.c          slash = strchr (semi, PATH_SEP);
PATH_SEP          352 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
PATH_SEP          173 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
PATH_SEP          295 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
PATH_SEP          299 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
PATH_SEP          593 lib/widget/input_complete.c         isabsolute = strchr (u_text, PATH_SEP) != NULL;
PATH_SEP          684 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          131 src/filemanager/cd.c                     s = strchr (p, PATH_SEP);
PATH_SEP          557 src/filemanager/file.c         r = strrchr (src_path, PATH_SEP);
PATH_SEP         1459 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
PATH_SEP          560 src/filemanager/panel.c         buffer[0] = PATH_SEP;
PATH_SEP         1216 src/filemanager/panel.c         archive_name = strrchr (prev_path_element->path, PATH_SEP);
PATH_SEP         2964 src/filemanager/panel.c         sel_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
PATH_SEP         3033 src/filemanager/panel.c         p = strrchr (buffer, PATH_SEP);
PATH_SEP         3037 src/filemanager/panel.c             p = strrchr (buffer, PATH_SEP);
PATH_SEP         3283 src/filemanager/panel.c         p = strrchr (lwd, PATH_SEP);
PATH_SEP          242 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          439 src/vfs/cpio/cpio.c     tn = strrchr (name, PATH_SEP);
PATH_SEP          451 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          331 src/vfs/ftpfs/ftpfs.c     p = strrchr (ret, PATH_SEP);
PATH_SEP         1084 src/vfs/ftpfs/ftpfs.c                             *bufq++ = PATH_SEP;
PATH_SEP         1639 src/vfs/ftpfs/ftpfs.c                             *(strrchr (tmp, PATH_SEP) + 1) = '\0';      /* dirname */
PATH_SEP          240 src/vfs/sftpfs/internal.c     g_string_printf (sftpfs_filename_buffer, "%c%s", PATH_SEP, file_name);
PATH_SEP          766 src/vfs/tar/tar.c         p = strrchr (current_file_name, PATH_SEP);