Searched defs:file (Results 226 - 250 of 641) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp65 KeyCommandMap::KeyCommandMap(const char* file) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Ddevice.c65 int file; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c318 int ntfs_log_redirect(const char *function, const char *file, argument
440 int ntfs_log_handler_fprintf(const char *function, const char *file, argument
542 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
573 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
603 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPStorage.cpp165 IMAPStorage::AddNewMessage(int32 uid, int32 flags, BPositionIO** file) argument
208 IMAPStorage::OpenMessage(int32 uid, BPositionIO** file) argument
[all...]
/haiku-fatelf/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-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp57 MixerSettings::SetSettingsFile(const char *file) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dasf.c52 asf_file_t *file; local
77 asf_file_t *file; local
108 asf_init(asf_file_t *file) argument
181 asf_close(asf_file_t *file) argument
219 asf_get_packet(asf_file_t *file, asf_packet_t *packet) argument
249 asf_seek_to_msec(asf_file_t *file, int64_t msec) argument
333 asf_header_get_metadata(asf_file_t *file) argument
342 asf_header_destroy(asf_file_t *file) argument
358 asf_get_stream_count(asf_file_t *file) argument
372 asf_is_broadcast(asf_file_t *file) argument
377 asf_is_seekable(asf_file_t *file) argument
382 asf_get_stream(asf_file_t *file, uint8_t track) argument
391 asf_get_file_size(asf_file_t *file) argument
400 asf_get_creation_date(asf_file_t *file) argument
409 asf_get_data_packets(asf_file_t *file) argument
418 asf_get_duration(asf_file_t *file) argument
427 asf_get_max_bitrate(asf_file_t *file) argument
[all...]
H A Dheader.c319 asf_parse_header_validate(asf_file_t *file, asf_object_header_t *header) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dmpc_dec.cpp904 MPC_decoder::MPC_decoder(BPositionIO *file) argument
/haiku-fatelf/src/add-ons/screen_savers/message/
H A DMessage.cpp38 FILE *file = popen("/bin/fortune", "r"); local
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp151 BString file = path.Path(); local
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsostream.c61 static int file_seek (FILE *file, size_t pos) argument
66 static int file_tell (FILE *file, int layer, size_t *pos) argument
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp108 entry_ref file; local
/haiku-fatelf/src/apps/debugger/dwarf/
H A DAttributeValue.h321 uint32 file; member in struct:DeclarationLocation
333 void SetFile(uint32 file) argument
H A DCompilationUnit.cpp179 File* file = new(std::nothrow) File(fileName, DirectoryAt(dirIndex)); local
/haiku-fatelf/src/apps/mail/
H A DSettings.cpp183 BFile file; local
243 BFile file; local
H A DStatus.cpp135 BFile file; local
/haiku-fatelf/src/apps/musiccollection/
H A DFileMonitor.cpp100 WatchedFile file; local
117 WatchedFile* file = _FindFile(device, node); local
131 WatchedFile* file = _FindFile(device, node); local
143 WatchedFile* file = _FindFile(device, node); local
153 WatchedFile* file = _FindFile(device, node); local
[all...]
H A DFileMonitor.h47 virtual void EntryCreated(WatchedFile* file) {}; argument
48 virtual void EntryRemoved(WatchedFile* file) {}; argument
49 virtual void EntryMoved(WatchedFile* file) {}; argument
50 virtual void StatChanged(WatchedFile* file) {}; argument
51 virtual void AttrChanged(WatchedFile* file) {}; argument
H A DMusicCollectionWindow.cpp52 EntryCreated(WatchedFile* file) argument
111 EntryRemoved(WatchedFile* file) argument
125 EntryMoved(WatchedFile* file) argument
132 AttrChanged(WatchedFile* file) argument
[all...]
/haiku-fatelf/src/apps/webpositive/
H A DBrowsingHistory.cpp371 BrowsingHistory::_OpenSettingsFile(BFile& file, uint32 mode) argument
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c169 int file, current_line, chars_read; local
311 int file, chars_read, rv; local
424 int file, mode, rv; local
[all...]
/haiku-fatelf/src/bin/bash/
H A Dmailcheck.c159 char *file; local
265 char *file; local
286 char *file; local
304 char *file; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dbackupfile.c92 check_extension (char *file, size_t filelen, char e) argument
264 find_backup_file_name(char const *file, enum backup_type backup_type) argument
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dchcon.c141 change_file_context (int fd, char const *file) argument
212 char const *file = ent->fts_accpath; local
[all...]

Completed in 300 milliseconds

1234567891011>>