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

/haiku/src/bin/mail_utils/
H A Dmail.cpp31 "[-b bcc-addr] to-addr ...\n", argv[0]);
37 const char *bcc = ""; local
52 bcc = argv[i+1];
65 fprintf(stdout, "Bcc:\t%s\n", bcc);
73 strcmp(bcc, "") == 0) {
76 "in to, cc or bcc fields.\n");
114 mail.AddHeaderField(B_MAIL_BCC, bcc);
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Daddmul_1.S55 bcc L(L1)
74 bcc L(Loop)
H A Dmul_1.S59 bcc L(L1)
77 bcc L(Loop)
H A Dsubmul_1.S55 bcc L(L1)
74 bcc L(Loop)
H A Dadd_n.S48 bcc L(L1)
H A Dsub_n.S48 bcc L(L1)
H A Dlshift.S107 bcc L(Loop)
124 bcc L(LL1)
H A Drshift.S96 bcc L(Loop)
123 bcc L(LL1)
/haiku/src/apps/mail/
H A DHeader.h74 void SetBcc(const char* bcc);
H A DHeader.cpp381 fBccControl = new AddressTextControl("bcc", new BMessage(BCC_FIELD));
539 THeaderView::SetBcc(const char* bcc) argument
542 fBccControl->SetText(bcc);
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h59 #define bcc jcc macro
84 #define bcc jbcc macro
/haiku/src/kits/mail/
H A DMailMessage.cpp351 BEmailMessage::SetBCC(const char* bcc) argument
354 fBCC = strdup(bcc);

Completed in 102 milliseconds