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

<<111213141516

/haiku/headers/posix/
H A Dstdio.h93 extern int rename(const char *from, const char *to);
94 extern int renameat(int fromFD, const char *from, int toFD, const char *to);
/haiku/headers/private/kernel/
H A Ddebug.h185 extern status_t debug_memcpy(team_id teamID, void* to, const void* from,
187 extern ssize_t debug_strlcpy(team_id teamID, char* to, const char* from,
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp266 renameat(int fromFD, const char* from, int toFD, const char* to) argument
270 return _haiku_build_renameat(fromFD, from, toFD, to);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.cpp278 QuickCamDeviceAddon::Instantiate(CamRoster &roster, BUSBDevice *from) argument
280 return new QuickCamDevice(*this, from);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp313 NW80xCamDeviceAddon::Instantiate(CamRoster &roster, BUSBDevice *from) argument
315 return new NW80xCamDevice(*this, from);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88178Device.cpp203 // get the "magic" word from EEPROM
257 size_t from = bCase8 ? 0 : 4; local
260 for (size_t i = from; i <= to; i++) {
/haiku/src/kits/tracker/
H A DModel.h27 this Software without prior written authorization from Be Incorporated.
104 // also used to switch from read-only to writable
145 // where is this model getting it's icon from
148 // called from the attribute changed calls to force a lookup of
365 Model::SetIconFrom(IconSource from) argument
367 fIconFrom = from;
/haiku/src/kits/interface/
H A DBitmap.cpp341 /*! \brief Unarchives a bitmap from a BMessage.
411 /*! \brief Instantiates a BBitmap from an archive.
413 \return A bitmap reconstructed from the archive or \c NULL, if an error
473 /*! \brief Returns the result from the construction.
499 using this call prevents you from accessing an invalid pointer
525 // NOTE: maybe this is used to prevent the app_server from
733 of the source at \a from extending \a width and \a height is assigned
743 \param from The offset in the source where reading should begin.
753 color_space colorSpace, BPoint from, BPoint to, BSize size)
771 fBytesPerRow, colorSpace, fColorSpace, from, t
752 ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, BSize size) argument
777 ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
831 ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, BSize size) argument
845 ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, int32 width, int32 height) argument
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp58 user_copy_address(const sockaddr* from, sockaddr** to) argument
60 if (from == NULL) {
66 if (user_memcpy(&address, from, sizeof(struct sockaddr)) < B_OK)
74 if (user_memcpy(*to, from, address.sa_len) < B_OK)
84 user_copy_address(const sockaddr* from, sockaddr_storage* to) argument
86 if (from == NULL)
89 if (user_memcpy(to, from, sizeof(sockaddr)) < B_OK)
95 if (user_memcpy(to, from, to->ss_len) < B_OK)
528 TRACE("remove route from domain %s: dest %s, mask %s, gw %s, flags %lx\n",
/haiku/headers/os/drivers/
H A DKernelExport.h238 extern status_t user_memcpy(void *to, const void *from, size_t size);
239 extern ssize_t user_strlcpy(char *to, const char *from, size_t size);
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c18 * may be used to endorse or promote products derived from this software
136 struct sockaddr_storage from; local
394 fromlen = sizeof (from);
395 if (getpeername(0, (struct sockaddr *)&from, &fromlen) < 0) {
406 if (from.ss_family == AF_INET) {
422 doit((struct sockaddr *)&from);
739 * Main loop. Select from pty and network, and
800 * Spin, waiting for a response from the DO ECHO. However,
887 * Ignoring SIGTTOU keeps the kernel from blocking us
1000 * Something to read from th
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp80 // Try directories from most specific to least
102 fprintf(stderr, "Couldn't read settings from '%s': %s\n",
616 BMailProtocolSettings::MoveFilterSettings(int32 from, int32 to) argument
618 if (from < 0 || from >= (int32)CountFilterSettings() || to < 0
621 if (from == to)
624 BMailAddOnSettings* settings = fFiltersSettings.RemoveItemAt(from);
H A DMailMessage.cpp281 /* The usual values are a number from 1 to 5, or one of three words:
329 BEmailMessage::SetFrom(const char* from, uint32 charset, mail_encoding encoding) argument
331 SetHeaderField("From", from, charset, encoding);
443 BString from; local
445 from << '\"' << accountSettings->RealName() << "\" <"
448 SetFrom(from);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp74 ** taken from the file rfc2104.txt
161 ** generates an MD5-sum from the given string
174 ** generates an MD5-digest from the given string
458 const char *from = header.FindString("MAIL:from"); local
463 if (to == NULL || from == NULL) {
469 status = Send(to, from, &file);
716 SMTPProtocol::Send(const char* to, const char* from, BPositionIO *message) argument
718 BString cmd = from;
843 //! Receives response from serve
[all...]
/haiku/src/kits/media/
H A DMediaTrack.cpp609 // TODO: This changes the meaning of fCurrentTime from pointing
944 BMediaTrack::SetupFormatTranslation(const media_format &from, media_format* to) argument
951 string_for_format(from, s, sizeof(s));
952 printf("BMediaTrack::SetupFormatTranslation: from: %s\n", s);
955 status_t result = gPluginManager.CreateDecoder(&fRawDecoder, from);
962 int buffer_size = from.u.raw_audio.buffer_size;
963 int frame_size = (from.u.raw_audio.format & 15)
964 * from.u.raw_audio.channel_count;
965 media_format fromNotConst = from;
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp161 msg.AddInt32("from",source);
434 int32 from = msg->FindInt32("from"); local
436 if (from == to)
439 if (!_MailSettings()->MoveFilterSettings(from, to)) {
/haiku/src/apps/codycam/
H A DFtpClient.cpp362 string from = "RNFR "; local
367 from += oldPath;
370 if (_SendRequest(from)) {
534 // comment from the ncftp source:
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c50 /* design ripped off from http://www.latms.berkeley.k12.ca.us/perl/node30.html :) */
78 status_t init_words(char *from);
117 init_words(char *from) argument
125 fd = open(from, O_RDONLY);
128 /* lseek() seems to always return 0 from the kernel ??? */
/haiku/headers/cpp/
H A Deditbuf.h41 // Logical pos from start of buffer (does not count gap).
44 // Pos from start of buffer, possibly including gap_size.
75 void assign(struct edit_string *src); // copy bytes from src to this
167 void delete_range(buf_index from, buf_index to);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h123 virtual SonixCamDevice *Instantiate(CamRoster &roster, BUSBDevice *from);
/haiku/headers/os/mail/
H A DMailSettings.h116 bool MoveFilterSettings(int32 from, int32 to);
/haiku/headers/os/translation/
H A DTranslatorRoster.h46 static BArchivable* Instantiate(BMessage* from);
/haiku/headers/os/interface/
H A DChannelSlider.h33 static BArchivable* Instantiate(BMessage* from);
H A DTextControl.h97 virtual status_t AllUnarchived(const BMessage* from);
/haiku/headers/private/interface/
H A DAbstractSpinner.h127 virtual status_t AllUnarchived(const BMessage* from);

Completed in 153 milliseconds

<<111213141516