Searched refs:file (Results 376 - 400 of 737) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/kernel/boot/
H A Dstdio.h71 extern void setbuf (FILE *file, char *buff);
72 extern int setvbuf(FILE *file, char *buff, int mode, size_t size);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp519 BFile file; local
520 if (!_OpenSettingsFile(file, B_ERASE_FILE | B_CREATE_FILE | B_WRITE_ONLY))
534 message.Flatten(&file);
541 BFile file; local
542 if (!_OpenSettingsFile(file, B_READ_ONLY))
545 if (message.Unflatten(&file) != B_OK)
561 DownloadWindow::_OpenSettingsFile(BFile& file, uint32 mode) argument
569 return file.SetTo(path.Path(), mode) == B_OK;
H A DBrowsingHistory.h79 bool _OpenSettingsFile(BFile& file, uint32 mode);
H A DCredentialsStorage.h62 bool _OpenSettingsFile(BFile& file,
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h21 * distribution in the file COPYING); if not, write to the Free Software
120 #define vfprintf(file, fmt, args) \
121 do { char _b[MAX_FMT]; vfprintf(file, \
/haiku/src/apps/terminal/
H A DPrefHandler.cpp53 // available in the settings file
238 BFile file(path, B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
252 file.Write(buffer, len);
256 BNodeInfo info(&file);
529 FILE *file; local
531 file = fopen(path, "r");
532 if (file == NULL)
535 while (fgets(buffer, sizeof(buffer), file) != NULL) {
544 fclose(file);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp334 DwarfFile* file)
345 fFile(file),
775 LocatableFile* file = function->SourceFile(); local
776 if (file == NULL) {
777 TRACE_CODE(" -> no source file\n");
788 // due to failing to locate the source file on disk or the user
794 // get the index of the source file in the compilation unit for cheaper
796 int32 fileIndex = _GetSourceFileIndex(unit, file);
817 if (state.file != fileIndex)
872 // get the source file
330 DwarfImageDebugInfo(const ImageInfo& imageInfo, DebuggerInterface* interface, Architecture* architecture, FileManager* fileManager, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, TeamFunctionSourceInformation* sourceInfo, DwarfFile* file) argument
873 LocatableFile* file = function->SourceFile(); local
993 AddSourceCodeInfo(LocatableFile* file, FileSourceCode* sourceCode) argument
1080 LocatableFile* file = fFileManager->GetSourceFile(directory, fileName); local
1416 LocatableFile* file = NULL; local
[all...]
H A DDebuggerImageDebugInfo.h62 virtual status_t AddSourceCodeInfo(LocatableFile* file,
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp303 void WritePasswdLine(FILE* file) argument
305 fprintf(file, "%s:%s:%d:%d:%s:%s:%s\n",
310 void WriteShadowPwdLine(FILE* file) argument
312 fprintf(file, "%s:%s:%d:", fName.c_str(), fShadowPassword.c_str(),
320 fprintf(file, "%d", values[i]);
321 fprintf(file, ":");
324 fprintf(file, "%d\n", fFlags);
454 void WriteGroupLine(FILE* file) argument
456 fprintf(file, "%s:%s:%d:",
461 fprintf(file, "
[all...]
/haiku/headers/private/storage/
H A DFileIO.h16 BFileIO(FILE* file,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.h31 static status_t SetFile(BFile* file, const char* path,
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.h129 const entry_ref & file,
134 const entry_ref & file,
139 const entry_ref & file,
154 const entry_ref & file,
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h4 // This file may be used under the terms of the Be Sample Code License.
37 void Update(BMediaFile* file, entry_ref* ref);
/haiku/src/servers/media/
H A DMediaFilesManager.h65 status_t _OpenSettingsFile(BFile& file, int mode);
/haiku/src/system/libroot/posix/
H A Dshadow.cpp250 fgetspent(FILE* file) argument
253 int status = fgetspent_r(file, &sShadowPwdBuffer, sShadowPwdStringBuffer,
262 fgetspent_r(FILE* file, struct spwd* spwd, char* buffer, size_t bufferSize, argument
270 char* line = fgets(lineBuffer, sizeof(lineBuffer), file);
/haiku/headers/private/storage/mime/
H A DSnifferRules.h56 status_t GuessMimeType(BFile* file, const void *buffer, int32 length,
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapWriter.h38 BPositionIO* file, off_t heapOffset,
54 // doesn't truncate the file
H A DPackageReaderImpl.h37 status_t Init(BPositionIO* file, bool keepFile,
/haiku/headers/os/package/hpkg/
H A DPackageWriter.h76 status_t Init(BPositionIO* file, bool keepFile,
/haiku/src/apps/deskbar/
H A DPreferencesWindow.h55 status_t _InitSettingsFile(BFile* file, bool write);
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp76 TextGapBuffer::InsertText(BFile* file, int32 fileOffset, int32 inNumItems, argument
81 if (file->GetSize(&fileSize) != B_OK
82 || !file->IsReadable())
85 // Clamp the text length to the file size
104 if (file->ReadAt(fileOffset, fBuffer + fGapIndex, inNumItems) > 0) {
H A DTextGapBuffer.h29 bool InsertText(BFile* file, int32 fileOffset,
/haiku/headers/private/debugger/debug_info/
H A DFunction.h65 void LocatableFileChanged(LocatableFile* file);
H A DImageDebugInfo.h64 status_t AddSourceCodeInfo(LocatableFile* file,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h48 status_t _OpenSettings(BFile& file, uint32 mode);

Completed in 178 milliseconds

<<11121314151617181920>>