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

  /src/external/zlib/pigz/dist/zopfli/
zopfli_bin.c 39 static void LoadFile(const char* filename,
90 LoadFile(infilename, &in, &insize);
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 67 EFI_LOAD_FILE_INTERFACE *LoadFile;
210 Status = LibDevicePathToInterface (&LoadFileProtocol, *FilePath, (VOID*)&LoadFile);
227 LoadFile->LoadFile,
229 LoadFile,
250 LoadFile->LoadFile,
252 LoadFile,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Internalize.cpp 62 LoadFile(APIFile);
74 void LoadFile(StringRef Filename) {
  /src/usr.bin/make/
parse.c 347 LoadFile(const char *path, int fd)
1331 buf = LoadFile(fullname, fd);
2921 buf = LoadFile(name, fd != -1 ? fd : STDIN_FILENO);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 559 EFI_LOAD_FILE LoadFile;

Completed in 32 milliseconds