Home
last modified time | relevance | path

Searched refs:path_ctlsock (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/syslogd/
Dsyslogd.c380 char **path_unix, *path_ctlsock; in main() local
394 path_ctlsock = NULL; in main()
467 path_ctlsock = optarg; in main()
582 if (path_ctlsock != NULL) { in main()
583 fd_ctlsock = unix_socket(path_ctlsock, SOCK_STREAM, 0600); in main()
585 log_warnx("control socket %s failed", path_ctlsock); in main()