Searched refs:good (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh50 good='** foo bar baz other **'
51 compare $t "$comp" "$good"
60 good='*** foo
64 compare $t "$comp" "$good"
73 good='** THING ** foo
77 compare $t "$comp" "$good"
86 good='** foo bar baz other **'
87 compare $t "$comp" "$good"
96 good='[abc def]
99 compare $t "$comp" "$good"
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dchar_to_decimal.h70 good = cp;
72 good = cp - 1;
87 good = cp;
104 good = cp;
106 good = cp - 1;
137 good = cp - (is - 3);
140 good = cp - (is - 8);
168 good = CURRENT == NULL ? cp : cp - 1;
174 good = CURRENT == NULL ? cp - 1 : cp - 2;
188 good
[all...]
H A Dstring_decim.c49 char *good = cp - 1; /* End of known good token. */ local
H A Dfile_decim.c50 char *good = cp - 1; /* End of known good token. */ local
H A Dfunc_decim.c51 char *good = cp - 1; /* End of known good token. */ local
/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelay.c79 goto good;
98 good:
H A Dchkinput.c134 goto good;
153 good:
H A Dttimeout.c69 goto good;
89 good:
H A Dprefresh.c161 goto good;
186 good:
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h52 * char *good = *ppc - 1;
149 good = cp;
152 good = cp - 1;
171 good = cp;
195 good = cp;
211 good = cp;
239 good = cp;
242 good = cp - 1;
263 good = (current == EOF)? cp + 3 - agree :
267 good
[all...]
H A Dstring_decim.c42 char *good = cp - 1; /* last character accepted */ local
H A Dfunc_decim.c43 char *good = cp; /* last character accepted */ local
H A Dfile_decim.c57 char *good = cp; /* last character accepted */ local
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c190 const wchar_t *good = cp - 1; /* last character accepted */ local
242 good = cp;
255 good = cp;
271 good = cp;
295 good = cp - 1;
313 good = (agree < 8)? cp + 2 - agree : cp - 1;
332 good = cp - 1;
348 good = cp;
413 /* advance good to the last accepted digit */
414 good
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsigchld.sh115 trap handler CHLD; sleep .3 & IFS= read; print good')
117 [[ $got == good ]] || err_exit 'SIGCLD handler effects read behavior'
H A Dsubshell.sh66 z.foo[three]=good
67 [[ ${z.foo[three]} == good ]] || err_exit 'associative array assignment in subshell not working'
88 x.foo=good
89 [[ ${x.foo} == good ]] || err_exit 'x.foo should be good'
H A Darrays.sh320 [[ $(foo=good
435 foo+=([5]=good)
H A Dbasic.sh251 print good
254 if [[ $($SHELL $tmp/script) != good ]]
H A Dio.sh41 print -u3 good
51 [[ $(fun) == good ]] || err_exit 'file 3 closed before subshell completes'
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c223 int good = exclude ? B_FALSE : B_TRUE; local
226 return (good);
229 return (good);
236 return (!good);
303 int good = exclude ? B_FALSE : B_TRUE; local
332 result = restarter ? B_FALSE : good;
339 result = good;
353 result = good;
372 * in that regard), good means bad.
374 result = good;
[all...]
/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh208 good=$result
209 compare $t "$comp" "$good"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c101 * good and bad versions of the buffer (if available), and we annotate the
372 * distance between the good and bad buffers is the sum of them all.
507 const uint64_t *good = (const uint64_t *)goodbuf; local
562 if (good[idx] == bad[idx]) {
604 // bits set in bad, but not in good
605 set = ((~good[idx]) & bad[idx]);
606 // bits set in good, but not in bad
607 cleared = (good[idx] & (~bad[idx]));
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x184 % bool_t good() { return scheme != NULL && table != NULL; }
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1141 int *good; local
1162 if ((good = zfs_alloc(zhp->zpool_hdl,
1171 good[i] = 1;
1181 if (good[i] && zfs_share(cb.cb_handles[i]) != 0)
1185 free(good);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c1197 int rxstatus, good = 0;; local
1228 good = 1;
1230 if (good)
1245 return good;

Completed in 656 milliseconds

12