Searched refs:from (Results 76 - 100 of 543) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/include/
H A Dfloatformat.h85 int (*is_valid) PARAMS ((const struct floatformat *fmt, const char *from));
114 /* Convert from FMT to a double.
131 floatformat_is_valid PARAMS ((const struct floatformat *fmt, const char *from));
/haiku-fatelf/src/bin/network/traceroute/
H A Dfindsaddr-haiku.c24 findsaddr(const struct sockaddr_in *to, struct sockaddr_in *from) argument
42 memcpy(from, request->source, sizeof(struct sockaddr_in));
/haiku-fatelf/src/kits/interface/
H A DViewLayoutItem.cpp30 BViewLayoutItem::BViewLayoutItem(BMessage* from) argument
32 BLayoutItem(BUnarchiver::PrepareArchive(from)),
36 BUnarchiver unarchiver(from);
198 BViewLayoutItem::AllUnarchived(const BMessage* from) argument
203 return BLayoutItem::AllUnarchived(from);
208 BViewLayoutItem::Instantiate(BMessage* from) argument
210 if (validate_instantiation(from, "BViewLayoutItem"))
211 return new(std::nothrow) BViewLayoutItem(from);
H A DViewLayoutItem.h14 BViewLayoutItem(BMessage* from);
43 virtual status_t AllUnarchived(const BMessage* from);
44 static BArchivable* Instantiate(BMessage* from);
H A DCardLayout.cpp30 BCardLayout::BCardLayout(BMessage* from) argument
32 BAbstractLayout(BUnarchiver::PrepareArchive(from)),
39 BUnarchiver(from).Finish();
223 BCardLayout::AllUnarchived(const BMessage* from) argument
225 status_t err = BLayout::AllUnarchived(from);
230 err = from->FindInt32(kVisibleItemField, &visibleIndex);
246 BCardLayout::ItemUnarchived(const BMessage* from, BLayoutItem* item, argument
249 return BAbstractLayout::ItemUnarchived(from, item, index);
255 BCardLayout::Instantiate(BMessage* from) argument
257 if (validate_instantiation(from, "BCardLayou
[all...]
H A DGroupLayout.cpp45 BGroupLayout::BGroupLayout(BMessage* from) argument
47 BTwoDimensionalLayout(from)
50 if (from->FindBool(kVerticalField, &isVertical) != B_OK)
209 BGroupLayout::AllUnarchived(const BMessage* from) argument
211 return BTwoDimensionalLayout::AllUnarchived(from);
216 BGroupLayout::Instantiate(BMessage* from) argument
218 if (validate_instantiation(from, "BGroupLayout"))
219 return new(nothrow) BGroupLayout(from);
233 BGroupLayout::ItemUnarchived(const BMessage* from, argument
237 status_t err = from
[all...]
/haiku-fatelf/headers/os/interface/
H A DCardLayout.h14 BCardLayout(BMessage* from);
32 static BArchivable* Instantiate(BMessage* from);
38 virtual status_t AllUnarchived(const BMessage* from);
42 virtual status_t ItemUnarchived(const BMessage* from,
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/bios_ia32/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/syslog_daemon/
H A Dsyslog_daemon.h19 // This message is sent from both, the POSIX syslog API and the kernel's
23 thread_id from; member in struct:syslog_message
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.h24 uint64 from; member in struct:nbd_request
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dancillary_data.h22 void* move_ancillary_data(ancillary_data_container* from,
/haiku-fatelf/src/apps/bootmanager/
H A DBootDrive.h26 void AddSupportedMenus(const BootMenuList& from,
H A DBootDrive.cpp53 /*! Adds all boot menus from the list \a from that support the drive to \a to.
56 BootDrive::AddSupportedMenus(const BootMenuList& from, BootMenuList& to) argument
58 for (int32 i = 0; i < from.CountItems(); i++) {
59 BootMenu* menu = from.ItemAt(i);
/haiku-fatelf/src/system/libroot/posix/locale/
H A Dsetlocale.cpp39 int from, to; local
42 from = 1;
45 from = to = category;
48 for (int lc = from; lc <= to; lc++) {
/haiku-fatelf/src/servers/app/
H A DIntPoint.h80 IntPoint::operator=(const IntPoint& from) argument
82 x = from.x;
83 y = from.y;
H A DDrawState.cpp59 DrawState::DrawState(DrawState* from) argument
61 fCombinedOrigin(from->fCombinedOrigin),
63 fCombinedScale(from->fCombinedScale),
66 fHighColor(from->fHighColor),
67 fLowColor(from->fLowColor),
68 fPattern(from->fPattern),
70 fDrawingMode(from->fDrawingMode),
71 fAlphaSrcMode(from->fAlphaSrcMode),
72 fAlphaFncMode(from->fAlphaFncMode),
74 fPenLocation(from
[all...]
/haiku-fatelf/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.h37 virtual status_t MemcpyFromPhysical(void* to, phys_addr_t from,
40 const void* from, size_t length, bool user);
42 phys_addr_t from);
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dgen-translit.pl44 my($from) = $1;
46 my($fromlen) = cstrlen($from);
49 push(@froms, $from);
/haiku-fatelf/src/apps/cdplayer/
H A DCDAudioDevice.cpp59 CDAudioData::CDAudioData(const CDAudioData &from) argument
61 fDiscId(from.fDiscId),
62 fTrackCount(from.fTrackCount),
63 fLength(from.fLength)
69 CDAudioData::operator=(const CDAudioData &from) argument
71 fDiscId = from.fDiscId;
72 fTrackCount = from.fTrackCount;
73 fLength = from.fLength;
74 fFrameOffsets = from.fFrameOffsets;
90 CDAudioTime::CDAudioTime(const CDAudioTime &from) argument
99 operator =(const CDAudioTime &from) argument
108 operator +(const CDAudioTime &from) argument
124 operator -(const CDAudioTime &from) argument
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DPrintUtils.cpp128 AddFields(BMessage* to, const BMessage* from, const char* excludeList[], argument
131 if (to == from)
140 for (int32 i = 0; from->GetInfo(B_ANY_TYPE, i, &name, &type, &count)
157 if (from->FindData(name, type, j, &data, &size) == B_OK) {
162 from->FindMessage(name, j, &m);
/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp55 fFrom = new BTextControl("from", "From:", "SomeSpaceHere", NULL);
123 int32 from = 1; local
126 from = atoi(fFrom->Text());
128 if (from <= 0) from = 1;
129 if (to < from) to = from;
137 fSetupMsg->AddInt32("first_page", from);
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipView.cpp17 * derived from this software without specific prior written permission.
83 // Adapted from c.lenz' ToolTipView::Draw()
109 uint32 from = m_lineSet[n]; local
113 if(to > from)
115 m_text.String() + from,
116 to - from,
220 uint32 from = m_lineSet[n]; local
224 m_text.String() + from,
225 to - from);
/haiku-fatelf/src/bin/less/
H A Dline.c72 * Initialize from environment variables.
252 int from; local
263 to = from = lmargin;
268 while (shifted <= shift && from < curr)
270 c = linebuf[from];
275 attr[to++] = attr[from++];
276 while (from < curr && linebuf[from])
278 linebuf[to] = linebuf[from];
279 attr[to++] = attr[from];
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp30 /*! Routing utility function: copies address \a from into a new address
32 If \a replaceWithZeros is set \a from will be replaced by an empty
34 If a \a mask is given it is applied to \a from (such that \a to is the
35 result of \a from & \a mask).
41 l2cap_copy_address(const sockaddr *from, sockaddr **to, argument
53 if (from == NULL)
55 if (from->sa_family != AF_BLUETOOTH)
62 memcpy(*to, from, sizeof(sockaddr_l2cap));
104 \return false if \a address is NULL, or with family different from
294 /*! Sets \a address to \a from
300 l2cap_set_to(sockaddr *address, const sockaddr *from) argument
318 const sockaddr_l2cap *from = (const sockaddr_l2cap *)_from; local
[all...]

Completed in 124 milliseconds

1234567891011>>