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

  /src/external/gpl2/gmake/dist/
commands.h 24 struct floc fileinfo; /* Where commands were defined. */ member in struct:commands
default.c 560 f->cmds->fileinfo.filenm = 0;
expand.c 111 if (v->fileinfo.filenm)
113 this_var = &v->fileinfo;
121 reading_file = &v->fileinfo;
464 if (file->cmds && file->cmds->fileinfo.filenm)
465 reading_file = &file->cmds->fileinfo;
variable.c 200 v->fileinfo = *flocp;
202 v->fileinfo.filenm = 0;
217 v->fileinfo = *flocp;
219 v->fileinfo.filenm = 0;
513 0, &p->variable.fileinfo);
520 &p->variable.fileinfo, p->variable.name,
1328 fatal (&v->fileinfo, _("empty variable name"));
1355 v.fileinfo = *flocp;
1357 v.fileinfo.filenm = 0;
1409 if (v->fileinfo.filenm
    [all...]
file.c 269 if (to_file->cmds->fileinfo.filenm != 0)
270 error (&from_file->cmds->fileinfo,
272 from_file->name, to_file->cmds->fileinfo.filenm,
273 to_file->cmds->fileinfo.lineno);
275 error (&from_file->cmds->fileinfo,
278 error (&from_file->cmds->fileinfo,
281 error (&from_file->cmds->fileinfo,
commands.c 607 if (cmds->fileinfo.filenm == 0)
611 cmds->fileinfo.filenm, cmds->fileinfo.lineno);
variable.h 56 struct floc fileinfo; /* Where the variable was defined. */ member in struct:variable
rule.c 398 r->cmds->fileinfo.filenm = 0;
399 r->cmds->fileinfo.lineno = 0;
  /src/external/bsd/ntp/dist/scripts/deprecated/
html2man.in 66 $fileinfo = $manfiles{$filename};
69 $fileout = "$MANDIR/man$fileinfo->[1]/$fileinfo->[0].$fileinfo->[1]";
78 print MANOUT ".TH " . $fileinfo->[0] . " " . $fileinfo->[1] . "\n";
80 $pat = $fileinfo->[0];
84 print MANOUT "$fileinfo->[0] - ";
231 print MANOUT "$fileinfo->[2]\n\n";
  /src/external/bsd/openldap/dist/contrib/slapd-tools/
statslog 142 my @fileinfo;
146 push(@fileinfo, [$age, $file]);
151 exit(1) unless @fileinfo;
152 @ARGV = map { $_->[1] } sort { $b->[0] <=> $a->[0] } @fileinfo;
  /src/external/bsd/ekermit/dist/
main.c 72 ULONG fileinfo(struct k_data *, UCHAR *, UCHAR *, int, short *, short);
361 k.finfo = fileinfo; /* for getting file info */
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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 735 class FileInfo:
738 FileInfo provides easy access to the components of a file's path
1128 fileinfo = FileInfo(filename)
1129 file_path_from_root = fileinfo.RepositoryName()
2957 def _ClassifyInclude(fileinfo, include, is_system):
2961 fileinfo: The current file cpplint is running over. A FileInfo instance.
2969 >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'stdio.h', True)
2971 >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'string', True
    [all...]
  /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 79 milliseconds