HomeSort by: relevance | last modified time | path
    Searched defs:fileinfo (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/gmake/dist/
commands.h 24 struct floc fileinfo; /* Where commands were defined. */ member in struct:commands
variable.h 56 struct floc fileinfo; /* Where the variable was defined. */ member in struct:variable
  /src/external/bsd/ekermit/dist/
unixio.c 29 ULONG fileinfo() Get input file modtime and size
415 fileinfo(struct k_data * k, function
459 debug(DB_LOG,"fileinfo scan ",filename,0);
476 debug(DB_MSG,"fileinfo BINARY",0,0);
  /src/external/gpl2/texinfo/dist/makeinfo/
files.c 197 struct stat fileinfo;
207 &fileinfo);
213 file_size = (long) fileinfo.st_size;
195 struct stat fileinfo; local
node.c 1754 struct stat fileinfo;
1766 if ((stat (filename, &fileinfo) != 0)
1767 || (((long) fileinfo.st_size) < size))
1769 file_size = (long) fileinfo.st_size;
1747 struct stat fileinfo; local
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 1792 struct fileinfo struct
1818 struct fileinfo* files;
2563 struct fileinfo *tmp;
2567 amt *= sizeof (struct fileinfo);
2569 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
2633 struct fileinfo fe;
vms-alpha.c 204 struct fileinfo
263 struct fileinfo *file_table;
4379 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4569 * sizeof (struct fileinfo));
4573 fileid * sizeof (struct fileinfo));
203 struct fileinfo struct
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 1792 struct fileinfo struct
1818 struct fileinfo* files;
2563 struct fileinfo *tmp;
2567 amt *= sizeof (struct fileinfo);
2569 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
2633 struct fileinfo fe;
vms-alpha.c 204 struct fileinfo
263 struct fileinfo *file_table;
4366 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4556 * sizeof (struct fileinfo));
4560 fileid * sizeof (struct fileinfo));
203 struct fileinfo struct
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 1792 struct fileinfo struct
1818 struct fileinfo* files;
2563 struct fileinfo *tmp;
2567 amt *= sizeof (struct fileinfo);
2569 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
2633 struct fileinfo fe;
vms-alpha.c 204 struct fileinfo
263 struct fileinfo *file_table;
4366 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4556 * sizeof (struct fileinfo));
4560 fileid * sizeof (struct fileinfo));
203 struct fileinfo struct
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 1785 struct fileinfo struct
1811 struct fileinfo* files;
2556 struct fileinfo *tmp;
2560 amt *= sizeof (struct fileinfo);
2562 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
2626 struct fileinfo fe;
vms-alpha.c 204 struct fileinfo
263 struct fileinfo *file_table;
4372 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4562 * sizeof (struct fileinfo));
4566 fileid * sizeof (struct fileinfo));
203 struct fileinfo struct

Completed in 71 milliseconds