Searched refs:PATH_SEP (Results 1 – 7 of 7) sorted by relevance
50 #ifndef PATH_SEP51 #define PATH_SEP '/' macro461 (strchr(file, PATH_SEP))) /* Abbreviate the filename */ in ntfs_log_handler_fprintf()462 file = strrchr(file, PATH_SEP) + 1; in ntfs_log_handler_fprintf()
684 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode()688 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_pathname_to_inode()733 q = strchr(p, PATH_SEP); in ntfs_pathname_to_inode()813 if (q) *q++ = PATH_SEP; /* JPA */ in ntfs_pathname_to_inode()815 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode()2067 while (*p == PATH_SEP) in ntfs_delete()2069 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_delete()
19 #define PATH_SEP '\\' macro21 #define PATH_SEP '/'105 if (directory_path_[directory_path_.size() - 1] != PATH_SEP) in DirectoryProvider()106 directory_path_ += PATH_SEP; in DirectoryProvider()
30 #define PATH_SEP '/' macro
453 && *tempcomp->name != PATH_SEP in readdir_recursive()456 putchar(PATH_SEP); in readdir_recursive()
622 len = snprintf(buffer + offset, bufsize - offset, "%c%s", PATH_SEP, names[i]); in utils_inode_get_name()
1023 #define PATH_SEP "\\" macro1027 #define PATH_SEP "/" macro1043 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) in hud_graph_set_dump_file()1047 strcat(dump_file, PATH_SEP); in hud_graph_set_dump_file()