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

  /src/sys/external/bsd/acpica/dist/compiler/
prutils.c 613 FILE *IncludeFile;
628 IncludeFile = PrOpenIncludeWithPrefix (
630 if (!IncludeFile)
634 return (IncludeFile);
645 IncludeFile = PrOpenIncludeWithPrefix (
647 if (IncludeFile)
649 return (IncludeFile);
659 IncludeFile = PrOpenIncludeWithPrefix (
661 if (IncludeFile)
663 return (IncludeFile);
    [all...]
aslfiles.c 675 FILE *IncludeFile;
689 IncludeFile = fopen (Pathname, "r");
690 if (!IncludeFile)
709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
722 fseek (IncludeFile, 0, SEEK_SET);
726 AslPushInputFileStack (IncludeFile, Pathname);
727 return (IncludeFile);
747 FILE *IncludeFile;
780 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String);
781 if (!IncludeFile)
    [all...]
  /src/usr.bin/make/
parse.c 83 * handled by IncludeFile instead.
1299 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent)
1371 IncludeFile("posix.mk", true, false, true);
2084 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2305 IncludeFile(file, false, false, silent);

Completed in 28 milliseconds