Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh52 compare $t "$comp" "$good"
61 good='*** foo
74 good='** THING ** foo
97 good='[abc def]
109 good='abc'
129 good='** abc def ghi
152 good='abc def
185 good='** abc def'
206 good='** abc def
228 good='** foo bar baz
[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;
327 good = cp;
469 good = cp;
491 good = cp;
587 good = cp;
[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.c240 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()
346 good = cp; in wstring_to_decimal()
412 good = cp - 1; in wstring_to_decimal()
427 good = cp - 1; in wstring_to_decimal()
445 good = cp; in wstring_to_decimal()
506 good = cp - 1; in wstring_to_decimal()
528 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/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/tools/smatch/src/
H A DFAQ39 good front-end, and "good" means that people find it usable. And
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c713 uint32_t good = 1; in ath9k_hw_GetMibCycleCountsPct() local
724 good = 0; in ath9k_hw_GetMibCycleCountsPct()
736 good = 0; in ath9k_hw_GetMibCycleCountsPct()
745 return (good); in ath9k_hw_GetMibCycleCountsPct()

1234567