Searched refs:from (Results 276 - 300 of 543) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-gdb.c95 struct type *from, struct type *to);
96 static int is_nontrivial_conversion (struct type *from, struct type *to);
241 /* Generating bytecode from GDB expressions: general assumptions */
286 /* Generating bytecode from GDB expressions: the `trace' kludge */
356 /* Generating bytecode from GDB expressions: helper functions */
460 /* Generating bytecode from GDB expressions: symbol references */
514 /* In many cases, a symbol's value is the offset from some other
652 /* Generating bytecode from GDB expressions: literals */
666 /* Generating bytecode from GDB expressions: unary conversions, casts */
783 gen_conversion (struct agent_expr *ax, struct type *from, struc
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
805 is_nontrivial_conversion(struct type *from, struct type *to) argument
[all...]
H A Dmips-linux-tdep.c34 /* Copied from <asm/elf.h>. */
66 We expect the first arg to be a pointer to the jmp_buf structure from
220 char *from, *to; local
224 from = (char *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (regno)];
226 memcpy (to, from, register_size (current_gdbarch, regno - FP0_REGNUM));
230 from = (char *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (regno)];
232 memcpy (to, from, register_size (current_gdbarch, regno));
285 This makes it possible to access GNU/Linux MIPS shared libraries from a
323 /* Copied from <asm/elf.h>. */
355 We expect the first arg to be a pointer to the jmp_buf structure from
499 char *from, *to; local
[all...]
H A DChangeLog-3.x57 from all baseclasses; remove vestigial variable baseclass.
63 * blockframe.c (get_frame_block): Subtract one from pc if not
115 error from stat.
118 default-dep.c (exec_file_command): Check for errors from stat,
130 dbxread.c (process_one_symbol): Cast return from copy_pending
251 stack.c (frame_info): Check for Frame_unknown return from
269 * i386-dep.c (i386_frame_num_args): Take function from m-i386.h
394 * sparc-opcode.h (swapa): Remove i bit from match.
411 * sparc-opcode.h (mov): Add mov to/from %tbr, %psr, %wim.
414 syntax from architectur
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dcmpt.c117 that it searches backwards from the end of the n bytes pointed to
118 by s instead of forwards from the front. */
133 /* strptime is required by POSIX, but it is missing from Windows,
192 #define get_number(from, to, n) \
204 if (val < from || val > to) \
210 # define get_alt_number(from, to, n) \
245 if (val < from || val > to) \
251 get_number (from, to, n); \
256 # define get_alt_number(from, to, n) \
290 if (val < from || va
[all...]
H A Dlog.c81 either to stderr or to a file pointer obtained from fopen(). If
382 missing from legacy systems. Therefore I consider it safe to
384 vsnprintf() is not available, we use the implementation from
648 chars. This is by design: it makes sure that messages from remote
669 const char *from = source;
673 /* Copy chars from SOURCE to DEST, escaping non-printable ones. */
677 while ((c = *from++) != '\0')
689 while ((c = *from++) != '\0')
757 will break them. Don't call it on literal strings from the source,
847 /* Request redirection at a convenient time. This may be called from
663 const char *from = source; local
[all...]
/haiku-fatelf/src/kits/interface/
H A DTwoDimensionalLayout.cpp258 BTwoDimensionalLayout::BTwoDimensionalLayout(BMessage* from) argument
260 BAbstractLayout(from),
270 from->FindRect(kInsetsField, &insets);
273 from->FindFloat(kSpacingField, 0, &fHSpacing);
274 from->FindFloat(kSpacingField, 1, &fVSpacing);
444 BTwoDimensionalLayout::AllUnarchived(const BMessage* from) argument
446 status_t err = BLayout::AllUnarchived(from);
450 BUnarchiver unarchiver(from);
468 BTwoDimensionalLayout::ItemUnarchived(const BMessage* from, BLayoutItem* item, argument
471 return BAbstractLayout::ItemUnarchived(from, ite
[all...]
H A DSplitLayout.cpp198 BSplitLayout::BSplitLayout(BMessage* from) argument
200 BAbstractLayout(BUnarchiver::PrepareArchive(from)),
237 BUnarchiver unarchiver(from);
240 status_t err = from->FindBool(kIsVerticalField, &isVertical);
248 err = from->FindRect(kInsetsField, &insets);
255 err = from->FindFloat(kSplitterSizeField, &fSplitterSize);
257 err = from->FindFloat(kSpacingField, &fSpacing);
776 BSplitLayout::Instantiate(BMessage* from) argument
778 if (validate_instantiation(from, "BSplitLayout"))
779 return new(std::nothrow) BSplitLayout(from);
798 ItemUnarchived(const BMessage* from, BLayoutItem* item, int32 index) argument
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf.c14 * may be used to endorse or promote products derived from this software
36 * Copy data from an mbuf chain starting "off" bytes from the beginning,
81 /* splat the data from one into the other */
117 * Duplicate "from"'s mbuf pkthdr in "to".
118 * "from" must have M_PKTHDR set, and "to" must be empty.
122 m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how) argument
125 to->m_flags = (from->m_flags & M_COPYFLAGS) | (to->m_flags & M_EXT);
128 to->m_pkthdr = from->m_pkthdr;
130 return (m_tag_copy_chain(to, from, MBTO
369 m_move_pkthdr(struct mbuf *to, struct mbuf *from) argument
392 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, void (*copy)(char *from, caddr_t to, u_int len)) argument
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Dinfocmp.c76 static int numbers = 0; /* format "%'char'" to/from "%{number}" */
455 const char *from; member in struct:__anon4860
616 for (ap = std_caps; ap->from; ap++) {
619 len = strlen(ap->from);
621 && strncmp(ap->from + adj, sp + csi, len - adj) == 0) {
646 for (ap = std_modes; ap->from; ap++) {
647 size_t tlen = strlen(ap->from);
649 if (strncmp(ap->from, ep, tlen) == 0) {
682 for (ap = private_modes; ap->from; ap++) {
683 size_t tlen = strlen(ap->from);
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcplus-dem.c18 coming from the use of this file. (The Library Public License
135 int dllimported; /* Symbol imported from a PE DLL */
899 the compilation system, are presumed to have already been stripped from
1166 work_stuff_copy_to_from (to, from)
1168 struct work_stuff *from;
1175 memcpy (to, from, sizeof (*to));
1178 if (from->typevec_size)
1180 = (char **) xmalloc (from->typevec_size * sizeof (to->typevec[0]));
1182 for (i = 0; i < from->ntypes; i++)
1184 int len = strlen (from
[all...]
/haiku-fatelf/headers/os/support/
H A DString.h45 BString& Adopt(BString& from);
48 BString& Adopt(BString& from, int32 maxLength);
54 BString& AdoptChars(BString& from, int32 charCount);
126 BString& Remove(int32 from, int32 length);
140 BString& MoveInto(BString& into, int32 from, int32 length);
141 void MoveInto(char* into, int32 from, int32 length);
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp229 // convert from canvas view coordinates
366 // recalculate the points from the original box
632 TransformBox::_StrokeBWLine(BView* into, BPoint from, BPoint to) const argument
637 float xDiff = to.x - from.x;
638 float yDiff = to.y - from.y;
655 into->StrokeLine(from, to, B_SOLID_LOW);
656 from += offset;
658 into->StrokeLine(from, to, B_SOLID_HIGH);
/haiku-fatelf/src/bin/zic/
H A Dzdump.c223 wp = _("differs from POSIX standard");
312 register int from; local
326 for (from = 0; environ[from] != NULL; ++from)
327 if (strncmp(environ[from], "TZ=", 3) != 0)
328 fakeenv[to++] = environ[from];
/haiku-fatelf/src/kits/mail/
H A DMailProtocol.cpp335 MailProtocol::FileRenamed(const entry_ref& from, const entry_ref& to) argument
487 entry_ref from; local
488 message->FindRef("from", &from);
491 fMailProtocol->FileRenamed(from, to);
534 MailProtocolThread::TriggerFileRenamed(const entry_ref& from, argument
538 message.AddRef("from", &from);
H A Ddes.c157 register unsigned long *from, *endp; local
159 from = KnL, endp = &KnL[32];
160 while( from < endp ) *into++ = *from++;
164 void des_usekey(register unsigned long *from) argument
169 while( to < endp ) *to++ = *from++;
/haiku-fatelf/src/apps/installedpackages/
H A DUninstallView.cpp51 // - Add a status window (reuse the one from PackageInstall)
187 ino_t from, to; local
188 if (msg->FindInt64("from directory", &from) != B_OK
199 } else if (ref.node == from) {
250 "successfully removed from your system."),
255 "The selected package was not removed from your system. "
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c148 If FILENAME is NULL, then read from ~/.history. Returns 0 if
157 /* Read a range of lines from FILENAME, adding them to the history list.
160 until the end of the file. If FILENAME is NULL, then read from
163 read_history_range (filename, from, to)
165 int from, to;
245 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
372 /* Count backwards from the end of buffer until we have passed
386 the current value of i and 0. Otherwise, write from the start of
415 from the history list to FILENAME. OVERWRITE is non-zero if you
523 /* Append NELEMENT entries to FILENAME. The entries appended are from
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dmktime.c216 /* Calculate day of year from year, month, and day of month.
278 Also, repair any damage from a false match due to a leap second. */
388 time_t from = atol (argv[1]);
393 for (tl = from; tl <= to; tl += by)
401 for (tl = from; tl <= to; tl += by)
387 time_t from = atol (argv[1]); local
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dmktime.c216 /* Calculate day of year from year, month, and day of month.
278 Also, repair any damage from a false match due to a leap second. */
388 time_t from = atol (argv[1]);
393 for (tl = from; tl <= to; tl += by)
401 for (tl = from; tl <= to; tl += by)
387 time_t from = atol (argv[1]); local
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistfile.c135 If FILENAME is NULL, then read from ~/.history. Returns 0 if
144 /* Read a range of lines from FILENAME, adding them to the history list.
147 until the end of the file. If FILENAME is NULL, then read from
150 read_history_range (filename, from, to)
152 int from, to;
220 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
324 /* Count backwards from the end of buffer until we have passed
335 the current value of i and 0. Otherwise, write from the start of
367 from the history list to FILENAME. OVERWRITE is non-zero if you
461 /* Append NELEMENT entries to FILENAME. The entries appended are from
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c68 /* Get a line from the user. */
404 fprintf(stderr, "No catalog entry specified to remove from\n");
464 fprintf(stderr, "Failed to remove entry from %s\n",
477 "Failed to remove entry from %s\n",
/haiku-fatelf/headers/private/kernel/vm/
H A Dvm.h151 status_t vm_memcpy_from_physical(void* to, phys_addr_t from, size_t length,
153 status_t vm_memcpy_to_physical(phys_addr_t to, const void* from, size_t length,
155 void vm_memcpy_physical_page(phys_addr_t to, phys_addr_t from);
/haiku-fatelf/headers/libs/print/libprint/
H A DPrintUtils.h61 void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL,
/haiku-fatelf/headers/os/interface/
H A DRegion.h17 /* Moved from DirectWindow.h */
33 BRegion& operator=(const BRegion& from);
/haiku-fatelf/headers/os/translation/
H A DTranslatorRoster.h35 static BArchivable* Instantiate(BMessage* from);

Completed in 311 milliseconds

<<11121314151617181920>>