PATH_SEP 109 lib/unixcompat.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 664 lib/util.c path_sep = strrchr (s, PATH_SEP); PATH_SEP 1065 lib/util.c r = strchr (p, PATH_SEP); PATH_SEP 1068 lib/util.c s = strchr (q, PATH_SEP); PATH_SEP 1080 lib/util.c for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++) PATH_SEP 784 lib/utilunix.c q = strchr (p, PATH_SEP); PATH_SEP 1078 lib/utilunix.c p = strchr (p, PATH_SEP); PATH_SEP 1128 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1132 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1221 lib/utilunix.c *new_path++ = PATH_SEP; PATH_SEP 1324 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 strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow); PATH_SEP 739 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 447 lib/vfs/path.c slash_pointer = strchr (url_delimiter, PATH_SEP); PATH_SEP 516 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP); PATH_SEP 525 lib/vfs/path.c g_string_append_c (ret_tokens, PATH_SEP); PATH_SEP 586 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); \ PATH_SEP 632 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); PATH_SEP 641 lib/vfs/path.c g_string_append_c (buffer, PATH_SEP); PATH_SEP 1061 lib/vfs/path.c slash = strchr (semi, PATH_SEP); PATH_SEP 1388 lib/vfs/path.c for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL; PATH_SEP 1471 lib/vfs/path.c g_string_append_c (element_tokens, PATH_SEP); PATH_SEP 1589 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 151 lib/vfs/vfs.c slash = strchr (semi, PATH_SEP); PATH_SEP 350 lib/vfs/vfs.c vfs_prefix = strrchr (p, PATH_SEP); PATH_SEP 170 lib/widget/input_complete.c if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL) PATH_SEP 291 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); PATH_SEP 295 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 1335 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 551 src/filemanager/file.c r = strrchr (src_path, PATH_SEP); PATH_SEP 1519 src/filemanager/filegui.c ctx->dest_mask = strrchr (dest_dir, PATH_SEP); PATH_SEP 589 src/filemanager/panel.c buffer[0] = PATH_SEP; PATH_SEP 1269 src/filemanager/panel.c archive_name = strrchr (prev_path_element->path, PATH_SEP); PATH_SEP 3095 src/filemanager/panel.c curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP); PATH_SEP 3173 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP); PATH_SEP 3177 src/filemanager/panel.c p = strrchr (buffer, PATH_SEP); PATH_SEP 3423 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 834 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 542 src/vfs/tar/tar.c p = strrchr (file_name, PATH_SEP);