Searched refs:MAX_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
46 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */ macro267 char buf[MAX_LINE_SIZE]; in acn_parse_hosts_file()278 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */ in acn_parse_hosts_file()503 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE]; in if_sort()
2033 #define MAX_LINE_SIZE 520 in get_profile_list() macro2034 #define BUFFER_SIZE MAX_LINE_SIZE*40 in get_profile_list()2036 char result_line[MAX_LINE_SIZE]; in get_profile_list()