Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
131 $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
H A Dmakedist100 find . -name \*.orig -print0 | xargs -0 rm
H A Dserver-tests.php413 public $xargs = array( variable in testHarness
624 foreach ($this->xargs as $arg=>$arg_info) {
665 if ($this->xargs[$opt][1] && isset($value))
666 $this->conf[$this->xargs[$opt][0]] = $value;
667 else if (!$this->xargs[$opt][1])
668 $this->conf[$this->xargs[$opt][0]] = isset($value)?$value:1;
670 … $this->error("Invalid argument setting for argument $opt, should be [{$this->xargs[$opt][1]}]\n");
703 foreach ($this->xargs as $arg=>$arg_info) {
H A DMakefile.gcov79 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
H A Dconfigure.in1286 PHP_UNAME=`uname -a | xargs`
1288 PHP_OS=`uname | xargs`
H A Dltmain.sh398 …darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | s…
H A Dacinclude.m4146 $EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs touch 2>/dev/null
H A Dphp.ini-development1476 ; find /path/to/sessions -cmin +24 -type f | xargs rm
H A Dphp.ini-production1476 ; find /path/to/sessions -cmin +24 -type f | xargs rm
/PHP-5.5/ext/
H A Dext_skel275 find . -type f | xargs chmod 644
276 find . -type d | xargs chmod 755
/PHP-5.5/ext/snmp/tests/
H A DREADME21 > make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"

Completed in 48 milliseconds