Lines Matching refs:MAXLEN
70 #define MAXLEN 1024 macro
129 static char lo_buf[MAXLEN]; /* Leftover buffer */
2378 char buf[MAXLEN]; in ipsec_conf_view()
2396 while (fgets(buf, MAXLEN, fp) != NULL) { in ipsec_conf_view()
2414 char ibuf[MAXLEN]; in delete_from_file()
2455 while (fgets(ibuf, MAXLEN, fp) != NULL) { in delete_from_file()
2501 char ibuf[MAXLEN]; in ipsec_conf_del()
2522 for (offset = prev_offset = 0; fgets(ibuf, MAXLEN, fp) != NULL; in ipsec_conf_del()
3724 char ibuf[MAXLEN]; in parse_action()
3734 while (fgets(ibuf, MAXLEN, fp) != NULL) { in parse_action()
3850 char ibuf[MAXLEN]; in parse_pattern_or_prop()
3864 while (fgets(ibuf, MAXLEN, fp) != NULL) { in parse_pattern_or_prop()
5540 char rbuf[MAXLEN], pbuf[MAXLEN], /* remove buffer, and policy buffer */ in ipsec_conf_sub()
5594 while (fgets(rbuf, MAXLEN, remove_fp) != NULL) { in ipsec_conf_sub()
5622 fgets(pbuf, MAXLEN, policy_fp) != NULL; in ipsec_conf_sub()