Home
last modified time | relevance | path

Searched refs:f (Results 1 – 8 of 8) sorted by relevance

/libev/
H A DMakefile.in101 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102 *) f=$$p;; \
104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
219 distuninstallcheck_listfiles = find . -type f -print
222 distcleancheck_listfiles = find . -type f -print
425 … $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
H A Daclocal.m4157 [: ${CP="cp -f"}
158 : ${MV="mv -f"}
159 : ${RM="rm -f"}
778 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1015 rm -f conftest.*
3441 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3510 rm -f conftest*])
3737 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
3750 rm -f conftest*
3772 rm -f "$nlist"T
[all …]
H A Dev.c1602 ev_tstamp f; in ev_floor() local
1607 f = shift * ev_floor (v * (1. / shift)); in ev_floor()
1608 return f + ev_floor (v - f); in ev_floor()
1614 ev_tstamp f = -ev_floor (-v); in ev_floor() local
1616 return f - (f == v ? 0 : 1); in ev_floor()
H A Dconfig.guess1381 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1383 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
H A Dconfigure3317 FILE *f = fopen ("conftest.out", "w");
3318 return ferror (f) || fclose (f) != 0;
3582 struct s1 {int (*f) (int a);};
3583 struct s2 {int (*f) (double a);};
3590 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
H A Dltmain.sh1025 finish|finis|fini|fin|fi|f)
3796 …darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basenam…
4299 void lt_dump_script (FILE *f);
H A DChanges157 - automake fucked it up, apparently, --add-missing -f is not quite enough
H A Dev.pod4109 myfunctor f;
4112 w.set (&f);