Searched refs:to (Results 1 - 25 of 284) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php23 // relative path to the vnc java applet jar
24 // you must *copy* (apache doesn't seem to like symlinks) it there.
32 // to use the tightvnc applet instead (supports > 8bpp):
37 // (you will have to move the VncViewer.jar file around)
71 // timeout before the demo session is killed, as argument to /bin/sleep
74 // path to qemu binary
91 // absolute path to the image.
110 // uncomment if you want to pass your Sonix webcam device through
111 // migth need to update VID:PID
399 echo "Check to enabl
[all...]
/haiku/3rdparty/mmu_man/scripts/
H A Dbebook13 hey BeHappy set Book of Window $LASTWIN to "Be Book" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
H A Dbman13 hey BeHappy set Book of Window $LASTWIN to "Man pages" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex40 Resources provide a means to store structured but flat data in files. Unlike
44 (resource files), on the other hand these are file formats extended to
118 \item{All other fields must be set to 0.}
127 In an ELF file, resources are appended to rather than contained in the
128 regular data of the file. That is adding resources to an existing ELF file
129 will not cause any modification to its data (i.e. ELF header, program header
133 Therefore two values have to be known: The size of the actual ELF file and the
134 block size to which the resources must be aligned. As ELF files do not contain
135 a size field, it has to be deduced, where the file ends. This end offset is
136 supposed to b
[all...]
/haiku/headers/cpp/
H A Deditbuf.h16 along with this library; see the file COPYING. If not, write to the Free
20 compiled with a GNU compiler to produce an executable, this does not cause
21 the resulting executable to be covered by the GNU General Public License.
37 // At some point, it might be nice to parameterize this code
64 struct edit_buffer *buffer; // buffer that 'start' and 'end' belong to
71 Assign length of STR to *LENP.
75 void assign(struct edit_string *src); // copy bytes from src to this
106 // If 'insert_before()' is true the mark will be adjusted to be
126 // A 'edit_buffer' coerced to a edit_string is the string of
133 // to hav
[all...]
/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h5 // Permission to copy, use, modify, sell and distribute this software
8 // warranty, and with no claim as to its suitability for any purpose.
357 void precache(unsigned from, unsigned to) argument
359 for(; from <= to; ++from) glyph(from);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h9 * Permission to use, copy, modify, distribute, and sell this software and
14 * in advertising or publicity pertaining to distribution of the software
34 * emulator to execute native instructions.
36 * For PIC vs non-PIC code refer to:
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/headers/os/drivers/pcmcia/
H A Dmem_op.h4 * The contents of this file are subject to the Mozilla Public License
21 * above. If you wish to allow the use of your version of this file
22 * only under the terms of the GPL and not to allow others to use
37 to copy between a card and kernel memory. These routines do 32-bit
47 static inline void copy_pc_to_user(void *to, const void *from, size_t n) argument
52 put_user(readl_ns(from), (int *)to);
53 (char *)from += 4; (char *)to += 4; n -= 4;
56 put_user(readb((char *)from++), (char *)to++);
59 static inline void copy_user_to_pc(void *to, cons argument
78 copy_from_pc(void *to, const void *from, size_t n) argument
90 copy_to_pc(void *to, const void *from, size_t n) argument
102 copy_pc_to_user(void *to, const void *from, size_t n) argument
114 copy_user_to_pc(void *to, const void *from, size_t n) argument
[all...]
/haiku/headers/os/mail/
H A DMailMessage.h54 // ready to send via the appropriate channel. ReplyMessage()
66 void SetSubject(const char* to,
69 void SetReplyTo(const char* to,
72 void SetFrom(const char* to,
75 void SetTo(const char* to,
78 void SetCC(const char* to,
81 void SetBCC(const char* to);
82 void SetPriority(int to);
117 // Message will be set to the message file if not equal to NUL
[all...]
H A DMailSettings.h74 void SetDefaultOutboundAccount(int32 to);
116 bool MoveFilterSettings(int32 from, int32 to);
/haiku/headers/os/media/
H A DTimeSource.h108 void DirectSeek(bigtime_t to, bigtime_t at);
/haiku/headers/os/midi/
H A DMidiSynth.h35 status_t RemapInstrument(int16 from, int16 to);
/haiku/headers/os/net/
H A DNetEndpoint.h60 const BNetAddress& to, int flags = 0);
61 virtual int32 SendTo(BNetBuffer& buffer, const BNetAddress& to,
H A DNetworkRoute.h66 // unimplemented to disallow copying
69 sockaddr*& to);
/haiku/headers/os/support/
H A DList.h39 bool MoveItem(int32 from, int32 to);
H A DObjectList.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
105 bool MoveItem(int32 from, int32 to);
561 MoveItem(int32 from, int32 to) argument
[all...]
/haiku/headers/private/app/
H A DMessageAdapter.h44 KMessage& to);
48 BMessage* to);
/haiku/headers/private/audio/
H A Dhmulti_audio.h8 /* forces a change before the end of August, we will try to stay binary compatible */
10 /* Send feedback to trinity@be.com [1999-07-02] */
55 B_MULTI_SET_BUFFERS, /* Set what buffers to use, if the driver supports soft buffers. */
57 B_MULTI_SET_START_TIME, /* When to actually start */
91 /* sample rate parameter global to all channels (input and output rates respectively) */
93 /* output sample rate locked to input sample rate (output_rates only; the common case!) */
109 /* 32-bit floating point, -1.0 to 1.0 */
111 /* 64-bit floating point, -1.0 to 1.0 */
113 /* 80-bit floating point, -1.0 to 1.0 */
117 /* format parameter global to al
[all...]
/haiku/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku/headers/private/fs_shell/
H A Dfssh_stdio.h21 extern int fssh_rename(const char *from, const char *to);
H A Dfssh_unistd.h55 extern int fssh_symlink(const char *from, const char *to);
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h17 // flow: used to trace execution
29 // to specify the module that created the message you have
30 // to define a string called
43 // you _can_ ask to delay execution after each printed message
73 #error you need to define DEBUG_MSG_PREFIX with the module name
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread.h23 uint32 m68k_next_page_directory(Thread *from, Thread *to);
/haiku/headers/private/kernel/arch/
H A Dvm.h31 struct VMAddressSpace *to);
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread.h26 phys_addr_t x86_next_page_directory(Thread* from, Thread* to);

Completed in 133 milliseconds

1234567891011>>