Home
last modified time | relevance | path

Searched refs:cat (Results 51 – 63 of 63) sorted by relevance

123

/PHP-8.1/build/
H A Dlibtool.m4275 cat > conftest.$ac_ext <<EOF
288 cat conftest.$ac_ext >&6
437 cat <<EOF
743 cat conftest.err >&5
781 cat conftest.err 1>&5
1156 cat out/conftest.err >&5
2203 cat <<EOF 1>&2
4483 cat <<\EOF >> "$cfgfile"
5431 cat <<EOF 1>&2
5561 cat <<EOF 1>&2
[all …]
H A Dphp.m4152 cat >Makefile <<EOF
162 cat $abs_srcdir/build/Makefile.global Makefile.fragments Makefile.objects >> Makefile
264 cat >>Makefile.objects<<EOF
833 cat >>Makefile.objects<<EOF
1045 eval $php_cache_value=`cat conftestval`
2118 cat >$1<<EOF
2387 cat>>Makefile.objects<<EOF
2408 cat>>Makefile.objects<<EOF
2427 cat>>Makefile.objects<<EOF
H A Dconfig.guess157 cat <<-EOF > "$dummy.c"
1547 cat > "$dummy.c" <<EOF
H A Dshtool1247 … v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\
/PHP-8.1/ext/mbstring/
H A Dconfig.m444 cat > $ext_builddir/libmbfl/config.h <<EOF
/PHP-8.1/ext/standard/
H A Dstring.c4642 static zend_string *try_setlocale_str(zend_long cat, zend_string *loc) { argument
4655 retval = setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4670 retval = setlocale(cat, ZSTR_VAL(loc));
4673 retval = setlocale(cat, NULL);
4685 if (cat == LC_CTYPE || cat == LC_ALL) {
4708 static zend_string *try_setlocale_zval(zend_long cat, zval *loc_zv) { argument
4714 zend_string *result = try_setlocale_str(cat, loc_str);
4722 zend_long cat; local
4727 Z_PARAM_LONG(cat)
4735 zend_string *result = try_setlocale_zval(cat, elem);
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match() local
1120 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match() local
1145 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
H A Dpcre2_match.c5859 int cat = UCD_CATEGORY(fc); in match() local
5860 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5893 int cat = UCD_CATEGORY(fc); in match() local
5894 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
/PHP-8.1/
H A Dconfigure.ac1716 cat <<X
1740 cat >Zend/zend_config.h <<FEO
1755 cat <<X
1771 cat <<X
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1245 - free(cat);
1246 + efree(cat);
3036 i == cat->cat_num - 1 ? "]" : ", ") == -1) {
3037 - free(cat);
3038 + efree(cat);
3041 - free(cat);
3042 + efree(cat);
/PHP-8.1/ext/standard/tests/misc/
H A Dbrowscap.ini188 [Mozilla/5.0 (Slurp/cat; slurp@inktomi.com; http://www.inktomi.com/slurp.html)]
190 Browser="Slurp/cat"
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic19518 # Note: generated for example by `cat /sys/firmware/acpi/tables/DSDT MyDSDT.aml`
32542 >4 search/1 cat for the C/A/T phototypesetter
H A Dmagic私はガラスを食べられます19518 # Note: generated for example by `cat /sys/firmware/acpi/tables/DSDT MyDSDT.aml`
32542 >4 search/1 cat for the C/A/T phototypesetter

Completed in 294 milliseconds

123