HomeSort by: relevance | last modified time | path
    Searched refs:good (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/games/monop/
houses.c 64 bool good, got_morg; local
69 good = TRUE;
78 got_morg = good = FALSE;
83 good = TRUE;
86 if (!good || got_morg)
94 else if (!good)
224 bool good; local
229 good = TRUE;
235 good = 0;
237 if (!good && op->sqr->desc->houses != 0
    [all...]
  /src/lib/libc/stdlib/
setenv.c 91 goto good;
120 good:
  /src/usr.bin/make/unit-tests/
export-all.mk 3 UT_OK= good
varname-dot-make-jobs.mk 27 # No news is good news here.
varname-dot-suffixes.mk 39 # returns something. For all practical use cases, it's good enough though.
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 18 void good();
55 good();
57 good();
61 good();
63 good();
65 good();
67 good();
71 good();
76 good();
83 good();
523 good() function
    [all...]
  /src/tests/usr.bin/gzip/
t_gzip.sh 86 atf_test_case good
93 cat >good.gz.uue <<EOF
94 begin-base64 644 good.gz
98 uudecode -m good.gz.uue
100 atf_check gzip -d good.gz
221 atf_add_test_case good
  /src/usr.sbin/fwctl/
eui64.c 162 goto good;
167 goto good;
172 goto good;
179 goto good;
187 goto good;
192 good:
  /src/lib/libc/gen/
getpass.c 92 bool lnext, havetty, allocated, opentty, good; local
102 good = false;
288 good = true;
297 if (good && (flags & GETPASS_ECHO_NL))
306 if (good)
  /src/lib/libutil/
getfsspecname.c 154 goto good;
163 goto good;
170 good:
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 206 goto good;
216 goto good;
223 goto good;
229 goto good;
232 goto good;
243 goto good;
265 goto good;
272 good:
  /src/usr.sbin/lpr/lpd/
lpd.c 371 chkplushost(int good, FILE *fhost, char *hst)
375 if (good) {
599 int good = 0; local
638 good = 0;
644 for (r = res; good == 0 && r; r = r->ai_next) {
648 good = 1;
654 /* complain about !good later in chkplushost if needed. */
669 chkplushost(good, hostf, hst);
678 chkplushost(good, hostf, hst);
  /src/usr.sbin/timed/timed/
networkdelta.c 80 * compute the median of the good values
87 if (htp->good
111 * compute the median of all values near the good median
123 && (htp->good
157 unsigned int gnuf) /* good enough estimate */
212 return a; /* guess was good enough */
globals.h 68 #define BIG_ADJ (MAX_TRIM/1000*SAMPLEINTVL*2) /* max good adj */
74 #define GOOD 1
86 #define VALID_RANGE (MAXADJ*1000) /* good times in milliseconds */
94 #define NOMASTER 0 /* no good master */
113 u_char good; /* 0=trusted host, for averaging */ member in struct:hosttbl
master.c 198 if (!htp->good) {
402 if (measure_status != GOOD) {
623 ret->good = good_host_name(name);
720 * found a good master.
timed.c 213 self.good = 1;
630 * choose a good network on which to be a slave
632 * Take a hint about for a good network.
768 htp->good = good_host_name(&htp->name[0]);
  /src/lib/libc/yp/
yplib.c 343 int good; local
349 good = 0;
355 good = yp_bind(_yp_domain) == 0;
358 return good;
  /src/games/atc/
log.c 157 int i, num_scores = 0, good, changed = 0, found = 0; local
186 good = fscanf(score_fp, SCORE_SCANF_FMT,
193 if (good != 6 || ++num_scores >= NUM_SCORES)
  /src/libexec/telnetd/
utility.c 202 char *good; local
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
236 memmove(good, thisitem, length);
237 good += length;
245 nfrontp = good; /* next byte to be sent */
  /src/regress/sys/kern/execve/
Makefile 19 OD= ${.CURDIR}/good
  /src/sys/dev/isa/
if_ep_isa.c 329 goto good;
333 good:
  /src/sys/arch/atari/stand/tostools/libtos/
bsdstart.S 60 lea _bsd_startup,%sp | make sure we have a good stack ***
  /src/sys/dev/raidframe/
rf_paritymap.c 617 int good; local
696 good = raidPtr->parity_good && !force;
698 if (good)
  /src/sys/arch/sparc64/doc/
TODO 46 - locore.s: rft_user (sun4v specific manual fill) - seems to work, but is it good enough (compared to openbsds rft_user?
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 95 would be a good place to keep a copy of the NetBSD/mac68k Booter

Completed in 687 milliseconds

1 2