Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_query.c207 u_int dots; in res_search() local
217 dots = 0; in res_search()
219 dots += (*cp == '.'); in res_search()
225 if (!dots && (cp = hostalias(name)) != NULL) in res_search()
233 if (dots >= _res.ndots) { in res_search()
247 if ((!dots && (_res.options & RES_DEFNAMES)) || in res_search()
248 (dots && !trailing_dot && (_res.options & RES_DNSRCH))) { in res_search()
310 if (!tried_as_is && (dots || !(_res.options & RES_NOTLDQUERY))) { in res_search()
Dres_init.c166 int dots; in res_init() local
400 dots = 0; in res_init()
402 dots += (*cp == '.'); in res_init()
406 if (dots < LOCALDOMAINPARTS) in res_init()
410 dots--; in res_init()
Dgetaddrinfo.c1790 u_int dots; in res_searchN() local
1801 dots = 0; in res_searchN()
1803 dots += (*cp == '.'); in res_searchN()
1811 if (!dots && (cp = __hostalias(name)) != NULL) { in res_searchN()
1821 if (dots >= res->ndots) { in res_searchN()
1835 if ((!dots && (res->options & RES_DEFNAMES)) || in res_searchN()
1836 (dots && !trailing_dot && (res->options & RES_DNSRCH))) { in res_searchN()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Drunner.py40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py276 if wDots > self.dots:
277 for i in range(wDots - self.dots):
280 self.dots += 1
286 self.dots = 0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DddBase.decTest125 -- rounded with dots in all (including edge) places
607 -- some baddies with dots and Es and dots and specials
DdsBase.decTest125 -- rounded with dots in all (including edge) places
571 -- some baddies with dots and Es and dots and specials
DdqBase.decTest125 -- rounded with dots in all (including edge) places
592 -- some baddies with dots and Es and dots and specials
Dbase.decTest110 -- rounded with dots in all (including edge) places
623 -- some baddies with dots and Es and dots and specials
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog625 - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog1242 - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)