Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd/contrib/tcsh/
H A Dtw.spell.c39 struct Strbuf guess = Strbuf_INIT, newname = Strbuf_INIT; in spell_me() local
45 cleanup_push(&guess, Strbuf_cleanup); in spell_me()
61 cleanup_until(&guess); in spell_me()
64 guess.len = 0; /* start at beginning of buf */ in spell_me()
65 Strbuf_append(&guess, newname.s); /* add current dir if any */ in spell_me()
66 ws = guess.len; in spell_me()
68 Strbuf_append1(&guess, *old); in spell_me()
69 Strbuf_terminate(&guess); in spell_me()
76 retval = t_search(&guess, SPELL, in spell_me()
80 cleanup_until(&guess); in spell_me()
[all …]
H A DFREEBSD-Xlist9 */config.guess
/freebsd/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/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/tools/build/
H A Dmake.py164 guess = os.path.join(bindir, binary_name)
165 if not os.path.isfile(guess):
166 sys.exit("Could not infer value for $" + varname + ": " + guess +
168 new_env_vars[varname] = guess
169 debug("Inferred", varname, "as", guess)
172 run([guess, "--version"])
/freebsd/contrib/byacc/
H A DCHANGES24 * config.guess: 2023-08-22
213 * config.guess, config.sub: 2022-08-01
406 * config.guess: 2021-11-30
408 config.guess: x86_64-pc-solaris2.11 is not properly recognized
410 config.guess guesses Solaris 11 to run on a 32-bit platform
441 * config.guess (i86pc:SunOS:5.*:* || i86xen:SunOS:5.*:*): Adapt the
445 * doc/config.guess.1: Regenerate.
451 * config.guess: 2021-10-27
456 cd testsuite && bash config-guess.sh && rm uname
457 PASS: config.guess checks (137 tests)
[all …]
/freebsd/contrib/lua/
H A DMakefile7 PLAT= guess
39 PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
/freebsd/contrib/lutok/admin/
H A D.gitignore3 config.guess
H A Dclean-all.sh56 rm -f admin/config.guess
/freebsd/sys/contrib/openzfs/config/
H A D.gitignore2 /config.guess
/freebsd/contrib/pjdfstest/
H A D.gitignore6 config.guess
/freebsd/contrib/libxo/
H A D.gitignore10 config.guess
/freebsd/contrib/file/magic/Magdir/
H A Dnatinst10 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
H A Daout35 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
/freebsd/contrib/kyua/admin/
H A Dclean-all.sh57 rm -f admin/config.guess
/freebsd/contrib/dialog/
H A DCHANGES20 + update config.guess, config.sub
91 + update config.guess
121 + update config.guess
125 + update config.guess
153 + update config.guess, config.sub
197 + update config.guess, config.sub
206 + update config.guess, config.sub
279 + update config.guess, config.sub
287 + update config.guess, config.sub
294 + update config.guess, config.sub
[all …]
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c81 unsigned char guess; member
311 send_mcast(p, p->guess++); in send_queue()
/freebsd/contrib/ntp/sntp/scripts/
H A Dcvo.sh15 CVO_raw=`config.guess`
105 *) echo "gronk - config.guess returned $# pieces, not 3 pieces!"
/freebsd/contrib/libpcap/
H A DTODO11 style (okay, you can guess that by looking at the code) and a guide for
/freebsd/contrib/lua/src/
H A DMakefile7 PLAT= guess
33 PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
97 guess: target
/freebsd/contrib/ntp/
H A Dbuild33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
H A Dflock-build43 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
H A DREADME61 build A script to build the distribution in A.`config.guess`
74 config.guess Script used to identify the machine architecture and
H A DMakefile.am136 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-adi-coyote.dts52 /* CHECKME: guess this is Redboot FIS */

12345678