Searched defs:file (Results 301 - 325 of 366) sorted by relevance

<<1112131415

/haiku/src/bin/keymap/
H A DKeymap.cpp164 dump_map(FILE* file, const char* name, int32* map) argument
181 dump_keys(FILE* file, const char* name, int32* keys) argument
213 FILE* file = fopen(name, "r"); local
225 LoadSource(FILE* file) argument
519 BFile file; local
563 FILE* file = fopen(name, "w"); local
594 SaveAsSource(FILE* file) argument
621 FILE* file = fopen(fileName, "w"); local
795 _SaveSourceText(FILE* file, text_run_array** _textRuns) argument
804 _SaveSourceText(FILE* file) argument
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp93 BFile file; local
H A Dmail_util.cpp830 readfoldedline(FILE *file, char **buffer, size_t *buflen) argument
[all...]
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c513 FILE *file; local
/haiku/src/kits/interface/
H A DShelf.cpp707 BFile *file = new BFile(fEntry, B_READ_WRITE | B_ERASE_FILE); local
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp66 OpenSettingsFile(BFile& file, int mode) argument
220 BFile file; local
265 BFile file; local
497 BFile file; local
509 BFile file; local
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c145 fp_resstat(const res_state statp, FILE *file) { argument
157 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
289 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) argument
361 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) argument
375 p_cdname(const u_char *cp, const u_char *msg, FILE *file) argument
405 p_fqname(const u_char *cp, const u_char *msg, FILE *file) argument
[all...]
/haiku/src/servers/registrar/
H A DTRoster.cpp1894 BFile file; local
[all...]
H A DAuthenticationManager.cpp303 void WritePasswdLine(FILE* file) argument
310 void WriteShadowPwdLine(FILE* file) argument
454 void WriteGroupLine(FILE* file) argument
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp215 BFile file; local
228 BFile* file = dynamic_cast<BFile*>(&stream); local
[all...]
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp709 BFile file; local
726 BFile file; local
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp400 BFile file; local
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp513 File(PackageFile* file) argument
/haiku/src/kits/storage/
H A DResourceFile.cpp78 read_exactly(BPositionIO& file, off_t position, void* buffer, size_t size, argument
95 write_exactly(BPositionIO& file, off_ argument
240 SetTo(BFile* file, bool clobber) argument
378 _InitFile(BFile& file, bool clobber) argument
457 _InitELFFile(BFile& file) argument
506 _InitELFXFile(BFile& file, uint64 fileSize) argument
681 _InitPEFFile(BFile& file, const PEFContainerHeader& pefHeader) argument
1298 BFile* file = fFile.File(); local
[all...]
/haiku/src/servers/net/
H A DDHCPClient.cpp131 uint8 file[128]; member in struct:dhcp_message
/haiku/src/servers/input/
H A DInputServer.cpp304 BFile file; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c863 fs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp543 _AddFunctionByPath(const BStringList& pathComponents, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch) argument
593 _AddFunctionNode(SourcePathComponentNode* parent, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& match) argument
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c313 static status_t websearchfs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c1870 test_rl_read_buffer(const char *file, u8 *buf, int bufsize) argument
1941 test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
[all...]
/haiku/src/kits/tracker/
H A DIconCache.cpp805 BFile* file = NULL; local
/haiku/src/apps/mail/
H A DPrefs.cpp693 BFile file; local
/haiku/src/tools/restest/
H A DResourceFile.cpp46 read_exactly(BPositionIO& file, off_t position, void* buffer, size_t size, argument
205 ResourceFile::Init(BFile& file) argument
567 _InitFile(BFile& file) argument
621 _InitELFFile(BFile& file) argument
781 _InitPEFFile(BFile& file, const PEFContainerHeader& pefHeader) argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1052 instantiate( const entry_ref& file, uint64 requireNodeKinds, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags, bigtime_t* outDuration) argument
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h86 evFileID file; member in struct:evConn
129 evFileID file; member in struct:evStream
172 struct { evFile *this; int eventmask; } file; member in union:evEvent_p::__anon19

Completed in 168 milliseconds

<<1112131415