Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 25 of 179) sorted by relevance

12345678

/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmword.c56 if (!isalpha(c) || c != *t && (islower(c) ? toupper(c) : tolower(c)) != *t) in tmword()
62 if (!isalpha(c)) in tmword()
76 while (isalpha(c = *s++) && (c == *t || (islower(c) ? toupper(c) : tolower(c)) == *t)) t++; in tmword()
77 if (!*t && !isalpha(c)) in tmword()
H A Dtmxdate.c277 …if ((*s == 'P' || *s == 'p') && (!isalpha(*(s + 1)) || (*(s + 1) == 'T' || *(s + 1) == 't') && !is… in tmxdate()
807 …else if (f == -1 && isalpha(*t) && tmlex(t, &t, tm_info.format + TM_ORDINAL, TM_ORDINALS - TM_ORDI… in tmxdate()
1077 if (isalpha(*s)) in tmxdate()
1083 if (isalpha(*s)) in tmxdate()
1087 if (isalpha(*s)) in tmxdate()
1091 if (isalpha(*s)) in tmxdate()
1095 if (isalpha(*s)) in tmxdate()
1099 if (isalpha(*s)) in tmxdate()
1562 if (isalpha(*++s)) in tmxdate()
/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_hash.c49 if (isalpha((unsigned char)p[1])) in mdoc_hash_init()
71 if ( ! isalpha((unsigned char)p[0]) && '%' != p[0]) in mdoc_hash_find()
74 if (isalpha((unsigned char)p[1])) in mdoc_hash_find()
H A Dman_hash.c65 assert(isalpha((unsigned char)x)); in man_hash_init()
87 if ( ! (isalpha((unsigned char)x))) in man_hash_find()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dlexstates.h88 # undef isalpha
89 # define isalpha(x) iswalpha(x) macro
110 # define isaname(c) ((c)>0xff?isalpha(c): sh_lexstates[ST_NAME][(c)]==0)
111 # define isaletter(c) ((c)>0xff?isalpha(c): sh_lexstates[ST_DOL][(c)]==S_ALP && (c)!='.')
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c82 !isalpha(locale[0]) || in g11n_locale2langtag()
83 !isalpha(locale[1]) || in g11n_locale2langtag()
100 !isalpha(locale[3]) || in g11n_locale2langtag()
101 !isalpha(locale[4]) || in g11n_locale2langtag()
144 (!isalpha(locale[0]) || !isalpha(locale[1]) || in g11n_langtag_matches_locale()
151 (!isalpha(langtag[0]) || !isalpha(langtag[1]) || in g11n_langtag_matches_locale()
183 if (!isalpha(langtag[3]) || !isalpha(langtag[4]) || in g11n_langtag_matches_locale()
191 if (locale[2] != '_' || !isalpha(locale[3]) || !isalpha(locale[4]) || in g11n_langtag_matches_locale()
/titanic_50/usr/src/cmd/mdb/common/libstand/
H A Dctype.c55 isalpha(int c) in isalpha() function
64 return ((isalpha(c) || isdigit(c)) ? 1 : 0); in isalnum()
/titanic_50/usr/src/common/util/
H A Dstrtolctype.h59 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h76 #undef isalpha
81 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/titanic_50/usr/src/lib/libeti/form/common/
H A Dty_alpha.c107 while (*v && isalpha(*v)) in fcheck_alpha()
121 return (isalpha(c)); in ccheck_alpha()
/titanic_50/usr/src/uts/common/sys/
H A Dctype.h98 isalpha(char c) in isalpha() function
102 #pragma inline(isalpha)
H A Dkobj_lex.h53 #define isalphanum(ch) (isalpha(ch) || isdigit(ch))
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h43 extern int isalpha(/* int c */);
65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) macro
/titanic_50/usr/src/lib/libadm/common/
H A Dpkgnmchk.c86 if (!isalpha((unsigned char)*pt) && in valname()
98 if (!isalpha((unsigned char)*pkg)) in valname()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_cmds2.c59 if (wh && isalpha(c = peekchar()) && isascii(c) && !isdigit(c)) in cmdreg()
61 if (wh && isalpha(c = peekchar()) && isascii(c)) in cmdreg()
585 if (notinvis || (isalpha(c) && isascii(c))) { in tailprim()
594 while (cp < &tcommand[19] && isalpha(c = peekchar()) && isascii(c)) in tailprim()
/titanic_50/usr/src/lib/libpkg/common/
H A Dmappath.c80 if ((*pt == '$') && isalpha(pt[1]) && in mappath()
204 if (*varname == '$' && isalpha(varname[1])) { in mapvar()
/titanic_50/usr/src/cmd/ldap/common/
H A Dfileurl.c116 if ( isalpha( path[1] ) && ( path[2] == '|' || path[2] == ':' )) { in ldaptool_fileurl2path()
146 if ( isalpha( pathcopy[0] ) && pathcopy[1] == '|' ) { in ldaptool_fileurl2path()
194 if ( isalpha( path[0] ) && path[1] == ':' ) { in ldaptool_path2fileurl()
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dstrto.c124 else if (isascii(c) && isalpha(c))
230 else if (isascii(c) && isalpha(c))
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h55 #ifndef isalpha
56 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro
/titanic_50/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c354 if (isalpha(*src)) in http_copy_decode()
360 if (isalpha(*src)) in http_copy_decode()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c73 #undef isalpha
89 int isalpha(c) in isalpha() function
/titanic_50/usr/src/lib/libpp/common/
H A Dppsym.c48 if (*s++ == '-' && *s++ == 'D' && isalpha(*s)) in main()
/titanic_50/usr/src/head/iso/
H A Dctype_iso.h92 extern int isalpha(int);
/titanic_50/usr/src/cmd/refer/
H A Dhunt3.c35 if (isalpha(c) || isdigit(c)) { in getq()
/titanic_50/usr/src/lib/libast/common/string/
H A Dccmapid.c151 if (sub[1] > n && !isalpha(c)) in ccmapid()

12345678