Home
last modified time | relevance | path

Searched refs:l_end (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Deap_fast_pac.c197 const char *l_end; in eap_fast_read_line() local
201 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()
H A Deap_teap_pac.c197 const char *l_end; in eap_teap_read_line() local
202 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()
/netbsd-src/sys/dev/scsipi/
H A Dif_dse.c790 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1418 gfc_expr *l_end; in check_section_vs_section() local
1440 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc1419 gfc_expr *l_end; in check_section_vs_section() local
1441 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()