/titanic_51/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 50 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...] |
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | char_to_decimal.h | 70 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 D | string_decim.c | 49 char *good = cp - 1; /* End of known good token. */ local
|
H A D | file_decim.c | 50 char *good = cp - 1; /* End of known good token. */ local
|
H A D | func_decim.c | 51 char *good = cp - 1; /* End of known good token. */ local
|
/titanic_51/usr/src/lib/libc/port/fp/ |
H A D | char_to_decimal.h | 52 * 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 D | string_decim.c | 42 char *good = cp - 1; /* last character accepted */ in string_to_decimal() local
|
H A D | func_decim.c | 43 char *good = cp; /* last character accepted */ in func_to_decimal() local
|
H A D | file_decim.c | 57 char *good = cp; /* last character accepted */ in file_to_decimal() local
|
/titanic_51/usr/src/lib/libc/port/i18n/ |
H A D | wstod.c | 190 const wchar_t *good = cp - 1; /* last character accepted */ in wstring_to_decimal() local 242 good = cp; in wstring_to_decimal() 255 good = cp; in wstring_to_decimal() 271 good = cp; in wstring_to_decimal() 295 good = cp - 1; in wstring_to_decimal() 313 good = (agree < 8)? cp + 2 - agree : cp - 1; in wstring_to_decimal() 332 good = cp - 1; in wstring_to_decimal() 348 good = cp; in wstring_to_decimal() 413 /* advance good to the last accepted digit */ in wstring_to_decimal() 414 good in wstring_to_decimal() [all...] |
/titanic_51/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 223 int good = exclude ? B_FALSE : B_TRUE; in file_has_potential() local 226 return (good); in file_has_potential() 229 return (good); in file_has_potential() 236 return (!good); in file_has_potential() 303 int good = exclude ? B_FALSE : B_TRUE; in fmri_has_potential() local 332 result = restarter ? B_FALSE : good; in fmri_has_potential() 339 result = good; in fmri_has_potential() 353 result = good; in fmri_has_potential() 372 * in that regard), good means bad. in fmri_has_potential() 374 result = good; in fmri_has_potential() [all...] |
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | delay.c | 79 goto good; in _delay() 98 good: in _delay()
|
H A D | ttimeout.c | 69 goto good; in ttimeout() 89 good: in ttimeout()
|
H A D | chkinput.c | 134 goto good; in _chkinput() 153 good: in _chkinput()
|
H A D | prefresh.c | 161 goto good; in _padjust() 186 good: in _padjust()
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 66 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 D | sigchld.sh | 117 [[ $got == good ]] || err_exit 'SIGCLD handler effects read behavior'
|
/titanic_51/usr/src/test/util-tests/tests/printf/ |
H A D | printf_test.ksh | 208 good=$result 209 compare $t "$comp" "$good"
|
/titanic_51/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 | 115 trap handler CHLD; sleep .3 & IFS= read; print good') 117 [[ $got == good ]] || err_exit 'SIGCLD handler effects read behavior'
|
/titanic_51/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 215 +#define _mmap_worthy 2 /* mmap is good */ 227 +#define _mmap_worthy 2 /* mmap is good */ 239 +#define _mmap_worthy 2 /* mmap is good */ 251 -#define _mmap_worthy 1 /* mmap is good */ 252 +#define _mmap_worthy 2 /* mmap is good */ 264 -#define _mmap_worthy 1 /* mmap is good */ 265 +#define _mmap_worthy 2 /* mmap is good */ 277 -#define _mmap_worthy 1 /* mmap is good */ 278 +#define _mmap_worthy 2 /* mmap is good */ 290 +#define _mmap_worthy 2 /* mmap is good */ [all …]
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | mmap | 10 #define _mmap_worthy 2 /* mmap is good */
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | mmap | 10 #define _mmap_worthy 2 /* mmap is good */
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | mmap | 10 #define _mmap_worthy 2 /* mmap is good */
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | mmap | 10 #define _mmap_worthy 2 /* mmap is good */
|