Searched defs:hpos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dshell.c49 unsigned int hpos = 0; local
53 hpos += printf ( " %s", command->name );
54 if ( hpos > ( 16 * 4 ) ) {
56 hpos = 0;
58 while ( hpos % 16 ) {
60 hpos++;
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1315 size_t hpos = strUri.find("/"); /* hostname part */ local
1316 if (hpos != Utf8Str::npos)
1318 locInfo.strHostname = strUri.substr(0, hpos);
1319 strUri = strUri.substr(hpos);

Completed in 45 milliseconds