Lines Matching refs:iplfile
1456 char buf[DEFAULT_IPFLOGSIZE], *iplfile[3], *s; local
1463 iplfile[0] = IPL_NAME;
1464 iplfile[1] = IPNAT_NAME;
1465 iplfile[2] = IPSTATE_NAME;
1498 iplfile[0] = optarg;
1501 flushlogs(iplfile[0], log);
1502 flushlogs(iplfile[1], log);
1503 flushlogs(iplfile[2], log);
1514 iplfile[1] = optarg;
1546 iplfile[2] = optarg;
1583 if (!strcmp(iplfile[i], "-"))
1586 if ((fd[i] = open(iplfile[i], O_RDONLY)) == -1) {
1588 "%s: open: %s\n", iplfile[i],