/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/ |
D | splitfile.c | 104 In = fopen (argv[1], "rb"); in main() 115 Out1 = fopen (OutName1, "wb"); in main() 121 Out2 = fopen (OutName2, "wb"); in main()
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_fileops.c | 69 fp = fopen(file, "r"); in dt_read_file() 126 *to_file = fopen(fw, "w"); in dtop_open_writing_file() 158 FILE *file = fopen(name, "r"); in dtop_get_file_line_amount()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function 69 f1 = fopen(f1name) 70 f2 = fopen(f2name)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/ |
D | GnuGenBootSector.c | 150 f = fopen (LongFilePath (PathInfo->Path),"r"); in GetPathInfo() 164 f = fopen (LongFilePath (PathInfo->Path), "r"); in GetPathInfo() 208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r"); in ProcessBsOrMbr() 232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+"); in ProcessBsOrMbr() 234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w"); in ProcessBsOrMbr()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/ |
D | strip.c | 106 InFile = fopen (argv[1], "rb"); in main() 107 OutFile = fopen (argv[2], "wb"); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | pgenmain.c | 52 fp = fopen(graminit_c, "w"); in main() 61 fp = fopen(graminit_h, "w"); in main() 82 fp = fopen(filename, "r"); in getgrammar()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getprotoent.c | 57 protof = fopen(_PATH_PROTOCOLS, "r" ); in setprotoent() 79 if (protof == NULL && (protof = fopen(_PATH_PROTOCOLS, "r" )) == NULL) in getprotoent()
|
D | getnetbyht.c | 72 netf = fopen(_PATH_NETWORKS, "r" ); in _setnethtent() 95 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "r" )) == NULL) in getnetent()
|
D | gethostbyht.c | 95 hostf = fopen(_PATH_HOSTS, "r" ); in _sethosthtent() 117 if (!hostf && ( NULL == (hostf = fopen(_PATH_HOSTS, "r" )))) { in gethostent()
|
D | getservent.c | 192 servf = fopen(_PATH_SERVICES, "r" ); in setservent() 221 if (servf == NULL && (servf = fopen(_PATH_SERVICES, "r" )) == NULL) in getservent()
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 48 FILE *f = fopen(fileName, "rb"); in readFile() 70 FILE *f = fopen(fileName, "rb"); in loadFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/ |
D | ModifyInf.c | 317 fpin = fopen (argv[1], "rb"); in main() 323 fpout = fopen (argv[2], "wb"); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/ |
D | GenAprioriFile.c | 130 if ((AprioriFptr = fopen (mGlobals.AprioriFileName, "r")) == NULL) { in main() 139 if ((BinFptr = fopen (mGlobals.OutputFileName, "rb")) == NULL) { in main() 235 if ((BinFptr = fopen (mGlobals.OutputFileName, "wb")) == NULL) { in main()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
D | replace.c | 65 In = fopen (argv[1], "r"); in main() 75 Out = fopen (argv[2], "w+"); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrCompiler.cpp | 395 if ((pVfrFile = fopen (mOptions.VfrFileName, "r")) == NULL) { in PreProcess() 462 if ((pInFile = fopen (InFileName, "r")) == NULL) { in Compile() 503 if ((pFile = fopen (mOptions.PkgOutputFileName, "wb")) == NULL) { in GenBinary() 544 if ((pFile = fopen (mOptions.COutputFileName, "w")) == NULL) { in GenCFile() 588 if ((pInFile = fopen (InFileName, "r")) == NULL) { in GenRecordListFile() 593 if ((pOutFile = fopen (mOptions.RecordListFile, "w")) == NULL) { in GenRecordListFile()
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/ |
D | mm_lib2d_test.c | 55 FILE *fp = fopen(filename, "w+"); \ 74 FILE *fp = fopen(filename, "w+"); \ 150 f = fopen(fname, "wb"); in lib2d_dump_tga() 225 fp = fopen(fileName, "rb"); in lib2d_test_load_input_yuv_data() 275 fp = fopen(fileName, "rb"); in lib2d_test_load_input_yuv_data_linebyline()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | support.c | 111 f = fopen(name, "r"); 140 f = fopen(OutMetaName(name), "w");
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | ctypeio.c | 69 if ((fp = fopen(name, "r")) == NULL) in __loadctype() 153 if ((fp = fopen(name, "w")) == NULL) in __savectype()
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | sha.c | 26 inFile = fopen(filename, "rb"); in sha_file()
|
D | key.c | 141 fp = fopen(key->fn, "r"); in key_load() 169 fp = fopen(key->fn, "w"); in key_store()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrServices.cpp | 222 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "w")) == NULL) { in WriteIfrBytes() 292 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "wb")) == NULL) { in WriteIfrBytes() 331 if ((InFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) { in WriteIfrBytes() 334 if ((OutFptr = fopen (gOptions.VfrListFileName, "w")) == NULL) { in WriteIfrBytes()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageExe.c | 272 FvFile = fopen (FvFileName, "wb"); in main() 295 SymFile = fopen (SymFileName, "wt"); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
D | SetStamp.c | 451 fp = fopen (argv[2], "r+"); in main() 470 fp = fopen (argv[1], "r+b"); in main()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.cpp | 71 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() 132 FILE *fp = fopen(filename.c_str(), "wt"); in genFuncTable() 163 FILE *fp = fopen(filename.c_str(), "wt"); in genContext() 232 FILE *fp = fopen(filename.c_str(), "wt"); in genEntryPoints() 301 FILE *fp = fopen(filename.c_str(), "wt"); in genOpcodes() 321 FILE *fp = fopen(filename.c_str(), "wt"); in genAttributesTemplate() 340 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderHeader() 534 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderImpl() 864 FILE *fp = fopen(filename.c_str(), "wt"); in genDecoderHeader() 901 FILE *fp = fopen(filename.c_str(), "wt"); in genContextImpl() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
D | zutil.h | 119 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 181 # define F_OPEN(name, mode) fopen((name), (mode))
|