Searched refs:STR_LEN (Results 1 – 2 of 2) sorted by relevance
124 #define STR_LEN 1024 macro411 char buf [STR_LEN];421 while (fgets(buf, STR_LEN, cfp) != NULL) {678 char temp[STR_LEN], env_str[STR_LEN], cur_chr;1016 char file_data[STR_LEN];1174 while (n < STR_LEN - 1) {1175 int nr = fread(&file_data[n], 1, STR_LEN - 1 - n, f);1359 char temp[STR_LEN];1361 register char *s = temp, *end = s + STR_LEN;1372 if (len > STR_LEN) {
74 #define STR_LEN 30 macro87 char name[STR_LEN]; /* "IPv4" or "IPv6" */88 char icmp[STR_LEN]; /* "icmp" or "ipv6-icmp" */