Searched defs:file (Results 376 - 400 of 831) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/expat/tests/
H A Dcommon.c180 _xml_failure(XML_Parser parser, const char *file, int line) { argument
213 _expect_failure(const char *text, enum XML_Error errorCode, const char *errorMessage, const char *file, int lineno) argument
249 _run_character_check(const char *text, const XML_Char *expected, const char *file, int line) argument
263 _run_attribute_check(const char *text, const XML_Char *expected, const char *file, int line) argument
283 _run_ext_character_check(const char *text, ExtTest *test_data, const XML_Char *expected, const char *file, int line) argument
[all...]
/freebsd-current/sys/contrib/zlib/
H A Dgzlib.c296 int ZEXPORT gzbuffer(gzFile file, unsigned size) { argument
320 int ZEXPORT gzrewind(gzFile file) { argument
341 gzseek64(gzFile file, z_off64_t offset, int whence) argument
414 gzseek(gzFile file, z_off_t offset, int whence) argument
422 gztell64(gzFile file) argument
437 gztell(gzFile file) argument
445 gzoffset64(gzFile file) argument
466 gzoffset(gzFile file) argument
474 gzeof(gzFile file) argument
489 gzerror(gzFile file, int *errnum) argument
507 gzclearerr(gzFile file) argument
[all...]
/freebsd-current/sys/contrib/zlib/test/
H A Dminigzip.c163 FILE *file; member in struct:gzFile_s
393 file_compress(char *file, char *mode) argument
429 file_uncompress(char *file) argument
490 gzFile file; local
[all...]
/freebsd-current/usr.bin/wc/
H A Dwc.c172 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, argument
199 cnt(const char *file) argument
[all...]
/freebsd-current/sys/x86/x86/
H A Ducode.c291 caddr_t file; local
380 caddr_t file; local
[all...]
/freebsd-current/sys/kern/
H A Dsubr_firmware.c102 linker_file_t file; /* module file, if autoloaded */ member in struct:priv_fw
574 caddr_t file; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp332 StringRef file = SourceMgr.getBufferData(Offs.getFID(), &invalidTemp); local
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, argument
H A DMips.cpp358 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h364 classof(const File *file) argument
415 classof(const File *file) argument
485 classof(const File *file) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp43 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
63 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp481 void Mangled::Encode(DataEncoder &file, ConstStringTable &strtab) const { argument
H A DDynamicLoader.cpp152 ModuleSP DynamicLoader::FindModuleViaTarget(const FileSpec &file) { argument
165 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file, argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp35 const char *file = frame->info.file; local
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp136 FileSpec file; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp411 llvm::Expected<FileUP> file = FileSystem::Instance().Open( variable
H A DCommandObjectSettings.cpp460 FileSystem::Instance().Resolve(file); variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp47 CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, const FileSpec *file, offset_t file_offset, offset_t length) argument
107 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp272 ObjectContainerMachOFileset::GetObjectFile(const lldb_private::FileSpec *file) { argument
36 ObjectContainerMachOFileset( const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t offset, lldb::offset_t length) argument
50 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
173 ParseHeader( DataExtractor &data, const lldb_private::FileSpec &file, lldb::offset_t file_offset, std::vector<Entry> &entries) argument
220 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp217 DylibFile *&file = loadedDylibs[path]; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h57 libspl_assert(const char *buf, const char *file, const char *func, int line) argument
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h89 spl_assert(const char *buf, const char *file, const char *func, int line) argument
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h89 spl_assert(const char *buf, const char *file, const char *func, int line) argument
/freebsd-current/usr.bin/ctags/
H A Dctags.c280 find_entries(char *file) argument
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c415 check_file(const char *file, boolean_t force, boolean_t isspare) argument
476 FILE *file; local
[all...]

Completed in 186 milliseconds

<<11121314151617181920>>