Searched refs:CC (Results 1 - 7 of 7) sorted by relevance

/haiku/build/scripts/
H A Dbuild_cross_tools161 export CC="gcc -m32"
167 unset CC
/haiku/
H A Dconfigure102 CC The host compiler. Defaults to "gcc".
574 CC\=*|HAIKU*\=*|JAMSHELL\=*)
603 if [ -z "$CC" ]; then
604 CC=gcc
640 HOST_GCC_RAW_VERSION=`$CC -dumpversion`
642 HOST_GCC_MACHINE=`$CC -dumpmachine`
653 HOST_GCC_LD=`$CC -print-prog-name=ld`
654 HOST_GCC_OBJCOPY=`$CC -print-prog-name=objcopy`
1126 HOST_CC ?= ${CC} ;
/haiku/src/kits/mail/
H A DMailMessage.cpp118 get_address_list(list, CC(), extract_address);
183 if (CC() != NULL) {
184 // Can use CC rather than "Cc" since display only.
185 header << "CC: " << CC() << '\n';
250 BEmailMessage::CC() const function in class:BEmailMessage
253 // Note case of CC is "Cc" in our internal headers.
741 get_address_list(recipientList, CC(), extract_address);
815 attr = CC();
/haiku/headers/os/mail/
H A DMailMessage.h61 const char* CC() const;
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp47 STD_HDR_CC, /* All the CC: field (originally means carbon copy). */
390 HeaderValues [STD_HDR_CC] = MailMessage.CC ();
/haiku/src/apps/mail/
H A DHeader.cpp666 SetCc(mail->CC());
H A DMailWindow.cpp2198 fHeaderView->SetCc(fMail->CC());
2427 // CC field meant that it got sent out anyway, so pass in empty strings
2987 get_address_list(addressList, fMail->CC(), extract_address);
2993 get_address_list(nameList, fMail->CC(), extract_address_name);

Completed in 65 milliseconds