Searched defs:file (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.h49 int32 file; member in struct:LineNumberProgram::State
/haiku/src/servers/registrar/
H A DRecentEntries.cpp266 RecentEntries::Save(FILE* file, const char *description, const char *tag) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp111 SniffRef( const entry_ref & file, BMimeType * io_mime_type, float * out_quality, int32 * out_internal_id) argument
/haiku/src/bin/network/telnet/
H A Dutilities.c112 SetNetTrace(char *file) argument
/haiku/src/bin/unzip/
H A Dapi.c226 int UZ_EXP UzpUnzipToMemory(char *zip, char *file, UzpOpts *optflgs, argument
250 # define file intern_file macro
270 # undef file macro
340 unzipToMemory(__GPRO__ char *zip, char *file, UzpBuffer *retstr) argument
452 UzpGrep(char *archive, char *file, char *pattern, int cmd, int SkipBin, UzpCB *UsrFuncts) argument
[all...]
/haiku/src/system/libroot/posix/
H A Dshadow.cpp250 fgetspent(FILE* file) argument
262 fgetspent_r(FILE* file, struct spwd* spwd, char* buffer, size_t bufferSize, argument
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp56 status_t Process(int file) argument
163 int file = open(path, O_RDONLY); local
197 int file = open(name, O_WRONLY | O_TRUNC | O_CREAT); local
255 int file = open(hashFileName, O_RDONLY); local
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp172 PPDParser::PPDParser(const char* file) argument
/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp108 BFile file; local
/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp81 BFile file; local
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h168 TestContext::AssertFailed(const char* file, int line, const char* function, argument
176 TestContext::AssertFailed(const char* file, int line, const char* function, argument
/haiku/src/tools/fs_shell/
H A Dmodule.cpp54 char *file; member in struct:FSShell::module
129 create_module(fssh_module_info *info, const char *file, int offset, module **_module) argument
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp352 File* file = new(std::nothrow) File(this, (mode & S_IUMSK) | S_IFREG); local
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp350 BrowsingHistory::_OpenSettingsFile(BFile& file, uint32 mode) argument
/haiku/src/servers/package/
H A DFSUtils.cpp228 FSUtils::_OpenFile(const Entry& entry, BFile& file) argument
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp87 BFile file; local
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp202 BFdIO* file = new(std::nothrow) BFdIO(fd, keepFD); local
214 RepositoryReaderImpl::Init(BPositionIO* file, bool keepFile) argument
H A DPackageReaderImpl.cpp337 BFdIO* file = new(std::nothrow) BFdIO(fd, keepFD); local
349 PackageReaderImpl::Init(BPositionIO* file, bool keepFile, uint32 flags, argument
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp78 KeyCommandMap::KeyCommandMap(const char* file) argument
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp79 FileDecoder(BFile* file) : BMediaDecoder() { argument
[all...]
/haiku/src/kits/shared/
H A DCommandPipe.cpp265 BCommandPipe::ReadLines(FILE* file, LineReader* lineReader) argument
298 BCommandPipe::ReadLines(FILE* file) argument
/haiku/src/servers/print/
H A DPrintServerApp.cpp549 PrintServerApp::OpenSettings(BFile& file, const char* name, bool forReading) argument
563 BFile file; local
574 BFile file; local
[all...]
/haiku/src/apps/mail/
H A DSettings.cpp182 BFile file; local
242 BFile file; local
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp260 const char* file; local
167 DwarfStackFrameDebugInfo(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c319 int ntfs_log_redirect(const char *function, const char *file, argument
444 int ntfs_log_handler_fprintf(const char *function, const char *file, argument
557 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
590 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
622 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[all...]

Completed in 163 milliseconds

1234567891011>>