Searched refs:l_end (Results 1 – 5 of 5) sorted by relevance
197 const char *l_end; in eap_fast_read_line() local201 l_end = rc->pos; in eap_fast_read_line()202 while (l_end < rc->end && *l_end != '\n') in eap_fast_read_line()203 l_end++; in eap_fast_read_line()204 len = l_end - rc->pos; in eap_fast_read_line()209 rc->pos = l_end + 1; in eap_fast_read_line()
197 const char *l_end; in eap_teap_read_line() local202 l_end = rc->pos; in eap_teap_read_line()203 while (l_end < rc->end && *l_end != '\n') in eap_teap_read_line()204 l_end++; in eap_teap_read_line()205 len = l_end - rc->pos; in eap_teap_read_line()210 rc->pos = l_end + 1; in eap_teap_read_line()
790 goto l_end; in peek_packet() 799 l_end:; in peek_packet() 956 goto l_end; in dse_init_adaptor() 961 l_end: in dse_init_adaptor() 1052 goto l_end; in dse_set_multi() 1086 l_end: in dse_set_multi()
1418 gfc_expr *l_end; in check_section_vs_section() local1440 l_end = l_ar->end[n]; in check_section_vs_section()1451 if (l_end == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()1452 l_end = l_ar->as->upper[n]; in check_section_vs_section()1467 else if (l_start && l_end) in check_section_vs_section()1468 l_dir = gfc_dep_compare_expr (l_end, l_start); in check_section_vs_section()1510 l_upper = l_end; in check_section_vs_section()1514 l_lower = l_end; in check_section_vs_section()1556 if (l_end && r_end && gfc_dep_compare_expr (l_end, r_end) == 0) in check_section_vs_section()
1419 gfc_expr *l_end; in check_section_vs_section() local1441 l_end = l_ar->end[n]; in check_section_vs_section()1452 if (l_end == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()1453 l_end = l_ar->as->upper[n]; in check_section_vs_section()1468 else if (l_start && l_end) in check_section_vs_section()1469 l_dir = gfc_dep_compare_expr (l_end, l_start); in check_section_vs_section()1511 l_upper = l_end; in check_section_vs_section()1515 l_lower = l_end; in check_section_vs_section()1557 if (l_end && r_end && gfc_dep_compare_expr (l_end, r_end) == 0) in check_section_vs_section()