/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | VBoxCocoaHelper.h | 46 const UniChar *chars = CFStringGetCharactersPtr (str); local 47 if (chars) 48 return QString (reinterpret_cast<const QChar *> (chars), length);
|
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | parse4.c | 46 char chars[4]; local 54 res = readPacket(chars, 4); 68 chars, res, filename); 79 while ((res = readPacket(chars, 4)) > 0) { 80 xmlParseChunk(ctxt, chars, res, 0); 86 xmlParseChunk(ctxt, chars, 0, 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | TimeVals.h | 96 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), (2 * (MY_TZNAME_MAX + 1)))]; member in struct:state
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 48 if (chars != 0) { 50 if (chars >= 2 51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 52 chars -= 2; 53 msgbuf[chars] = 0; 56 if (chars > sizeof (buf) - 1) { 57 chars = sizeof (buf) - 1; 58 msgbuf[chars] [all...] |
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | minigzip.c | 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 91 if (chars != 0) { 93 if (chars >= 2 94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 95 chars -= 2; 96 msgbuf[chars] = 0; 99 if (chars > sizeof (buf) - 1) { 100 chars = sizeof (buf) - 1; 101 msgbuf[chars] [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testHTML.c | 415 * receiving some chars from the parser. 436 * receiving some cdata chars from the parser. 637 char chars[4096]; local 642 res = fread(chars, 1, 4, f); 645 chars, res, filename, XML_CHAR_ENCODING_NONE); 646 while ((res = fread(chars, 1, size, f)) > 0) { 647 htmlParseChunk(ctxt, chars, res, 0); 649 htmlParseChunk(ctxt, chars, 0, 1); 667 char chars[4096]; local 672 res = fread(chars, 731 char chars[4096]; local [all...] |
H A D | testSAX.c | 649 * receiving some chars from the parser. 1022 char chars[10]; local 1025 ret = fread(chars, 1, 4, f); 1028 chars, ret, filename); 1029 while ((ret = fread(chars, 1, 3, f)) > 0) { 1030 xmlParseChunk(ctxt, chars, ret, 0); 1032 xmlParseChunk(ctxt, chars, 0, 1); 1051 char chars[10]; local 1054 ret = fread(chars, 1, 4, f); 1058 chars, re [all...] |
H A D | xmllint.c | 1274 * receiving some chars from the parser. 2081 char chars[4096]; local 2086 res = fread(chars, 1, 4, f); 2089 chars, res, filename, XML_CHAR_ENCODING_NONE); 2090 while ((res = fread(chars, 1, size, f)) > 0) { 2091 htmlParseChunk(ctxt, chars, res, 0); 2093 htmlParseChunk(ctxt, chars, 0, 1); 2146 char chars[1024]; local 2150 res = fread(chars, 1, 4, f); 2153 chars, re [all...] |
H A D | xmlreader.c | 741 * receiving some chars from the parser. 4501 int chars; local 4514 chars = vsnprintf(str, size, msg, ap); 4515 if ((chars > -1) && (chars < size)) 4517 if (chars > -1) 4518 size += chars + 1;
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecBeOS.cpp | 207 char* chars = (char*)outSpec.mPath; local 208 chars[outSpec.mPath.Length() - 1] = '\0'; // avoid trailing separator, if any 209 char* cp = strrchr(chars, '/'); 211 outSpec.mPath.SetLength(cp - chars); // truncate.
|
H A D | nsFileSpecOS2.cpp | 471 char* chars = (char*)outSpec.mPath; local 472 chars[outSpec.mPath.Length() - 1] = '\0'; // avoid trailing separator, if any 473 char* cp = strrchr(chars, '\\'); 475 outSpec.mPath.SetLength(cp - chars); // truncate.
|
H A D | nsFileSpecUnix.cpp | 275 char* chars = (char*)outSpec.mPath; local 276 chars[outSpec.mPath.Length() - 1] = '\0'; // avoid trailing separator, if any 277 char* cp = strrchr(chars, '/'); 279 outSpec.mPath.SetLength(cp - chars); // truncate. 688 const UniChar* chars = CFStringGetCharactersPtr(inStr); local 690 if (chars) 691 aResult.Assign(chars, length);
|
H A D | nsFileSpecWin.cpp | 411 char* chars = (char*)outSpec.mPath; local 412 chars[outSpec.mPath.Length() - 1] = '\0'; // avoid trailing separator, if any 413 char* cp = strrchr(chars, '\\'); 415 outSpec.mPath.SetLength(cp - chars); // truncate.
|
H A D | nsFileSpec.cpp | 348 char* chars = mData->mString; local 349 char* lastSeparator = GetLastSeparator(chars, inSeparator); 351 PRBool trailingSeparator = (lastSeparator + 1 == chars + oldLength); 357 lastSeparator = GetLastSeparator(chars, inSeparator); 363 lastSeparator = chars; // the full monty 365 PRUint32 savedLastSeparatorOffset = (lastSeparator - chars); 367 (lastSeparator - chars) + strlen(inLeafName) + (trailingSeparator != 0); 370 chars = mData->mString; // it might have moved. 371 chars[savedLastSeparatorOffset] = '\0'; // strip the current leaf name 373 strcat(chars, inLeafNam 391 char* chars = mData->mString; local [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xkeymap.c | 203 size_t chars; local 207 chars = strspn(rest, " \t"); 208 rest += chars; 211 chars = strcspn(rest, " \t\0"); 212 STRNCPY(keyname, rest, chars + 1); 213 rest += chars; 230 chars = strspn(rest, " \t"); 231 rest += chars; 234 chars = strcspn(rest, " \t\0"); 235 STRNCPY(keyname, rest, chars [all...] |
H A D | types.h | 248 uint8 chars[6]; member in struct:rdpdr_serial_device_info
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsReadableUtils.cpp | 1077 PRUint32 write( const CharT* chars, PRUint32 N ) argument 1079 for ( const CharT *end = chars + N; chars < end; ++chars) 1080 mHashCode = (mHashCode>>28) ^ (mHashCode<<4) ^ PRUint32(*chars);
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 1445 int chars; local 1452 chars = vsnprintf(str, 999, msg, ap); 1453 if (chars >= 998)
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOSX.cpp | 2528 const UniChar* chars = CFStringGetCharactersPtr(inStr); local 2530 if (chars) 2531 aResult.Assign(chars, length);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | mimepull.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/mimepull/ org/jvnet/mimepull/FinalArrayList ... |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |