Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/haiku/docs/develop/build/rc/
H A Dlibrdef.rst22 1. Call ``rdef_add_include_dir()`` one or more times to add include file search paths.
23 2. Call ``rdef_add_input_file()`` one or more times to add the rdef files that you want to compile.
31 1. Call ``rdef_add_input_file()`` one or more times to add the resource files that you want to deco…
37 following variables to find out more about the error, and construct meaningul error messages:
51 For more information about using librdef, see "rdef.h", which explains the available functions and
52 data structures in more depth. For a real-world example, take a look at "rc.cpp", which contains
H A Dhistory.rst19 cast to 32-bit integer as well. This should be more than enough for now; expressions can be made
20 more powerful in the future should the need arise. You'll use this feature mostly for OR'ing and
21 AND'ing symbolic constants (see above) together to make your scripts more readable.
/haiku/src/bin/unzip/
H A Dfunzip.txt15 sites. See DESCRIPTION for more details.
50 archive test.zip and to pipe it into more(1):
52 funzip test.zip | more
72 When piping an encrypted file into more and allowing fun-
76 the terminal mode to non-echo before more reads its state,
77 and more then ``restores'' the terminal to this mode
79 but redirect to /dev/null rather than piping into more;
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp470 bool more; in _PrintPage() local
473 more = (*it)->enumObject(&picture_data); in _PrintPage()
478 } while (more); in _PrintPage()
548 bool more; in _CollectPages() local
550 more = spoolData->enumObject(&page_data); in _CollectPages()
553 } while (more && --nup); in _CollectPages()
555 return more; in _CollectPages()
569 bool more; in _PrintDocument() local
575 more = true; in _PrintDocument()
600 more = _SkipPages(spoolData); in _PrintDocument()
[all …]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwgenops.c322 _IO_size_t more = n; variable
323 if (more <= 0)
332 if ((_IO_size_t) count > more)
333 count = more;
355 more -= count;
357 if (more == 0 || __woverflow (f, *s++) == WEOF)
359 more--;
361 return n - more;
372 _IO_size_t more = n; variable
381 if ((_IO_size_t) count > more)
[all …]
H A Dgenops.c450 _IO_size_t more = n; variable
451 if (more <= 0)
459 if ((_IO_size_t) count > more)
460 count = more;
481 more -= count;
483 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF)
485 more--;
487 return n - more;
508 _IO_size_t more = n; variable
516 if ((_IO_size_t) count > more)
[all …]
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc76 register int more = n; in ignore() local
80 if (count > more) in ignore()
81 count = more; in ignore()
83 more -= count; in ignore()
85 if (more == 0 || __underflow(this) == EOF) in ignore()
88 return n - more; in ignore()
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/
H A DLICENCE.txt13 the GPL, as the rest of the code is probably more "inspired by" than
19 I hope that made it a bit more clear!
20 As for what I did, I'm more than happy for it to be under MIT licence.
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py43 more = self.sock.recv(nbytes - len(rv))
44 if more == '': raise Error(nbytes)
45 rv += more
/haiku/docs/develop/kits/debugger/
H A Dtodo.txt2 - CLI needs to be more fully implemented.
8 …s to be able to use the aforementioned information from Architecture in order to more intelligently
/haiku/src/apps/drivesetup/
H A DTODO1 * Support of more advanced options, partiticularily the option to resize (shrink) existing partitio…
3 …er invokes a command to that effect. The drawback is that warnings become more complicated and les…
/haiku/src/servers/app/drawing/Painter/
H A DTODO1 * make more special verions of DrawingModes for B_SOLID_* patterns
/haiku/src/apps/icon-o-matic/
H A DNOTES23 times, if two or more shapes use the same style (the compound shape
26 * add more functionality to Transformer/VertexSource interface:
29 * add more powerful listener interface to Shape
/haiku/docs/user/locale/
H A Dlocaleintro.dox6 translations at runtime, but also more complex tasks such as formatting numbers,
15 a more advanced formatting. For example, you may need to format a date with a
/haiku/docs/develop/file_systems/
H A Doverview.rst11 See docs/user/drivers/fs_interface.dox for more detailed documentation
46 in a more controlled environment. This can be achieved through the use of
85 See more here: :ref:`Userland FS Page`
90 Once the basic operations are working fine, it is a good idea to perform more
/haiku/src/apps/poorman/libhttpd/
H A DREADME4 For more information about thttpd, please visit:
/haiku/data/config/boot/
H A DUserSetupEnvironment.sample5 # This file is a standard bash script. For more information regarding shell
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO17 #10) Make reservation of devices more flexible (can switch it off).
19 #12) Timeouts should be more adequate
39 #32) deactivate automatic READ(10)->READ(6) switching. Looks like it's makes more problems than sol…
41 #34) Tracing in protocols implementations should be more generic ...
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.h23 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.h24 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
/haiku/src/add-ons/accelerants/matrox/engine/
H A DLICENSE5 Will think of something more official to put here later:)
/haiku/src/tests/add-ons/print/
H A DJamfile3 # Skip PCL6 as jetlib.h is not in repository any more
/haiku/docs/develop/kits/interface/BRegion/
H A Dtest_results34 See RegionSupport.cpp (in particular RSub() and ROr()) for more info.
/haiku/docs/user/app/
H A DMessageRunner.dox27 \brief Provides a mechanism for sending one or more messages
66 between messages (if more than one shall be sent) in microseconds.
86 between messages (if more than one shall be sent) in microseconds.
109 between messages (if more than one shall be sent) in microseconds.
133 between messages (if more than one shall be sent) in microseconds.
237 between messages (if more than one shall be sent) in microseconds.
260 between messages (if more than one shall be sent) in microseconds.
/haiku/docs/develop/kits/app/
H A Dbmessage.txt14 1 item count (*if* there is more than one)
16 // Maxi data (all data more than 255 bytes total)
17 4 item count (*if* there is more than one)

12345678910>>...19