Home
last modified time | relevance | path

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

/PHP-5.3/
H A DMakefile.global109 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
110 find . -name \*.lo -o -name \*.o | xargs rm -f
111 find . -name \*.la -o -name \*.a | xargs rm -f
112 find . -name \*.so | xargs rm -f
113 find . -name .libs -a -type d|xargs rm -rf
118 $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
H A Dmakedist97 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.gcov65 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
H A Dconfigure.in1217 PHP_UNAME=`uname -a | xargs`
1219 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-development1571 ; find /path/to/sessions -cmin +24 | xargs rm
H A Dphp.ini-production1571 ; find /path/to/sessions -cmin +24 | xargs rm
/PHP-5.3/ext/
H A Dext_skel275 find . -type f | xargs chmod 644
276 find . -type d | xargs chmod 755

Completed in 39 milliseconds