Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 39) sorted by relevance

12

/third_party/lib/acpica/source/tools/acpixtract/
A Dacpixtract.c82 InputFile = fopen (InputPathname, "rt"); in AxExtractTables()
157 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractTables()
272 InputFile = fopen (InputPathname, "rt"); in AxExtractToMultiAmlFile()
281 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractToMultiAmlFile()
397 InputFile = fopen (InputPathname, "rt"); in AxListTables()
A Daxutils.c265 InputFile = fopen (InputPathname, "rt"); in AxCountTableInstances()
/third_party/lib/acpica/source/tools/acpibin/
A Dabcompare.c211 File = fopen (FilePath, "rb"); in AbDisplayHeader()
254 File = fopen (FilePath, "rb"); in AbComputeChecksum()
313 File = fopen (FilePath, "r+b"); in AbComputeChecksum()
370 File1 = fopen (File1Path, "rb"); in AbCompareAmlFiles()
377 File2 = fopen (File2Path, "rb"); in AbCompareAmlFiles()
507 File = fopen (Filename, "rb"); in AbGetFile()
581 FileOutHandle = fopen (File2Path, "wb"); in AbDumpAmlFile()
/third_party/ulib/musl/src/stdio/
A Dfopen.c7 FILE* fopen(const char* restrict filename, const char* restrict mode) { in fopen() function
A Dfreopen.c28 f2 = fopen(filename, mode); in freopen()
/third_party/ulib/musl/src/time/
A Dgetdate.c20 f = fopen(datemsk, "rbe"); in getdate()
/third_party/ulib/musl/src/passwd/
A Dgetpwent.c19 f = fopen("/etc/passwd", "rbe"); in getpwent()
A Dgetgrent.c19 f = fopen("/etc/group", "rbe"); in getgrent()
A Dgetgrouplist.c48 f = fopen("/etc/group", "rbe"); in getgrouplist()
A Dgetpw_a.c25 f = fopen("/etc/passwd", "rbe"); in __getpw_a()
A Dgetgr_a.c25 f = fopen("/etc/group", "rbe"); in __getgr_a()
/third_party/lib/acpica/source/components/debugger/
A Ddbfileio.c110 AcpiGbl_DebugFile = fopen (Name, "w+"); in AcpiDbOpenDebugFile()
/third_party/uapp/dash/src/
A Dmksyntax.c111 if ((cfile = fopen("syntax.c", "w")) == NULL) { in main()
115 if ((hfile = fopen("syntax.h", "w")) == NULL) { in main()
A Dmknodes.c112 if ((infp = fopen(argv[1], "r")) == NULL) in main()
221 if ((patfile = fopen(file, "r")) == NULL) in output()
223 if ((hfile = fopen("nodes.h", "w")) == NULL) in output()
225 if ((cfile = fopen("nodes.c", "w")) == NULL) in output()
A Dshow.c385 if (!(!fclose(tracefile) && (tracefile = fopen(s, "a")))) {
392 if ((tracefile = fopen(s, "a")) == NULL) {
/third_party/lib/acpica/source/os_specific/service_layers/
A Doslibcfs.c92 File = fopen (Path, ModesStr); in AcpiOsOpenFile()
/third_party/lib/acpica/source/tools/acpiexec/
A Daeinitfile.c86 InitFile = fopen (Filename, "r"); in AeOpenInitializationFile()
/third_party/lib/acpica/source/compiler/
A Daslascii.c97 Handle = fopen (Filename, "rb"); in FlIsFileAsciiSource()
A Daslfileio.c105 File = fopen (Filename, Mode); in FlOpenFile()
A Dprutils.c349 IncludeFile = fopen (Pathname, OpenMode); in PrOpenIncludeWithPrefix()
A Dasloptions.c854 ResponseFile = fopen (Filename, "r"); in AslDoResponseFile()
/third_party/lib/acpica/source/common/
A Dadfile.c131 File = fopen (Filename, "wb"); in AdWriteBuffer()
A Dacfileio.c98 File = fopen (Filename, "rb"); in AcGetAllTablesFromFile()
/third_party/lib/acpica/source/tools/acpisrc/
A Dasfile.c725 File = fopen (Filename, "rb"); in AsGetFile()
819 File = fopen (Pathname, "w+b"); in AsPutFile()
/third_party/ulib/musl/include/
A Dstdio.h59 FILE* fopen(const char* __restrict, const char* __restrict);

Completed in 30 milliseconds

12