Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/rpcapd/
H A Dconfig_params.h40 #define MAX_LINE 2048 /* Maximum chars allowed for the host list (in passive mode) */ macro
46 …char address[MAX_LINE + 1]; // keeps the network address (either numeric or literal) to of the act…
47 char port[MAX_LINE + 1]; // keeps the network port to bind to
54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
H A Dfileconf.c76 char line[MAX_LINE + 1]; in fileconf_read()
83 while (fgets(line, MAX_LINE, fp) != NULL) in fileconf_read()
106 loadfile, lineno, MAX_LINE); in fileconf_read()
H A Drpcapd.c83 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration
86 static char address[MAX_LINE + 1]; //!< keeps the network address (either numeric or literal) to b…
87 static char port[MAX_LINE + 1]; //!< keeps the network port to bind to
177 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main()
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c49 #define MAX_LINE 500 macro
83 char cbuf[MAX_LINE];
85 char sbuf[MAX_LINE];
118 char linebuf[MAX_LINE + 1];
347 if (*valid > MAX_LINE) in get_line()
363 if (i < MAX_LINE) in get_line()
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h140 #define MAX_LINE 132 macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c773 char buf[MAX_LINE * 2 + 2]; in postprocess_termcap()