Searched refs:STR_LEN (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c118 #define STR_LEN 1024 macro
421 char buf [STR_LEN];
431 while (fgets(buf, STR_LEN, cfp) != NULL) {
1040 char file_data[STR_LEN];
1195 /* open the file and read until STR_LEN-1 bytes or end-of-file */
1199 while (n < STR_LEN - 1) {
1200 int nr = fread(&file_data[n], 1, STR_LEN - 1 - n, f);
1384 char temp[STR_LEN];
1386 register char *s = temp, *end = s + STR_LEN;
1397 if (len > STR_LEN) {
[all...]

Completed in 118 milliseconds