Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 81) sorted by last modified time

1234

/PHP-7.3/
H A Dconfigure.ac177 AC_PROG_CC([cc gcc])
589 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
593 AC_MSG_WARN([warnings level for cc set to 0])
H A Dacinclude.m4259 …*.cpp|*.cc|*.cxx[)] ac_comp="$b_cxx_pre $3 $ac_inc $b_cxx_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac…
471 dnl Can be passed to native cc/libtool
475 dnl cc-specific
H A Dltmain.sh606 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
788 *.cc) xform=cc ;;
/PHP-7.3/ext/imap/tests/
H A Dbug80710_1.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
H A Dbug80710_2.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
/PHP-7.3/ext/imap/
H A Dphp_imap.c432 ZEND_ARG_INFO(0, cc)
3629 PHP_RFC822_PARSE_ADRLIST(&env->cc, pvalue); in PHP_FUNCTION()
4045 if (cc) { in _php_imap_mail()
4046 bufferLen += strlen(cc) + 6; in _php_imap_mail()
4083 if (cc && *cc) { in _php_imap_mail()
4085 strlcat(bufferHeader, cc, bufferLen + 1); in _php_imap_mail()
4087 tempMailTo = estrdup(cc); in _php_imap_mail()
4088 bt_len = strlen(cc); in _php_imap_mail()
4161 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4191 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.3/build/
H A Dlibtool.m4147 test -z "$CC" && CC=cc
1798 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/…
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c973 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
988 p = set_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()
2792 CClassNode* cc = CCLASS_(y); in is_exclusive() local
5988 CClassNode* cc = CCLASS_(node); in optimize_nodes() local
5992 if (IS_NOT_NULL(cc->mbuf) || IS_NCCLASS_NOT(cc)) { in optimize_nodes()
6000 z = BITSET_AT(cc->bs, i); in optimize_nodes()
6001 if ((z && ! IS_NCCLASS_NOT(cc)) || (! z && IS_NCCLASS_NOT(cc))) { in optimize_nodes()
7080 CClassNode* cc = (CClassNode* )cc_arg; in onig_is_code_in_cc_len() local
7083 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()
7091 found = BITSET_AT(cc->bs, code) != 0; in onig_is_code_in_cc_len()
[all …]
/PHP-7.3/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1213 nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
/PHP-7.3/Zend/
H A Dzend_compile.c1537 zend_class_constant *cc; in zend_try_ct_eval_class_const() local
1541 cc = zend_hash_find_ptr(&CG(active_class_entry)->constants_table, name); in zend_try_ct_eval_class_const()
1545 cc = zend_hash_find_ptr(&ce->constants_table, name); in zend_try_ct_eval_class_const()
1557 if (!cc || !zend_verify_const_access(cc, CG(active_class_entry))) { in zend_try_ct_eval_class_const()
1561 c = &cc->value; in zend_try_ct_eval_class_const()
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt76 // expect cc and dd to be 10 and 30
77 list($cc,,$dd) = array(10,20,30,40);
78 echo "CC=$cc DD=$dd\n";
/PHP-7.3/scripts/
H A Dphpize.m425 AC_PROG_CC([cc gcc])
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c135 int cc = 0; in format_converter() local
814 return (cc); in format_converter()
819 int cc; in strx_printv() local
842 *ccp = cc; in strx_printv()
847 int cc; in phpdbg_xml_vsnprintf() local
850 return (cc); in phpdbg_xml_vsnprintf()
855 int cc; in phpdbg_xml_vasprintf() local
863 if (cc >= 0) { in phpdbg_xml_vasprintf()
864 *buf = emalloc(++cc); in phpdbg_xml_vasprintf()
865 if ((cc = phpdbg_xml_vsnprintf(*buf, cc, format, escape_xml, ap)) < 0) { in phpdbg_xml_vasprintf()
[all …]
/PHP-7.3/main/
H A Dsnprintf.c1232 int cc; in strx_printv() local
1262 int cc; in ap_php_slprintf() local
1272 return cc; in ap_php_slprintf()
1278 int cc; in ap_php_vslprintf() local
1285 return cc; in ap_php_vslprintf()
1291 int cc; in ap_php_snprintf() local
1303 int cc; in ap_php_vsnprintf() local
1313 int cc; in ap_php_vasprintf() local
1330 return cc; in ap_php_vasprintf()
1336 int cc; in ap_php_asprintf() local
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt267 cc => ec
H A Dstrtoupper1-win32.phpt267 cc => cc
299 ec => cc
H A Dconvert_cyr_string_basic.phpt144 235: cc
/PHP-7.3/ext/standard/
H A Diptc.c101 char cc; in php_iptc_get1() local
108 cc = c; in php_iptc_get1()
109 PUTC(cc); in php_iptc_get1()
H A Dpack.c993 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
995 if (cc < 10) { in PHP_FUNCTION()
996 cc += '0'; in PHP_FUNCTION()
998 cc += 'a' - 10; in PHP_FUNCTION()
1001 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
H A Dflock_compat.c181 register char cc = *cp; in inet_aton() local
183 switch (cc) { in inet_aton()
194 acc = acc * 10 + (cc - '0'); in inet_aton()
/PHP-7.3/ext/phar/tests/
H A Dphar_oo_002.phpt114 string(43) "phar://*/files/phar_oo_002.phar.php/b%cc.php"
H A Dphar_setdefaultstub.phpt74 'cc' => 'text/plain',
369 'cc' => 'text/plain',
664 'cc' => 'text/plain',
H A Dphar_createdefaultstub.phpt54 'cc' => 'text/plain',
348 'cc' => 'text/plain',
650 'cc' => 'text/plain',
H A Dcached_manifest_1.phpt31 string(%d) "phar://%snophar.phar/b%cc.php"
/PHP-7.3/ext/pcre/tests/
H A Dungreedy.phpt6 var_dump(preg_match('/<.*>/', '<aa> <bb> <cc>', $m));
9 var_dump(preg_match('/<.*>/U', '<aa> <bb> <cc>', $m));
12 var_dump(preg_match('/(?U)<.*>/', '<aa> <bb> <cc>', $m));
20 string(14) "<aa> <bb> <cc>"

Completed in 155 milliseconds

1234