/illumos-gate/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 51 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 D | char_to_decimal.h | 147 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 D | string_decim.c | 40 char *good = cp - 1; /* last character accepted */ in string_to_decimal() local
|
H A D | func_decim.c | 41 char *good = cp; /* last character accepted */ in func_to_decimal() local
|
H A D | file_decim.c | 55 char *good = cp; /* last character accepted */ in file_to_decimal() local
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | enum-typecheck.c | 1 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 D | wstod.c | 188 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 D | synch.c | 221 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 D | delay.c | 102 goto good; in _delay() 121 good: in _delay()
|
H A D | ttimeout.c | 67 goto good; in ttimeout() 87 good: in ttimeout()
|
H A D | chkinput.c | 132 goto good; in _chkinput() 151 good: in _chkinput()
|
H A D | prefresh.c | 159 goto good; in _padjust() 184 good: in _padjust()
|
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/ |
H A D | Makefile | 19 DATAFILES= mapfile.addrsize.good \ 24 mapfile.sizemult.good \
|
H A D | test-parser.sh | 82 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 D | zfs_fm.c | 440 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 D | printf_test.ksh | 208 good=$result 209 compare $t "$comp" "$good"
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 67 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 D | sigchld.sh | 117 [[ $got == good ]] || err_exit 'SIGCLD handler effects read behavior'
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 29 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 D | join3_28.test | 7 # May you do good and not evil.
|
H A D | fkey1.test | 7 # May you do good and not evil.
|
H A D | quick.test | 7 # May you do good and not evil.
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | FAQ | 39 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 D | BRACKETS_NOTE | 45 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 D | via-rhine.c | 1197 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()
|