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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
33 // reads the control files and does the merge based entirely on the contents
59 Vector<MergeFileInfo> Files;
FuzzerDataFlowTrace.cpp 27 Vector<SizedFile> Files;
28 GetSizedFilesFromDir(DirPath, &Files);
40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1)
45 for (auto &SF : Files) {
84 assert(NumTraceFiles == Files.size() - 1);
85 Printf("INFO: DataFlowTrace: %zd trace files, %zd functions, "
FuzzerIO.cpp 74 Vector<std::string> Files;
75 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true);
77 for (size_t i = 0; i < Files.size(); i++) {
78 auto &X = Files[i];
82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path);
91 Vector<std::string> Files;
92 ListFilesInDirRecursive(Dir, 0, &Files, /*TopDir*/true);
93 for (auto &File : Files)
  /src/sys/external/bsd/acpica/dist/compiler/
asltypes.h 312 /* Name suffixes used to create filenames for output files */
358 * occurred. This is useful for errors that occur inside of include files.
359 * Since include files aren't recorded as a part of the global files list,
416 /* An entry in the listing file stack (for include files) */
526 struct asl_file_info Files[ASL_NUM_FILES];
  /src/usr.sbin/syslogd/
syslogd.c 168 struct filed *Files = NULL;
596 * All files are open, we can drop privileges and chroot.
1897 * Log a message to the appropriate log files, users, etc. based on
1945 for (f = Files; f; f = f->f_next) {
2003 /* don't output marks to recently written files */
2541 /* Problem with files: We cannot check beforehand if
2760 for (f = Files; f != NULL; f = f->f_next) {
2849 for (f = Files; f; f = f->f_next) {
3009 for (f = Files; f != NULL; f = f->f_next) {
3024 * Close all open log files
    [all...]

Completed in 55 milliseconds