Searched refs:MAX_LINE_SIZE (Results 1 – 5 of 5) sorted by relevance
38 #define MAX_LINE_SIZE 75 macro69 EAS_I8 buffer[MAX_LINE_SIZE+1]; /* buffer for ASCII data */
39 #define MAX_LINE_SIZE 75 macro
191 EAS_I8 buffer[MAX_LINE_SIZE+1]; in IMY_CheckFileType()1677 for (i = 0; i < MAX_LINE_SIZE; ) in IMY_ReadLine()
48 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */ macro261 char buf[MAX_LINE_SIZE]; in acn_parse_hosts_file()272 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */ in acn_parse_hosts_file()504 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE]; in if_sort()
68 #define MAX_LINE_SIZE 0x7FFF /* 32767 */ macro333 char line[MAX_LINE_SIZE]; in parseFile()334 char lastLine[MAX_LINE_SIZE]; in parseFile()351 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) { in parseFile()