Home
last modified time | relevance | path

Searched refs:endbuf (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dboot.c192 char *cp, *startbuf, *endbuf; in main() local
228 endbuf = startbuf + (5 * 1024 * 1024); in main()
260 size = (u_long) (endbuf - cp); in main()
/netbsd-src/usr.bin/pr/
H A Dpr.c1139 char *endbuf; in otln() local
1145 endbuf = buf + cnt; in otln()
1148 while (buf < endbuf) { in otln()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c1812 static char *endbuf = optbuf + MAX_OUTPUT_SIZE;
2069 /* endbuf-1 leaves room for NULL. */
2070 k = pretty_text(&op, endbuf - 1, &dp,
2085 pretty_dname(&op, endbuf-1, dp, data + len);
2105 if (op + 2 > endbuf)
2134 pretty_domain(&op, endbuf-1,
2143 (endbuf-op)-1);
2270 if (op >= endbuf) {
1809 static char *endbuf = optbuf + MAX_OUTPUT_SIZE; global() local
/netbsd-src/usr.bin/ftp/
H A Dutil.c1166 goto endbuf; \ in formatbuf()
1266 endbuf: in formatbuf()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c468 endbuf, enumerator
1066 case endbuf: in PREFIX()
4054 BUF_PUSH (endbuf); in PREFIX()
4732 case endbuf: in PREFIX()
5743 REF (endbuf), in wcs_re_match_2_internal()
6946 CASE (endbuf): in wcs_re_match_2_internal()
7750 case endbuf: in PREFIX()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c527 endbuf, enumerator
1132 case endbuf:
4126 BUF_PUSH (endbuf);
4833 case endbuf:
5860 REF (endbuf),
7063 CASE (endbuf):
7870 case endbuf:
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c528 endbuf, enumerator
1125 case endbuf: in PREFIX()
4059 BUF_PUSH (endbuf); in PREFIX()
4741 case endbuf: in PREFIX()
6878 case endbuf: in wcs_re_match_2_internal()
7669 case endbuf: in PREFIX()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c528 endbuf, enumerator
1125 case endbuf: in PREFIX()
4059 BUF_PUSH (endbuf); in PREFIX()
4741 case endbuf: in PREFIX()
6878 case endbuf: in wcs_re_match_2_internal()
7669 case endbuf: in PREFIX()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c528 endbuf, enumerator
1125 case endbuf: in PREFIX()
4059 BUF_PUSH (endbuf); in PREFIX()
4741 case endbuf: in PREFIX()
6878 case endbuf: in wcs_re_match_2_internal()
7669 case endbuf: in PREFIX()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c506 endbuf, enumerator
1070 case endbuf:
4045 BUF_PUSH (endbuf);
4744 case endbuf:
6623 case endbuf:
7416 case endbuf:
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c524 endbuf, enumerator
1121 case endbuf: in PREFIX()
4055 BUF_PUSH (endbuf); in PREFIX()
4737 case endbuf: in PREFIX()
6874 case endbuf: in wcs_re_match_2_internal()
7665 case endbuf: in PREFIX()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c12076 char * endbuf; in process_version_sections() local
12107 endbuf = (char *) edefs + section->sh_size; in process_version_sections()
12120 if (vstart + sizeof (*edef) > endbuf) in process_version_sections()
12140 if (ent.vd_aux > (size_t) (endbuf - vstart)) in process_version_sections()
12145 if (vstart + sizeof (*eaux) > endbuf) in process_version_sections()
12171 if (aux.vda_next > (size_t) (endbuf - vstart)) in process_version_sections()
12177 if (vstart + sizeof (*eaux) > endbuf) in process_version_sections()
12205 if (ent.vd_next > (size_t) (endbuf - ((char *) edefs + idx))) in process_version_sections()
12223 char * endbuf; in process_version_sections() local
12255 endbuf = (char *) eneed + section->sh_size; in process_version_sections()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c12622 char * endbuf; in process_version_sections() local
12652 endbuf = (char *) edefs + section->sh_size; in process_version_sections()
12665 if (vstart + sizeof (*edef) > endbuf) in process_version_sections()
12685 if (ent.vd_aux > (size_t) (endbuf - vstart)) in process_version_sections()
12690 if (vstart + sizeof (*eaux) > endbuf) in process_version_sections()
12716 if (aux.vda_next > (size_t) (endbuf - vstart)) in process_version_sections()
12722 if (vstart + sizeof (*eaux) > endbuf) in process_version_sections()
12750 if (ent.vd_next > (size_t) (endbuf - ((char *) edefs + idx))) in process_version_sections()
12768 char * endbuf; in process_version_sections() local
12799 endbuf = (char *) eneed + section->sh_size; in process_version_sections()
[all …]