Searched defs:SEP (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dosdefs.h25 #define SEP '/' macro
28 #define SEP '\\' macro
37 #define SEP '.' macro
44 #ifndef SEP
45 #define SEP '/' macro
/vbox/src/VBox/Main/glue/tests/
H A DMakefile43 SEP=\; macro
45 CLASSPATH += $(JACOB_JAR)$(SEP)
48 SEP=: macro
61 $(JAVAC) -d com -cp $(VBOX_JAR)$(SEP)$(CLASSPATH) TestVBox.java
64 $(JAVA) $(JAVA_COM_ARGS) -cp com$(SEP)$(VBOX_JAR)$(SEP)$(CLASSPATH) TestVBox
68 $(JAVAC) -d ws -cp $(VBOX_JAR_WS)$(SEP)$(CLASSPATH) TestVBox.java
71 $(JAVA) $(JAVA_WS_ARGS) -cp ws$(SEP)$(VBOX_JAR_WS)$(SEP)$(CLASSPATH) TestVBox -w -url http://localhost:18083/
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageHelp.cpp119 #define SEP pcszSep1, pcszSep2 macro
132 "\n", SEP);
139 "\n", SEP, SEP);
144 "\n", SEP);
149 "\n", SEP);
159 "\n", SEP);
284 " [--audio none|null", SEP);
408 "\n", SEP);
417 " for a particular OVF)\n\n", SEP);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c121 #define SEP '/' macro
608 *pathend++ = SEP;
613 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
620 *pathend++ = SEP;
630 while (*p != EOS && *p != SEP) {
660 while (*pattern == SEP) {
732 *pathend++ = SEP;
766 * reset pathend back to last SEP and continue

Completed in 210 milliseconds