Searched refs:force (Results 1 - 25 of 198) sorted by relevance

12345678

/haiku-fatelf/src/build/libbe/storage/
H A DMime.cpp32 \param force If non-null, also the information for files are updated that
39 update_mime_info(const char *path, int recursive, int synchronous, int force) argument
50 B_NORMAL_PRIORITY, BMessenger(), &ref, recursive, force, NULL);
64 \param force If non-null, entries are created even if they do already
72 int force)
71 create_app_meta_mime(const char *path, int recursive, int synchronous, int force) argument
/haiku-fatelf/src/bin/less/
H A Dforwback.c93 * "force" means display the n lines even if we hit end of file.
100 forw(n, pos, force, only_last, nblank)
103 int force;
138 force = 1;
152 force = 1;
189 * is still empty, or "force" is true.
190 * Even if force is true, stop when the last
194 if (!force && position(TOP) != NULL_POSITION)
272 back(n, pos, force, only_last)
275 int force;
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.h28 bool force = false);
30 bool force = false);
46 bool force);
71 BitmapBlock::Mark(uint32 start, uint32 length, bool force) argument
73 return _Update(start, length, true, force);
78 BitmapBlock::Unmark(uint32 start, uint32 length, bool force) argument
80 return _Update(start, length, false, force);
/haiku-fatelf/headers/build/os/storage/
H A DMime.h27 int force);
30 int force);
40 // values for the "force" parameter of update_mime_info() (Haiku only)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DSettings.h26 void usb_beceem_trace(bool force, const char *func, const char *fmt, ...);
/haiku-fatelf/src/bin/
H A Drelease.c31 bool force = false; local
41 force = true;
56 if (force) {
71 } else if (force) {
/haiku-fatelf/src/tools/
H A Drm_attrs.cpp83 static bool remove_entry(Path& entry, bool recursive, bool force,
88 remove_dir_contents(Path& path, bool force, bool removeAttributes) argument
111 remove_entry(path, true, force, removeAttributes);
129 remove_entry(Path& path, bool recursive, bool force, bool removeAttributes) argument
135 if (force && (errno == ENOENT || errno == 0))
159 remove_dir_contents(path, force, removeAttributes);
184 bool force = false; local
201 force = true;
227 remove_entry(path, recursive, force, true);
/haiku-fatelf/src/apps/processcontroller/
H A DNoiseBarMenuItem.cpp49 NoiseBarMenuItem::DrawBar(bool force) argument
62 force = true;
64 if (force) {
81 if (!force)
93 if (!force) {
106 if (!force)
H A DKernelMemoryBarMenuItem.h32 void DrawBar(bool force);
H A DNoiseBarMenuItem.h38 void DrawBar(bool force);
H A DThreadBarMenuItem.h34 void DrawBar(bool force);
H A DKernelMemoryBarMenuItem.cpp68 KernelMemoryBarMenuItem::DrawBar(bool force) argument
79 force = true;
80 if (force) {
99 if (!force)
111 if (!force) {
127 if (!force)
142 if (force || sum != fLastSum) {
H A DThreadBarMenuItem.cpp54 ThreadBarMenuItem::DrawBar(bool force) argument
67 force = true;
69 if (force) {
87 if (!force)
100 if (!force) {
115 if (!force)
/haiku-fatelf/headers/os/storage/
H A DMime.h21 /* values for the "force" parameter of update_mime_info() (Haiku only) */
36 int force);
38 int force);
/haiku-fatelf/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h23 int32 force, BMessage *replyee);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.h26 void SiS7018_trace(bool force, const char *func, const char *fmt, ...);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DSettings.h18 void usb_audio_trace(bool force, const char *func, const char *fmt, ...);
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DSettings.h31 void usb_asix_trace(bool force, const char *func, const char *fmt, ...);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h13 void usb_serial_trace(bool force, const char *format, ...);
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DActionMenuItem.h25 BHandler* targetHandler, bool force);
H A DSettingsMenu.h29 virtual bool Finish(BLooper* parentLooper, bool force) = 0;
48 BHandler* targetHandler, bool force);
72 virtual bool Finish(BLooper* parentLooper, bool force);
/haiku-fatelf/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.h23 bool recursive, int32 force, BMessage *replyee);
H A DUpdateMimeInfoThread.h23 int32 force, BMessage *replyee);
/haiku-fatelf/src/bin/package/
H A Dcommand_add.cpp38 bool force = false; local
64 force = true;
103 B_HPKG_WRITER_UPDATE_PACKAGE | (force ? B_HPKG_WRITER_FORCE_ADD : 0));
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h13 void usb_serial_trace(bool force, const char *format, ...);

Completed in 114 milliseconds

12345678