Searched refs:bindex (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminsyms.c830 int bindex;
867 for (bindex = 0; bindex < msym_bunch_index; bindex++, mcount++)
869 msymbols[mcount] = bunch->contents[bindex];
829 int bindex; local
/freebsd-10.0-release/contrib/texinfo/info/
H A Dman.c471 int bindex = 0; local
500 while ((bindex + 1024) > (bsize))
502 buffer[bindex] = '\0';
504 amount_read = read (fd, buffer + bindex, 1023);
512 bindex += amount_read;
513 buffer[bindex] = '\0';
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c79 * Don't export bindex().
182 static char const *bindex P((char const*,int));
345 bindex(sp, c) function
398 Suffix = bindex(workname, '.');
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c2122 const int bindex = register_Btype (work); local
2123 remember_Btype (work, tname->b, LEN_STRING (tname), bindex);
3131 int bindex = register_Btype (work); local
3267 remember_Btype (work, temp.b, LEN_STRING (&temp), bindex);
3856 int bindex = register_Btype (work); local
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c2122 const int bindex = register_Btype (work); local
2123 remember_Btype (work, tname->b, LEN_STRING (tname), bindex);
3131 int bindex = register_Btype (work); local
3267 remember_Btype (work, temp.b, LEN_STRING (&temp), bindex);
3856 int bindex = register_Btype (work); local
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);

Completed in 264 milliseconds