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

/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdmatch.c48 #include "inetcf.h"
69 char *inetcf = 0; local
90 inetcf = optarg;
140 inetcf = inet_cfg(inetcf);
145 tcpd_warn("%s: no such process name in %s", daemon, inetcf);
H A Dtcpdchk.c50 #include "inetcf.h"
88 static char *inetcf; variable
113 inetcf = optarg;
140 inetcf = inet_cfg(inetcf);
142 printf("Using network configuration file: %s\n", inetcf);
367 tcpd_warn("%s: no such process name in %s", pat, inetcf);

Completed in 56 milliseconds