/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | perror.c | 61 const char *separator; local 66 separator = ""; 68 separator = ": "; 71 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | basename.c | 53 char *separator; local 55 separator = strrchr ( path, '/' ); 56 if ( separator == path ) { 58 } else if ( separator ) { 59 *separator = 0;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QILabelSeparator.cpp | 70 QFrame *separator = new QFrame(); local 71 separator->setFrameShape (QFrame::HLine); 72 separator->setFrameShadow (QFrame::Sunken); 73 separator->setEnabled (false); 74 separator->setContentsMargins (0, 0, 0, 0); 75 // separator->setStyleSheet ("QFrame {border: 1px outset black; }"); 76 separator->setSizePolicy (QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); 81 pLayout->addWidget (separator, Qt::AlignBottom);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_addr.c | 65 char separator; local 79 separator = '#'; 85 separator = ':'; 87 separator = '.'; 95 return (addr); /* No separator means net only */ 97 socketname = strchr(hostname, separator);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_lib.c | 470 * Splits a string at the first occurrence of the separator character. 471 * The buffer string is searched for the separator character. If it is found, the 473 * before the separator. The buffer string itself is adjusted to point at the 474 * remaining part of the string (without the separator). 476 * If the separator is not found in the buffer string, then element is changed to 485 void fsw_strsplit(struct fsw_string *element, struct fsw_string *buffer, char separator) argument 502 if (*p == separator) { 522 if (*p == separator) {
|
H A D | fsw_core.c | 537 struct fsw_string *lookup_path, char separator, 553 fsw_strsplit(&lookup_name, &remaining_path, separator); 536 fsw_dnode_lookup_path(struct fsw_dnode *dno, struct fsw_string *lookup_path, char separator, struct fsw_dnode **child_dno_out) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/ |
H A D | getpath.c | 84 /** Determine if "ch" is a separator character. 88 @retval TRUE ch is a separator character. 89 @retval FALSE ch is NOT a separator character. 103 The last element (everything to the right of the last separator character) 476 static char separator[2] = {SEP, '\0'}; local 697 strcat(buf, separator);
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstAPI.cpp | 1631 const char *separator = ""; local 1635 RTPrintf("%s%d %ls", separator, retData[retIndices[i] + j], metricUnit.raw()); 1637 RTPrintf("%s%d.%02d%ls", separator, retData[retIndices[i] + j] / retScales[i], 1639 separator = ", ";
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | ftp.c | 225 char separator = ftp->status_text[3]; local 230 if ( separator != ' ' )
|
H A D | httpcore.c | 406 char *separator; local 429 separator = strstr ( header, ": " ); 430 if ( ! separator ) { 434 *separator = '\0'; 435 value = ( separator + 2 );
|
H A D | iscsi.c | 865 char *separator; local 877 separator = strchr ( iscsi->target_address, ':' ); 878 if ( separator ) { 879 *separator = '\0'; 880 iscsi->target_port = strtoul ( ( separator + 1 ), NULL, 0 ); 1136 const char *separator; local 1141 /* Find separator */ 1142 separator = strchr ( string, '=' ); 1143 if ( ! separator ) { 1148 key_len = ( separator [all...] |
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageMetrics.cpp | 323 const char *separator = ""; local 327 RTPrintf("%s%d %ls", separator, retData[retIndices[i] + j], metricUnit.raw()); 329 RTPrintf("%s%d.%02d%ls", separator, retData[retIndices[i] + j] / retScales[i], 331 separator = ", "; 518 const char *separator = ""; local 522 RTPrintf("%s%d %ls", separator, retData[retIndices[j] + k], metricUnit.raw()); 524 RTPrintf("%s%d.%02d%ls", separator, retData[retIndices[j] + k] / retScales[j], 526 separator = ", ";
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | activation.jar | ... .Map search_result
java.util.Map wildcard_result
int separator
String subtype
public java.util.Map getMailcapFallbackList (java ... |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |