Searched defs:stopchar (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dlwconfig.c619 int stopchar; local
634 stopchar = getword(fp, word, sizeof(word));
635 if (stopchar == EOF) {
658 stopchar = eatline(fp);
659 if (stopchar == EOF) {
/bind-9.11.3/lib/irs/
H A Dresconf.c490 int stopchar; local
515 stopchar = getword(fp, word, sizeof(word));
516 if (stopchar == EOF) {
537 stopchar = eatline(fp);
538 if (stopchar == EOF) {

Completed in 14 milliseconds