/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fgetstr.c | 98 __fgetstr(FILE *fp, size_t *lenp, int sep) argument 118 if ((p = memchr((void *)fp->_p, sep, (size_t)fp->_r)) != NULL) { 160 if ((p = memchr((void *)fp->_p, sep, (size_t)fp->_r)) == NULL)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/ |
H A D | DecPomAlignment.py | 23 from os import sep namespace 276 [os.path.normpath(Path) + sep for Path in IncludesDict.keys()]
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | uri.c | 247 char sep = separators[i]; local 265 if ( sep && ( fields & ( ( 1 << i ) - 1 ) ) ) 267 "%c", sep );
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/ |
H A D | slam.c | 639 char *sep; local 647 sep = strchr ( path_dup, ':' ); 648 if ( sep ) { 649 *(sep++) = '\0'; 650 address->sin_port = htons ( strtoul ( sep, &end, 0 ) ); 653 "\"%s\"\n", slam, sep );
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | VBoxSettingsSelector.cpp | 171 static QString sep = ": "; local 177 p = sep + p;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | DumpD3DCaps9.cpp | 685 static int strLength(const char * pcszStr, char sep) argument 687 if (sep == '\0') 689 const char * pcszNext = strchr(pcszStr, sep); 695 static int strCmp(const char * pcszStr1, const char * pcszStr2, char sep) argument 697 if (sep == '\0') 700 int cStr1 = strLength(pcszStr1, sep); 701 int cStr2 = strLength(pcszStr2, sep); 708 static char * strDupCur(const char * pcszStr, char sep) argument 710 int cStr = strLength(pcszStr, sep);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpec.cpp | 65 static inline char *GetLastSeparator(const char *str, char sep) argument 68 return (char*) _mbsrchr((const unsigned char *) str, sep); 70 return (char*) strrchr(str, sep);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | tree.c | 4280 const char *sep; local 4305 sep = "?"; 4311 sep = "/"; 4315 sep = "/"; 4366 sep = "/"; 4392 sep = "/"; 4424 sep = "/"; 4456 sep = "/@"; 4498 sep, name, (char *) buffer); 4501 sep, nam [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | VirtualBoxImpl.cpp | 2004 const char *sep = error.isEmpty() ? "" : ": "; local 2007 sep, err)); 2012 sep,
|
H A D | MachineImpl.cpp | 4952 const char *sep = error.isEmpty() ? "" : ": "; local 4955 sep, err)); 4960 sep,
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |