Home
last modified time | relevance | path

Searched refs:good (Results 1 – 25 of 172) sorted by relevance

1234567

/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh51 good='** foo bar baz other **'
52 compare $t "$comp" "$good"
61 good='*** foo
65 compare $t "$comp" "$good"
74 good='** THING ** foo
78 compare $t "$comp" "$good"
87 good='** foo bar baz other **'
88 compare $t "$comp" "$good"
97 good='[abc def]
100 compare $t "$comp" "$good"
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h147 good = cp;
150 good = cp - 1;
169 good = cp;
193 good = cp;
209 good = cp;
237 good = cp;
240 good = cp - 1;
261 good = (current == EOF)? cp + 3 - agree :
265 good = (current == EOF)? cp : cp - 1;
277 good = (current == EOF)? cp : cp - 1;
[all …]
H A Dstring_decim.c40 char *good = cp - 1; /* last character accepted */ in string_to_decimal() local
H A Dfunc_decim.c41 char *good = cp; /* last character accepted */ in func_to_decimal() local
H A Dfile_decim.c55 char *good = cp; /* last character accepted */ in file_to_decimal() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-typecheck.c1 enum good { G, }; enum
3 enum good g;
5 enum good compat_int(void) { return 1; } in compat_int()
7 void parg(enum good);
10 void farg(enum good a);
13 enum good pret(void);
16 enum good fret(void);
20 enum good *ptr;
23 enum good *gptr = &g;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c188 const wchar_t *good = cp - 1; /* last character accepted */ in wstring_to_decimal() local
240 good = cp; in wstring_to_decimal()
253 good = cp; in wstring_to_decimal()
269 good = cp; in wstring_to_decimal()
293 good = cp - 1; in wstring_to_decimal()
311 good = (agree < 8)? cp + 2 - agree : cp - 1; in wstring_to_decimal()
330 good = cp - 1; in wstring_to_decimal()
346 good = cp; in wstring_to_decimal()
412 good = cp - 1; in wstring_to_decimal()
427 good = cp - 1; in wstring_to_decimal()
[all …]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c221 int good = exclude ? B_FALSE : B_TRUE; in file_has_potential() local
224 return (good); in file_has_potential()
227 return (good); in file_has_potential()
234 return (!good); in file_has_potential()
301 int good = exclude ? B_FALSE : B_TRUE; in fmri_has_potential() local
330 result = restarter ? B_FALSE : good; in fmri_has_potential()
337 result = good; in fmri_has_potential()
351 result = good; in fmri_has_potential()
372 result = good; in fmri_has_potential()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelay.c102 goto good; in _delay()
121 good: in _delay()
H A Dttimeout.c67 goto good; in ttimeout()
87 good: in ttimeout()
H A Dchkinput.c132 goto good; in _chkinput()
151 good: in _chkinput()
H A Dprefresh.c159 goto good; in _padjust()
184 good: in _padjust()
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A DMakefile19 DATAFILES= mapfile.addrsize.good \
24 mapfile.sizemult.good \
H A Dtest-parser.sh82 should_succeed mapfile.sizemult.good "link with integer multiplier syntax"
95 should_succeed mapfile.addrsize.good "link with addrsized symbol"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c440 const uint64_t *good; in annotate_ecksum() local
493 good = (const uint64_t *) abd_borrow_buf_copy((abd_t *)goodabd, size); in annotate_ecksum()
498 if (good[idx] == bad[idx]) { in annotate_ecksum()
525 abd_return_buf((abd_t *)goodabd, (void *)good, size); in annotate_ecksum()
543 set = ((~good[idx]) & bad[idx]); in annotate_ecksum()
545 cleared = (good[idx] & (~bad[idx])); in annotate_ecksum()
568 abd_return_buf((abd_t *)goodabd, (void *)good, size); in annotate_ecksum()
/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/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh67 z.foo[three]=good
68 [[ ${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 Dsigchld.sh117 [[ $got == good ]] || err_exit 'SIGCLD handler effects read behavior'
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE29 7. Post an announcement to bug-grub@gnu.org. It would be a good idea to
54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin3_28.test7 # May you do good and not evil.
H A Dfkey1.test7 # May you do good and not evil.
H A Dquick.test7 # May you do good and not evil.
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ39 good front-end, and "good" means that people find it usable. And
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE45 to let you draw a good bracket piece that matched up nicely with the extender.
46 Not quite, at least I didn't find that it was possible to do a good job drawing
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c1197 int rxstatus, good = 0;; in rhine_poll() local
1228 good = 1; in rhine_poll()
1230 if (good) in rhine_poll()
1245 return good; in rhine_poll()

1234567