HomeSort by relevance Sort by last modified time
    Searched defs:ndots (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 105 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /external/openssh/
ssh.c 373 int i, direct, ndots; local
415 ndots = 0;
418 ndots++;
420 if (ndots > options.canonicalize_max_dots) {
    [all...]
  /bionic/libc/dns/include/
resolv_private.h 162 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 2569 int idx, ndots = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 2564 int idx, ndots = 0; local
    [all...]
  /external/python/cpython2/Python/
ast.c 2571 int idx, ndots = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 1925 int ndots = count_from_dots(tree); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 1896 int ndots = count_from_dots(tree); local
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 1967 int ndots = count_from_dots(tree); local
    [all...]
  /external/python/cpython3/Python/
ast.c 3307 int idx, ndots = 0; local
    [all...]
  /external/libevent/
evdns.c 3047 int ndots; member in struct:search_state
3450 const int ndots = strtoint(val); local
    [all...]

Completed in 6207 milliseconds