Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-sita.c48 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */ macro
269 char buf[MAX_LINE_SIZE]; in acn_parse_hosts_file()
280 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */ in acn_parse_hosts_file()
505 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE]; in if_sort()
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c2033 #define MAX_LINE_SIZE 520 in get_profile_list() macro
2034 #define BUFFER_SIZE MAX_LINE_SIZE*40 in get_profile_list()
2036 char result_line[MAX_LINE_SIZE]; in get_profile_list()