Searched refs:sh (Results 1 - 17 of 17) sorted by relevance
| /PHP_TRUNK/TSRM/ |
| H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
| /PHP_TRUNK/Zend/ |
| H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
| /PHP_TRUNK/build/ |
| H A D | build.mk | 38 $(STAMP): build/buildcheck.sh 39 @build/buildcheck.sh $(STAMP)
|
| H A D | build2.mk | 22 TOUCH_FILES = mkinstalldirs install-sh missing 24 LT_TARGETS = ltmain.sh config.guess config.sub
|
| H A D | shtool | 1 #!/bin/sh 65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then 67 emulate sh 175 name=`echo "$0" | sed -e 's;.*/\([^/]*\)$;\1;' -e 's;-sh$;;' -e 's;\.sh$;;'` 297 toolcmdhelp="sh $0" 1672 if [ -x /bin/sh ] 2>/dev/null; then
|
| /PHP_TRUNK/ext/bcmath/libbcmath/ |
| H A D | configure | 1 #! /bin/sh 52 SHELL=${CONFIG_SHELL-/bin/sh} 136 # This message is too long to be a string in the A/UX 3.1 sh. 302 | --sha | --sh) 307 | --sha=* | --sh=*) 440 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 526 if test -f $ac_dir/install-sh; then 528 ac_install_sh="$ac_aux_dir/install-sh -c" 530 elif test -f $ac_dir/install.sh; then 532 ac_install_sh="$ac_aux_dir/install.sh [all...] |
| H A D | missing | 1 #! /bin/sh 94 | sh
|
| /PHP_TRUNK/ext/session/ |
| H A D | mod_files.sh | 1 #! /bin/sh 23 sh $0 $newpath `expr $2 - 1` $3
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 29 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh 30 # is ksh but when the shell is invoked as "sh" and the current value of 44 PROGRAM=ltmain.sh 50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 51 emulate sh 61 DUALCASE=1; export DUALCASE # for MKS sh 4973 Currently, it simply execs the wrapper *script* "/bin/sh $output", 5333 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then 5334 emulate sh [all...] |
| H A D | makerpm | 1 #! /bin/sh 62 # need to run this under sh or it breaks 64 sh ./configure --prefix=/usr \ 83 sh ./configure --prefix=/usr \
|
| H A D | config.guess | 1 #! /bin/sh 162 sh3eb) machine=sh-unknown ;; 888 objdump --private-headers /bin/sh | grep -q ld.so.1 991 sh*:Linux:*:*)
|
| H A D | config.sub | 1 #! /bin/sh 311 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 426 | sh-* | sh[123 [all...] |
| /PHP_TRUNK/scripts/ |
| H A D | phpize.in | 1 #!/bin/sh 13 FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php" 14 CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ 16 aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ 199 touch install-sh mkinstalldirs missing
|
| /PHP_TRUNK/ext/curl/ |
| H A D | share.c | 39 php_curlsh *sh; local 45 sh = ecalloc(1, sizeof(php_curlsh)); 47 sh->share = curl_share_init(); 49 ZEND_REGISTER_RESOURCE(return_value, sh, le_curl_share_handle); 53 /* {{{ proto void curl_share_close(resource sh) 58 php_curlsh *sh; local 64 ZEND_FETCH_RESOURCE(sh, php_curlsh *, &z_sh, -1, le_curl_share_handle_name, le_curl_share_handle); 69 static int _php_curl_share_setopt(php_curlsh *sh, long option, zval **zvalue, zval *return_value TSRMLS_DC) /* {{{ */ argument 77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); 94 /* {{{ proto bool curl_share_setopt(resource sh, in 100 php_curlsh *sh; local 118 php_curlsh *sh = (php_curlsh *) rsrc->ptr; local [all...] |
| H A D | interface.c | 335 ZEND_ARG_INFO(0, sh) 391 ZEND_ARG_INFO(0, sh) 395 ZEND_ARG_INFO(0, sh) 2810 php_curlsh *sh = NULL; local 2811 ZEND_FETCH_RESOURCE_NO_RETURN(sh, php_curlsh *, zvalue, -1, le_curl_share_handle_name, le_curl_share_handle); 2812 if (sh) { 2813 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share);
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 757 cdf_section_header_t sh; local 776 sh.sh_len = CDF_TOLE4(shp->sh_len); 778 if (sh.sh_len > CDF_SHLEN_LIMIT) { 782 sh.sh_properties = CDF_TOLE4(shp->sh_properties); 784 if (sh.sh_properties > CDF_PROP_LIMIT) 786 DPRINTF(("section len: %u properties %u\n", sh.sh_len, 787 sh.sh_properties)); 791 *maxcount += sh.sh_properties; 795 *maxcount = sh.sh_properties; 803 *count += sh [all...] |
| /PHP_TRUNK/ext/snmp/tests/ |
| H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
Completed in 70 milliseconds