Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c2583 unsigned int lastquote; in one_file() local
2600 for (white = 1, lastquote = 0, p = buff; *p; p++) in one_file()
2626 lastquote = p - buff; in one_file()
2644 while (strlen(buff) > lastquote && isspace((int)unhide_meta(buff[strlen(buff)-1]))) in one_file()