Searched refs:PATH_SEP (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gzip/
H A Dtailor.h154 # define PATH_SEP ']' macro
217 # define PATH_SEP ':' macro
232 # define PATH_SEP '>' macro
270 #ifndef PATH_SEP
271 # define PATH_SEP '/' macro
H A Dgzip.c980 if (slen > s && suffix[slen-s-1] != PATH_SEP
1491 p = strrchr(name, PATH_SEP);
1702 nbuf[len++] = PATH_SEP;
H A Dutil.c186 if ((p = strrchr(fname, PATH_SEP)) != NULL) fname = p+1;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c50 #ifndef PATH_SEP
51 #define PATH_SEP '/' macro
465 (strchr(file, PATH_SEP))) /* Abbreviate the filename */
466 file = strrchr(file, PATH_SEP) + 1;
H A Ddir.h30 #define PATH_SEP '/' macro
H A Ddir.c696 while (p && *p && *p == PATH_SEP)
700 if (p[0] && (p[strlen(p)-1] == PATH_SEP))
745 q = strchr(p, PATH_SEP);
825 if (q) *q++ = PATH_SEP; /* JPA */
827 while (p && *p && *p == PATH_SEP)
1915 while (*p == PATH_SEP)
1917 if (p[0] && (p[strlen(p)-1] == PATH_SEP))
/haiku-fatelf/src/bin/compress/
H A Dcompress.c484 # define PATH_SEP '\\' macro
487 # define PATH_SEP '/' macro
577 if((cp = rindex(argv[0], PATH_SEP)) != 0) {
805 if ((cp = rindex(ofname, PATH_SEP)) != NULL) cp++;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c617 len = snprintf(buffer + offset, bufsize - offset, "%c%s", PATH_SEP, names[i]);

Completed in 116 milliseconds