/titanic_50/usr/src/cmd/banner/ |
H A D | banner.c | 47 char alpha[nlines][pposs]; member 241 if (((c[i]<<j)&msk) != 0) p->alpha[i][j] = plot; in banfil() 252 p->alpha[i][j] = c; in banset() 260 ptr->alpha[i][pposs-1] = '\0'; in banprt() 262 if (ptr->alpha[i][j] != blank)break; in banprt() 263 ptr->alpha[i][j] = '\0'; in banprt() 265 (void) printf("%s\n", ptr->alpha[i]); in banprt()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/print/ |
H A D | tst.array.d.out | 5 int alpha = 0x5 8 int alpha = 0x6 16 int alpha = 0x5 19 int alpha = 0x6
|
H A D | tst.array.d | 29 int alpha; member 49 this->f->c[0].alpha = 5; 50 this->f->c[1].alpha = 6; 51 this->f->c[2].alpha = 7;
|
H A D | tst.struct.d | 34 uint64_t alpha; member 49 this->s->c.alpha = 3;
|
H A D | tst.struct.d.out | 5 uint64_t alpha = 0x3
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 66 float alpha; in sinc_coef() local 73 alpha = center - i; in sinc_coef() 74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef() 78 alpha = half - i; in sinc_coef() 79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); in sinc_coef()
|
/titanic_50/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_07_nested_arrays.ksh | 41 {"alpha":"a"},\ 83 add_string "alpha" "a";
|
/titanic_50/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 70 test_ctype_subset(upper, alpha); in main() 71 test_ctype_subset(lower, alpha); in main()
|
/titanic_50/usr/src/cmd/localedef/data/ |
H A D | ctype.sh | 25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
|
/titanic_50/usr/src/cmd/sh/ |
H A D | word.c | 52 int alpha = 1; in word() local 140 wdset |= alpha; in word() 142 alpha = 0; in word()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | depcomp | 126 alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz 129 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
|
H A D | config.guess | 248 alpha:OSF1:*:*) 305 echo alpha-pc-interix 308 echo alpha-dec-winnt3.5 889 alpha:Linux:*:*) 1250 A*) echo alpha-dec-vms && exit 0 ;;
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 1843 int i, seg, alpha, digit, port; in __s_api_ishost() local 1848 alpha = digit = seg = port = 0; in __s_api_ishost() 1856 alpha++; in __s_api_ishost() 1864 if (!alpha && !digit) in __s_api_ishost() 1866 alpha = digit = 0; in __s_api_ishost() 1871 if (!alpha && !digit) in __s_api_ishost() 1873 alpha = digit = 0; in __s_api_ishost() 1881 if ((port == 0 && (seg || alpha || digit)) || in __s_api_ishost() 1882 (port == 1 && alpha == 0 && digit)) in __s_api_ishost()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | isdigit.c | 85 DEFN_ISTYPE(alpha, _ISALPHA)
|
H A D | iswctype.c | 137 DEFN_ISWTYPE(alpha, _CTYPE_A) in DEFN_ISWTYPE() argument
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msgcc.sh | 303 *[[:alpha:]][[:alpha:]]*)
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 44 in |["alpha"]| 46 out |alpha|
|
/titanic_50/usr/src/grub/ |
H A D | README.grub | 4 grub-0.97 from ftp://alpha.gnu.org/gnu/grub/
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | builtins.sh | 237 alpha=abcdefghijklmnop 238 if [[ $(printf "%10.*s\n" 5 $alpha) != ' abcde' ]]
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | country.tab | 1 # ISO 3166 alpha-2 country codes 11 # 1. ISO 3166-1 alpha-2 country code, current as of
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | README | 173 ksh93 has been compiled and alpha tested on the following. An asterisk 207 OSF1 on DEC alpha. 208 OSF4 on DEC alpha. 217 * Windows NT using UWIN on alpha
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | ldefs.h | 278 int alpha(int c);
|
H A D | parser.y | 909 if(alpha(peek)){ 913 while(alpha(peek)) {
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | radeon_drm.h | 340 unsigned int alpha; member
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 118 @ MSG_EM_ALPHA_NF "alpha"
|