HomeSort by relevance Sort by last modified time
    Searched full:atnl (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
cache.c 760 int atnl, addrlen = 0, addr_dup; local
770 while ((atnl = gettok(f, token)) != EOF)
799 while (atnl == 0)
800 atnl = gettok(f, token);
821 while (atnl == 0)
827 if ((atnl = gettok(f, token)) == EOF)
    [all...]

Completed in 197 milliseconds