Searched refs:guess (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/groff/src/utils/addftinfo/
H A DMakefile.sub6 guess.$(OBJEXT)
9 $(srcdir)/guess.cpp
11 $(srcdir)/guess.h
H A Dguess.h44 void guess(const char *s, const font_params &param, char_metric *metric);
H A Daddftinfo.cpp31 #include "guess.h"
192 guess(name.contents(), param, &metric);
H A Dguess.cpp21 #include "guess.h"
23 void guess(const char *s, const font_params &param, char_metric *metric) function
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh71 let guess=$(((lower + upper) / 2))
72 echo "lower is $lower; upper is $upper; guess is $guess\c"
74 if enable $guess ; then
76 let upper=guess
80 let lower=guess
83 let upper=guess
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl63 $guess = $^T;
64 @g = gmtime($guess);
67 $guess += $diff * (364 * $DAYS);
68 @g = gmtime($guess);
71 $guess += $diff * (28 * $DAYS);
72 @g = gmtime($guess);
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
76 $cheat{$ym} = $guess;
/freebsd-11-stable/gnu/usr.bin/groff/src/utils/addftinfo/
H A DMakefile4 SRCS= addftinfo.cpp guess.cpp
/freebsd-11-stable/contrib/tcsh/
H A Dtw.spell.c39 struct Strbuf guess = Strbuf_INIT, newname = Strbuf_INIT; local
45 cleanup_push(&guess, Strbuf_cleanup);
61 cleanup_until(&guess);
64 guess.len = 0; /* start at beginning of buf */
65 Strbuf_append(&guess, newname.s); /* add current dir if any */
66 ws = guess.len;
68 Strbuf_append1(&guess, *old);
69 Strbuf_terminate(&guess);
76 retval = t_search(&guess, SPELL,
80 cleanup_until(&guess);
[all...]
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
50 GNU config.guess ($timestamp)
392 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
692 # $ CC_FOR_BUILD=cc ./config.guess
694 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1393 $0: unable to guess system type
1399 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1408 config.guess timestamp = $timestamp
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestdate.c145 apr_time_t guess; local
159 apr_generate_random_bytes((unsigned char *)&guess, sizeof(guess));
161 guess = apr_time_now() % APR_TIME_C(4294967291);
165 guess = (time_t)lgc((apr_uint32_t)guess);
166 if (guess < 0)
167 guess *= -1;
168 secstodate = guess + offset;
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf62 build/config.guess build/config.sub build/get-version.sh
64 $apr_src_dir/build/install.sh $apr_src_dir/build/config.guess \
H A DMakefile.in64 build/config.guess build/config.sub
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh75 rm -f build/config.guess build/config.sub
143 for file in config.guess config.sub; do
/freebsd-11-stable/sbin/dhclient/
H A Dparse.c441 int guess, token; local
566 guess = ((((((365 * (tm.tm_year - 70) + /* Days in years since '70 */
578 * This guess could be wrong because of leap seconds or other
580 * now, we're just going to accept the guess, but at some point
587 return (guess);
/freebsd-11-stable/contrib/ntp/
H A Dflock-build55 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
H A Dbuild33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
37 # sntp/scripts/cvo.sh invokes config.guess, and we want it to use the copy
38 # in the build-aux directory if there's not another config.guess earlier
H A DMakefile.am137 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
/freebsd-11-stable/contrib/ntp/sntp/scripts/
H A Dcvo.sh15 CVO_raw=`config.guess`
99 *) echo "gronk - config.guess returned $# pieces, not 3 pieces!"
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile41 -fno-guess-branch-probability \
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in73 rm -f config.guess
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c83 unsigned char guess; member in struct:params
313 send_mcast(p, p->guess++);
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DNetBSD.mk10 # so we can make a rough guess
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
50 GNU config.guess ($timestamp)
378 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
678 # $ CC_FOR_BUILD=cc ./config.guess
680 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1376 $0: unable to guess system type
1382 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1391 config.guess timestamp = $timestamp
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
50 GNU config.guess ($timestamp)
402 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
702 # $ CC_FOR_BUILD=cc ./config.guess
704 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1418 $0: unable to guess system type
1422 config.guess and config.sub with the latest versions from:
1424 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1432 config.guess timestam
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
50 GNU config.guess ($timestamp)
402 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
702 # $ CC_FOR_BUILD=cc ./config.guess
704 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1412 $0: unable to guess system type
1416 config.guess and config.sub with the latest versions from:
1418 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1426 config.guess timestam
[all...]

Completed in 363 milliseconds

123