Searched refs:dots (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c207 u_int dots; local
217 dots = 0;
219 dots += (*cp == '.');
224 /* If there aren't any dots, it could be a user-level alias */
225 if (!dots && (cp = hostalias(name)) != NULL)
229 * If there are dots in the name already, let's just give it a try
233 if (dots >= _res.ndots) {
247 if ((!dots && (_res.options & RES_DEFNAMES)) ||
248 (dots && !trailing_dot && (_res.options & RES_DNSRCH))) {
307 * note that we do this regardless of how many dots wer
[all...]
H A Dres_init.c166 int dots; local
400 dots = 0;
402 dots += (*cp == '.');
406 if (dots < LOCALDOMAINPARTS)
410 dots--;
/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp257 uint32_t dots = 0; local
367 dots = 0;
419 dots++;
428 if (dots == 4 && *pNow == '.')
441 dots = 0;
556 dots++;
679 if (dots > 0)
681 if (dots == 1)
687 if (dots == 4 && pBracketOpen)
690 if (dots
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py276 if wDots > self.dots:
277 for i in range(wDots - self.dots):
280 self.dots += 1
286 self.dots = 0
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 48 milliseconds