Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/syslogd/
Dsyslogd.h39 #define MAXFUNIX 21 macro
41 extern char *funixn[MAXFUNIX];
54 #define N_PFD (PFD_UNIX_0 + MAXFUNIX) /* # of pollfd entries */
Dsyslogd.c195 char *funixn[MAXFUNIX] = { _PATH_LOG }; /* Paths to Unix domain sockets */
314 if (nfunix >= MAXFUNIX) in main()