Searched refs:MAX_LINE (Results 1 – 6 of 6) sorted by relevance
40 #define MAX_LINE 2048 /* Maximum chars allowed for the host list (in passive mode) */ macro46 …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 to54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
76 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()
83 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration86 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 to177 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main()
49 #define MAX_LINE 500 macro83 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()
140 #define MAX_LINE 132 macro
773 char buf[MAX_LINE * 2 + 2]; in postprocess_termcap()