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

1 2 3 4

  /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
126 atf_add_test_case good
  /src/games/monop/
houses.c 64 bool good, got_morg; local in function:buy_houses
69 good = TRUE;
78 got_morg = good = FALSE;
83 good = TRUE;
86 if (!good || got_morg)
94 else if (!good)
224 bool good; local in function:sell_houses
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
varmod-no-match.mk 46 # good
53 # good
69 # good
76 # good
86 # good
93 # good
dep-double-colon.mk 19 # XXX: What is this good for?
varname-dot-make-ppid.mk 17 # the same, make would run as process 1, which is not a good idea because make
cond-func-commands.mk 8 # have commands. Sounds obvious, but good to know that it is really so.
varname-dot-make-jobs.mk 27 # No news is good news here.
  /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 in typeref:typename:void
    [all...]
  /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 in function:__weak_alias
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/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
  /src/usr.sbin/lpr/lpd/
lpd.c 371 chkplushost(int good, FILE *fhost, char *hst)
375 if (good) {
599 int good = 0; local in function:chkhost
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/lib/libc/yp/
yplib.c 343 int good; local in function:_yp_check
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 in function:log_score
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 in function:netclear
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/
README.md 37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
  /src/sys/dev/isa/
if_ep_isa.c 329 goto good;
333 good:
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
rzg2ul-smarc.dtsi 41 pmic-good-hog {
  /src/sys/arch/atari/stand/tostools/libtos/
bsdstart.S 60 lea _bsd_startup,%sp | make sure we have a good stack ***

Completed in 26 milliseconds

1 2 3 4