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 505 FILE *IncludeFile;
520 IncludeFile = PrOpenIncludeWithPrefix (
522 if (!IncludeFile)
526 return (IncludeFile);
537 IncludeFile = PrOpenIncludeWithPrefix (
539 if (IncludeFile)
541 return (IncludeFile);
551 IncludeFile = PrOpenIncludeWithPrefix (
553 if (IncludeFile)
555 return (IncludeFile);
    [all...]
aslfiles.c 567 FILE *IncludeFile;
581 IncludeFile = fopen (Pathname, "r");
582 if (!IncludeFile)
601 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
614 fseek (IncludeFile, 0, SEEK_SET);
618 AslPushInputFileStack (IncludeFile, Pathname);
619 return (IncludeFile);
639 FILE *IncludeFile;
672 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String);
673 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);
2042 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2263 IncludeFile(file, false, false, silent);

Completed in 19 milliseconds