Searched refs:_file (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/cpp/
H A Dstdiostream.h40 FILE *_file; member in class:stdiobuf
42 FILE* stdiofile() const { return _file; }
59 stdiobuf _file; member in class:istdiostream
61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); }
62 stdiobuf* rdbuf()/* const */ { return &_file; }
63 int buffered () const { return _file.buffered (); }
64 void buffered (int _i) { _file.buffered (_i); }
70 stdiobuf _file; member in class:ostdiostream
72 ostdiostream (FILE* __f) : ostream(), _file(__
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc57 _file = f;
77 register int ch = getc(_file);
84 return fread(buf, 1, size, _file);
89 _IO_ssize_t count = fwrite(buf, 1, n, _file);
103 return fseek(_file, offset, fdir);
108 int status = fclose(_file);
109 _file = NULL;
118 if (fflush(_file))
129 return fflush(_file);
140 return fwrite (s, 1, n, _file);
[all...]
/haiku/src/servers/package/
H A DPackageFileManager.cpp39 PackageFile*& _file)
46 _file = file;
66 _file = file;
38 GetPackageFile(const entry_ref& entryRef, PackageFile*& _file) argument
H A DPackageFileManager.h25 PackageFile*& _file);
H A DCommitTransactionHandler.h118 BFile& _file, BEntry* _entry = NULL);
H A DCommitTransactionHandler.cpp1651 BFile& _file, BEntry* _entry)
1681 return _file.SetTo(&entry, openMode);
1649 _OpenPackagesFile( const RelativePath& subDirectoryPath, const char* fileName, uint32 openMode, BFile& _file, BEntry* _entry) argument
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.h36 const char*& _file,
H A DDwarfUtils.cpp239 const DebugInfoEntry* entry, const char*& _directory, const char*& _file,
289 _file = fileName;
238 GetDeclarationLocation(DwarfFile* dwarfFile, const DebugInfoEntry* entry, const char*& _directory, const char*& _file, int32& _line, int32& _column) argument
H A DDebugInfoEntry.cpp113 DebugInfoEntry::GetDeclarationFile(uint32& _file) const
120 _file = location->file;
H A DDebugInfoEntry.h67 bool GetDeclarationFile(uint32& _file) const;
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h54 status_t GetSourceFileAt(int32 index, BMediaFile** _file,
H A DMediaConverterWindow.cpp782 MediaConverterWindow::GetSourceFileAt(int32 index, BMediaFile** _file, argument
788 *_file = item->fMediaFile;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.h52 Transaction& transaction, File*& _file);
H A DVolume.cpp350 Volume::CreateFile(mode_t mode, Transaction& transaction, File*& _file) argument
358 _file = file;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp81 const entry_ref* _file=0) :
83 file(_file ? new entry_ref(*_file) : 0) {}
90 const entry_ref* _file) {
91 ASSERT(_file);
93 file = new entry_ref(*_file);
79 addon_hint( const dormant_node_info* _dormantInfo, const entry_ref* _file=0) argument
89 setFile( const entry_ref* _file) argument
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp399 const struct fssh_stat &st, File *&_file)
421 _file = file;
764 const struct fssh_stat &st, File *&_file)
787 _file = file;
398 CreateFile(const char *path, const struct fssh_stat &st, File *&_file) argument
763 CreateFile(const char *path, const struct fssh_stat &st, File *&_file) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1909 bfs_close_attr(fs_volume* _volume, fs_vnode* _file, void* cookie) argument
1916 bfs_free_attr_cookie(fs_volume* _volume, fs_vnode* _file, void* cookie) argument
1924 bfs_read_attr(fs_volume* _volume, fs_vnode* _file, void* _cookie, off_t pos, argument
1930 Inode* inode = (Inode*)_file->private_node;
1939 bfs_write_attr(fs_volume* _volume, fs_vnode* _file, void* _cookie, argument
1946 Inode* inode = (Inode*)_file->private_node;
1970 bfs_read_attr_stat(fs_volume* _volume, fs_vnode* _file, void* _cookie, argument
1976 Inode* inode = (Inode*)_file->private_node;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dlibio.h310 struct _IO_FILE _file; member in struct:_IO_FILE_complete
/haiku/src/kits/media/
H A DMediaRoster.cpp3055 BMediaRoster::GetRefFor(const media_node& node, entry_ref* _file, argument
3064 if (!_file)
3076 *_file = entry_ref(reply.device, reply.directory, reply.name);

Completed in 109 milliseconds