Searched defs:sep (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetstr.c98 __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 DDecPomAlignment.py23 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 Duri.c247 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 Dslam.c639 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 DVBoxSettingsSelector.cpp171 static QString sep = ": "; local
177 p = sep + p;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp685 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 DnsFileSpec.cpp65 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 Dtree.c4280 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 DVirtualBoxImpl.cpp2004 const char *sep = error.isEmpty() ? "" : ": "; local
2007 sep, err));
2012 sep,
H A DMachineImpl.cpp4952 const char *sep = error.isEmpty() ? "" : ": "; local
4955 sep, err));
4960 sep,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 133 milliseconds