Home
last modified time | relevance | path

Searched refs:d (Results 1 – 9 of 9) sorted by relevance

/libev/
H A Ddepcomp378 tmpdepfile=$base.d
384 lockdir=$base.d-lock
445 tmpdepfile1=$dir$base.d
446 tmpdepfile2=$dir.libs/$base.d
449 tmpdepfile1=$dir$base.d
450 tmpdepfile2=$dir$base.d
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
496 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
500 tmpdepfile1=$dir$base.d
501 tmpdepfile2=$dir$base.d
[all …]
H A DMakefile.in496 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
497 echo "$$d$$p"; echo "$$p"; \
532 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
533 echo "$$d$$p"; \
620 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621 if test -d $$d/$$file; then \
630 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633 || cp -p $$d/$$file "$(distdir)/$$file" \
638 || find "$(distdir)" -type d ! -perm -755 \
640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
[all …]
H A Dmkinstalldirs99 for d in ./-m ./-p ./--version "./$dirmode";
101 test -d $d && rmdir $d
119 for d
121 test "x$d" = x && continue
123 pathcomp=$pathcomp$d
H A Dinstall-sh361 d????-?r-*) different_mode=700;;
362 d????-?--*) different_mode=755;;
411 for d
413 test X"$d" = X && continue
415 prefix=$prefix$d
524 # time-stamp-format: "%:y-%02m-%02d.%02H"
H A Daclocal.m4669 --debug | --d* | -d )
949 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
963 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1555 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1595 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
2030 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
2086 if test -d .libs; then
2852 if test -d /usr/nec ;then
3959 if test -d /usr/nec; then
4304 if test -d /usr/nec; then
[all …]
H A Dcompile316 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
H A Dconfigure3198 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3224 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3292 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3401 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4766 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
8740 …]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'…
H A Dltmain.sh8657 …reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo…
H A Dev.pod18 // every watcher type has its own typedef'd struct
2598 printf ("process %d exited with status %x\n", w->rpid, w->rstatus);
4243 Leandro Lucarella has written a D language binding (F<ev.d>) for libev, to
4244 be found at L<http://www.llucax.com.ar/proj/ev.d/index.html>.