Searched defs:PATH_SEP (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddir.h29 #define PATH_SEP '/' macro
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c48 #ifndef PATH_SEP
49 #define PATH_SEP '/' macro
358 (strchr(file, PATH_SEP))) /* Abbreviate the filename */
359 file = strrchr(file, PATH_SEP) + 1;
464 (strchr(file, PATH_SEP))) /* Abbreviate the filename */
465 file = strrchr(file, PATH_SEP) + 1;
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h89 #define PATH_SEP "/" macro

Completed in 31 milliseconds