HomeSort by: relevance | last modified time | path
    Searched defs:good (Results 1 - 10 of 10) sorted by relevancy

  /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/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/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/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/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/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/usr.sbin/timed/timed/
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/sys/dev/raidframe/
rf_paritymap.c 617 int good; local in function:rf_paritymap_attach
696 good = raidPtr->parity_good && !force;
698 if (good)
  /src/sys/dev/stbi/
stb_image.c 983 unsigned char *good; local in function:convert_format
988 good = MALLOC(req_comp * x * y);
989 if (good == NULL) {
996 unsigned char *dest = good + j * x * req_comp;
1033 return good;
1094 // - allows good upsampling (see next)
5051 1.05 fix TGA loading to return correct *comp and use good luminance calc

Completed in 21 milliseconds