Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c223 char *r_end, *rp = NULL, **db_p; /* pacify gcc */ in getent() local
247 r_end = rp + BFRAG; in getent()
257 r_end = record + BFRAG; in getent()
404 if (rp >= r_end) { in getent()
410 newsize = r_end - record + BFRAG; in getent()
420 r_end = record + newsize; in getent()
549 if (diff >= r_end - rp) { in getent()
555 newsize = r_end - record + diff + BFRAG; in getent()
568 r_end = record + newsize; in getent()
598 if (r_end > rp) { in getent()
/netbsd-src/lib/libc/gen/
H A Dgetcap.c258 char *r_end, *rp; /* pacify gcc */ in getent() local
291 r_end = rp + BFRAG; in getent()
301 r_end = record + BFRAG; in getent()
454 if (rp >= r_end) { in getent()
459 newsize = r_end - record + BFRAG; in getent()
469 r_end = record + newsize; in getent()
598 if (diff >= r_end - rp) { in getent()
603 newsize = r_end - record + diff + BFRAG; in getent()
616 r_end = record + newsize; in getent()
646 if (r_end > rp) { in getent()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c1425 gfc_expr *r_end; in check_section_vs_section() local
1444 r_end = r_ar->end[n]; in check_section_vs_section()
1458 if (r_end == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1459 r_end = r_ar->as->upper[n]; in check_section_vs_section()
1478 else if (r_start && r_end) in check_section_vs_section()
1479 r_dir = gfc_dep_compare_expr (r_end, r_start); in check_section_vs_section()
1527 r_upper = r_end; in check_section_vs_section()
1531 r_lower = r_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.cc1426 gfc_expr *r_end; in check_section_vs_section() local
1445 r_end = r_ar->end[n]; in check_section_vs_section()
1459 if (r_end == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1460 r_end = r_ar->as->upper[n]; in check_section_vs_section()
1479 else if (r_start && r_end) in check_section_vs_section()
1480 r_dir = gfc_dep_compare_expr (r_end, r_start); in check_section_vs_section()
1528 r_upper = r_end; in check_section_vs_section()
1532 r_lower = r_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()
/netbsd-src/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl1125 my ($r_left, $r_end) = ($revision =~ /^((?:\d+\.)+)(\d+)$/);
1131 if $r_left eq $b_left and $r_end <= $b_mid;