Searched refs:next_ch (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_radix.c540 static char next_ch = ' '; local
545 while (isspace(next_ch) && !feof(fp))
546 next_ch = fgetc(fp);
548 if (next_ch == '#')
550 next_ch = fgetc(fp);
551 if (next_ch == '\n')
558 next_ch = ' ';
563 buf[i++] = next_ch;
564 next_ch = fgetc(fp);
565 } while (!feof(fp) && !isspace(next_ch));
[all...]

Completed in 41 milliseconds