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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddir.h30 #define PATH_SEP '/' macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c49 #ifndef PATH_SEP
50 #define PATH_SEP '/' macro
437 (strchr(file, PATH_SEP))) /* Abbreviate the filename */
438 file = strrchr(file, PATH_SEP) + 1;
H A Ddir.c473 while (p && *p && *p == PATH_SEP)
477 q = strchr(p, PATH_SEP);
521 while (p && *p && *p == PATH_SEP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c424 static const char PATH_SEP = '\\'; variable
426 static const char PATH_SEP = '/'; variable
434 ptr = strrchr(filename, PATH_SEP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dexec_cmd.c97 strbuf_addch(out, PATH_SEP);
H A Dutil.h113 #ifndef PATH_SEP
114 #define PATH_SEP ':' macro
H A Dhelp.c174 if ((colon = strchr(path, PATH_SEP)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1821 if (*tmp == PATH_SEP) progName = tmp + 1;

Completed in 116 milliseconds