Searched refs:ALPHA (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h83 #if defined(unix) || defined(__arm) || defined(ALPHA) || defined(__PPC__) || defined(__ppc)
/illumos-gate/usr/src/cmd/sort/common/
H A Dinitialize.c74 S->m_default_species = ALPHA;
133 case ALPHA:
162 case ALPHA:
H A Dtypes.h68 ALPHA, enumerator in enum:field_species
H A Doptions.c610 S->m_default_species == ALPHA &&
H A Dfields.c278 F->f_species = ALPHA;
323 char *field_names[] = {"ALPHA", "MONTH", "NUMERIC"};
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1126 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon300
1134 * ALPHA: A name that begins with a letter and contains
1187 /* A token containing ':' cannot be ALPHA type */
1199 tokentype = ALPHA;
1240 tokentype = ALPHA;
1267 tokentype = ALPHA;
1274 tokentype = ALPHA;
1291 tokentype = ALPHA;
1530 /* Some hostname i.e. tokentype is ALPHA */
2390 if (tokentype != ALPHA
[all...]
H A Dsnoop_pf.c239 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon10
651 } else if (tokentype == ALPHA) {
652 /* Some hostname i.e. tokentype is ALPHA */
1368 if (tokentype != ALPHA && tokentype != ADDR_IP)
1380 if (tokentype != ALPHA && tokentype != ADDR_IP6)
1466 tokentype == ALPHA || /* assume its a hostname */
1474 } else if (tokentype == ALPHA) {
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c45 * toplabel = ALPHA / ALPHA *( alphanum / "-" ) alphanum
679 * token-char = - _ . ! ~ * ' $ & + DIGIT ALPHA # % ^ ` |
737 * scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
1293 * toplabel = ALPHA / ALPHA *( alphanum / "-" ) alphanum

Completed in 113 milliseconds