Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 25 of 32) sorted by path

12

/PHP-7.4/build/
H A Dlibtool.m43459 …C -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3720 # link with -lc, and that would cause any symbols used from libc to
4004 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
4171 # Whether or not to add -lc for building shared libraries.
6149 # link with -lc, and that would cause any symbols used from libc to
6193 # Assume -lc should be added
6202 # Test whether the compiler implicitly links with -lc since on some
6203 # systems, -lgcc has to come before -lc. If gcc already passes -lc
6204 # to ld, don't add -lc before -lgcc.
6205 AC_MSG_CHECKING([whether -lc should be explicitly linked in])
[all …]
H A Dltmain.sh4415 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4416 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
/PHP-7.4/
H A Dconfigure.ac408 dnl Check for inet_aton in -lc, -lbind and -lresolv.
/PHP-7.4/ext/hash/
H A Dconfig.w3219 var hash_sha3_dir = 'ext/hash/sha3/generic' + (X64 ? '64' : '32') + 'lc';
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt14 foreach ($locale as $lc) {
15 echo "$lc string key\n";
16 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
20 echo "$lc $i ", $m->getErrorMessage();
25 echo "$lc numeric key\n";
26 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
30 echo "$lc $i ", $m->getErrorMessage();
/PHP-7.4/ext/odbc/
H A Dconfig.m4418 ODBC_LIBS="-ldmapic -lc"
425 ODBC_LIBS="-ldmapic -lc -lm"
/PHP-7.4/ext/spl/tests/
H A Dfileobject_003.phpt6 function test($name, $lc, $lp)
26 var_dump($l != '/' && $l != '\\' && $l == $lc);
29 var_dump($l != '/' && $l != '\\' && $l == $lc);
/PHP-7.4/ext/standard/
H A Dfile.c2392 ch = md->lc; in php_next_meta_token()
2427 md->lc = ch; in php_next_meta_token()
2463 md->lc = ch; in php_next_meta_token()
H A Dfile.h108 int lc; member
H A Dstring.c5181 lc = '\0';
5222 lc = '<';
5279 lc = '>';
5314 lc = c;
5353 if (lc != '"' && lc != '\'') {
5354 lc = '(';
5359 if (lc != '"' && lc != '\'') {
5360 lc = ')';
5383 if (lc == c) {
5384 lc = '\0';
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation20.phpt46 "%hc", "%lc", "%Lc",
H A Dfscanf_variation21.phpt44 "%hc", "%lc", "%Lc",
H A Dfscanf_variation22.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt40 "%hc", "%lc", "%Lc",
H A Dfscanf_variation24.phpt46 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt32 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt27 "%hc", "%lc", "%Lc",
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation21.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation22.phpt26 "%c", "%hc", "%lc",
H A Dsprintf_variation23.phpt24 "%c", "%hc", "%lc",
H A Dsprintf_variation24.phpt30 "%c", "%hc", "%lc",
H A Dsprintf_variation25.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation26.phpt22 "%c", "%hc", "%lc",
H A Dsprintf_variation27.phpt18 "%c", "%hc", "%lc",
H A Dvfprintf_variation10.phpt20 %lc %Lc %4c %-4c

Completed in 67 milliseconds

12