Searched refs:SEP (Results 1 - 6 of 6) 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/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/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/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c95 return ch == SEP || ch == ALTSEP;
97 return ch == SEP;
266 buffer[n++] = SEP;
476 static char separator[2] = {SEP, '\0'};
506 if (strchr(prog, SEP))
624 prefix[bufsz] = SEP;
737 exec_prefix[bufsz] = SEP;
/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
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c458 Added SEP
541 #ifdef SEP /* so we're only interested if this is pass 1 or not */
547 #else /* no SEP, so this is the first pass */
551 #endif /* SEP */
2116 #ifdef SEP
2125 #endif /* SEP */
3369 #ifndef SEP
3377 #endif /* SEP */

Completed in 85 milliseconds