Home
last modified time | relevance | path

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

12345678

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
808 …else if (f == -1 && isalpha(*t) && tmlex(t, &t, tm_info.format + TM_ORDINAL, TM_ORDINALS - TM_ORDI… in tmxdate()
1089 if (isalpha(*s)) in tmxdate()
1096 if (isalpha(*s)) in tmxdate()
1100 if (isalpha(*s)) in tmxdate()
1104 if (isalpha(*s)) in tmxdate()
1108 if (isalpha(*s)) in tmxdate()
1112 if (isalpha(*s)) in tmxdate()
1578 if (isalpha(*++s)) in tmxdate()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h88 # undef isalpha
89 # define isalpha(x) iswalpha(x) macro
110 # define isaname(c) ((c)>0x7f?isalpha(c): sh_lexstates[ST_NAME][(c)]==0)
111 # define isaletter(c) ((c)>0x7f?isalpha(c): sh_lexstates[ST_DOL][(c)]==S_ALP && (c)!='.')
/illumos-gate/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()
/illumos-gate/usr/src/common/util/
H A Dstrtolctype.h59 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h74 #undef isalpha
79 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_alpha.c105 while (*v && isalpha(*v)) in fcheck_alpha()
119 return (isalpha(c)); in ccheck_alpha()
/illumos-gate/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))
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgnmchk.c86 if (!isalpha((unsigned char)*pt) && in valname()
98 if (!isalpha((unsigned char)*pkg)) in valname()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c57 if (wh && isalpha(c = peekchar()) && isascii(c) && !isdigit(c)) in cmdreg()
59 if (wh && isalpha(c = peekchar()) && isascii(c)) in cmdreg()
583 if (notinvis || (isalpha(c) && isascii(c))) { in tailprim()
592 while (cp < &tcommand[19] && isalpha(c = peekchar()) && isascii(c)) in tailprim()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dmappath.c80 if ((*pt == '$') && isalpha(pt[1]) && in mappath()
204 if (*varname == '$' && isalpha(varname[1])) { in mapvar()
/illumos-gate/usr/src/boot/include/
H A Dctype.h50 int isalpha(int);
89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c117 if ( isalpha( path[1] ) && ( path[2] == '|' || path[2] == ':' )) { in ldaptool_fileurl2path()
147 if ( isalpha( pathcopy[0] ) && pathcopy[1] == '|' ) { in ldaptool_fileurl2path()
195 if ( isalpha( path[0] ) && path[1] == ':' ) { in ldaptool_path2fileurl()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrto.c122 else if (isascii(c) && isalpha(c))
228 else if (isascii(c) && isalpha(c))
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c352 if (isalpha(*src)) in http_copy_decode()
358 if (isalpha(*src)) in http_copy_decode()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwctype12 #define iswalpha(w) (ast.mb_alpha?(*ast.mb_alpha)(w):isalpha(w))
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsym.c48 if (*s++ == '-' && *s++ == 'D' && isalpha(*s)) in main()
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h92 extern int isalpha(int);
/illumos-gate/usr/src/cmd/refer/
H A Dhunt3.c33 if (isalpha(c) || isdigit(c)) { in getq()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c140 if (c != '#' && !isalpha(c)) in decode()
533 } while (!isalpha(c) || (!islower(c) || c == 'h' || c == 'l') && isalpha(*s)); in msg2html()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dccmapid.c151 if (sub[1] > n && !isalpha(c)) in ccmapid()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h64 #define isalphanum(ch) (isalpha(ch) || isdigit(ch))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c386 if (isalpha(sc)) in onematch()
438 …else if (isalpha(*oldp) && isalpha(*olds) && tolower(*oldp) == tolower(*olds) || sc == mbgetchar(o… in onematch()
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro

12345678