Searched refs:To (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_builtin.c43 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \
55 #define BUILTIN_ALIAS(From, To)
H A Dgconv_simple.c31 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \
/haiku/src/apps/mail/
H A DHeader.h65 const char* To() const;
H A DHeader.cpp351 // To
352 fToLabel = new LabelView(B_TRANSLATE("To:"));
353 fToControl = new AddressTextControl(B_TRANSLATE("To:"),
473 return To() == NULL || To()[0] == '\0';
478 THeaderView::To() const function in class:THeaderView
662 // Set Subject:, From:, To: & Cc: fields
665 SetTo(mail->To());
H A DMailWindow.cpp995 // one of To:, Subject:, Account:, Cc:, Bcc:
1174 BPopUpMenu menu("Reply To", false, false);
1678 BString searchText(fHeaderView->To());
2043 add_header_field("To:", fHeaderView->To());
2197 fHeaderView->SetTo(fMail->To());
2413 mail.SetTo(fHeaderView->To(), characterSetToUse,
2430 fMail->SetTo(fHeaderView->To(), characterSetToUse, encodingForHeaders);
2552 // "You must have either a \"To\" or \"Bcc\" recipient.");
2669 WriteAttrString(&draft, B_MAIL_ATTR_NAME, fHeaderView->To());
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h149 # define _obstack_memcpy(To, From, N) memcpy ((To), (From), (N))
152 # define _obstack_memcpy(To, From, N) memcpy ((To), (From), (N))
154 # define _obstack_memcpy(To, From, N) bcopy ((From), (To), (N))
293 /* To prevent prototype warnings provide complete argument list in
/haiku/headers/os/mail/
H A DMailMessage.h58 const char* To() const;
/haiku/src/kits/mail/
H A DMailMessage.cpp119 get_address_list(list, To(), extract_address);
153 // Set special "In-Reply-To:" header (used for threading)
156 reply->SetHeaderField("In-Reply-To", messageID);
181 header << "To: " << To() << '\n';
229 BEmailMessage::To() const function in class:BEmailMessage
231 return HeaderField("To");
245 return HeaderField("Reply-To");
324 SetHeaderField("Reply-To", replyTo, charset, encoding);
338 SetHeaderField("To", t
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh14 To generate such a file run a program with the following
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp46 STD_HDR_TO, /* All the stuff in the To: field. */
388 HeaderValues [STD_HDR_TO] = MailMessage.To ();
/haiku/src/bin/keymap/
H A DKeymap.cpp911 "# To set NumLock, do the following:\n"
914 "# To set everything, do the following:\n"
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex401 These fields contain the same kind of data. To understand what the value for a
408 To be precise: Let \verb|uint32 resources[]| be the resources and

Completed in 77 milliseconds