Lines Matching refs:open
196 int privopen; /* don't lock, open device as root */
467 /* Make sure fds 0, 1, 2 are open to somewhere. */
468 fd_devnull = open(_PATH_DEVNULL, O_RDWR);
470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
488 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB);
529 * Open the loopback channel and set it up to be the ppp interface.
596 (*ccp_protent.open)(0);
836 * reopen_log - (re)open our connection to syslog.
1046 * Toss all non-LCP packets unless LCP is OPEN.
1049 dbglog("Discarded non-LCP packet when LCP not open");
1606 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);