Searched refs:finfo (Results 26 - 34 of 34) sorted by relevance

12

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2592 /* finfo --- for use in comparison and sorting of function names */
2594 struct finfo {
2605 const struct finfo *f1, *f2;
2608 f1 = (const struct finfo *) p1;
2609 f2 = (const struct finfo *) p2;
2626 static struct finfo *tab = NULL;
2645 emalloc(tab, struct finfo *, j * sizeof(struct finfo), "dump_funcs");
2661 qsort(tab, j, sizeof(struct finfo), fcompare);
2676 struct finfo *ta
[all...]
H A Dawkgram.c4431 /* finfo --- for use in comparison and sorting of function names */
4433 struct finfo {
4444 const struct finfo *f1, *f2;
4447 f1 = (const struct finfo *) p1;
4448 f2 = (const struct finfo *) p2;
4465 static struct finfo *tab = NULL;
4484 emalloc(tab, struct finfo *, j * sizeof(struct finfo), "dump_funcs");
4500 qsort(tab, j, sizeof(struct finfo), fcompare);
4515 struct finfo *ta
4429 struct finfo { struct
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dbind.c767 struct stat finfo; local
772 if ((stat (filename, &finfo) < 0) || (file = open (filename, O_RDONLY, 0666)) < 0)
775 file_size = (size_t)finfo.st_size;
778 if (file_size != finfo.st_size || file_size + 1 < file_size)
/haiku-fatelf/src/bin/gdb/readline/
H A Dbind.c641 struct stat finfo; local
646 if ((stat (filename, &finfo) < 0) || (file = open (filename, O_RDONLY, 0666)) < 0)
649 file_size = (size_t)finfo.st_size;
652 if (file_size != finfo.st_size || file_size + 1 < file_size)
/haiku-fatelf/src/bin/bash/builtins/
H A Dmkbuiltins.c519 struct stat finfo;
524 if (stat (filename, &finfo) == -1)
532 file_size = (size_t)finfo.st_size;
518 struct stat finfo; local
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp100 font_height finfo; local
101 target->GetFontHeight(&finfo);
102 float h = ceil(finfo.ascent) + ceil(finfo.descent);
105 h += ceil(finfo.leading);
/haiku-fatelf/src/kits/tracker/
H A DUtilities.cpp900 font_height finfo; local
901 parent->GetFontHeight(&finfo);
905 ContentLocation().y + finfo.ascent);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sparc.c1513 sparc64_elf_output_arch_syms (output_bfd, info, finfo, func)
1516 PTR finfo;
1563 if (! (*func) (finfo, app_regs [reg].name, &sym,
/haiku-fatelf/src/bin/bash/
H A DMANIFEST600 examples/loadables/finfo.c f

Completed in 185 milliseconds

12