Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcctype20 int isalpha(int c);
50 #ifdef isalpha
51 #undef isalpha
104 using ::isalpha;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp148 if (isalpha(CurChar) || CurChar == '_') in LexToken()
256 if (isalpha(NextChar) || NextChar == '_') in LexToken()
322 if (!isalpha(CurPtr[0]) && CurPtr[0] != '_') in LexVarName()
328 while (isalpha(*CurPtr) || isdigit(*CurPtr) || *CurPtr == '_') in LexVarName()
340 while (isalpha(*CurPtr) || isdigit(*CurPtr) || *CurPtr == '_') in LexIdentifier()
541 if (!isalpha(*CurPtr)) in LexExclaim()
545 while (isalpha(*CurPtr)) in LexExclaim()
894 if (*CurPtr != '_' && !isalpha(*CurPtr)) in prepLexMacroName()
898 while (isalpha(*CurPtr) || isdigit(*CurPtr) || *CurPtr == '_') in prepLexMacroName()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dfile_ufs.cpp76 else if (isalpha((unsigned char)name[0]) && in setRoot()
77 isalpha((unsigned char)name[1]) && in setRoot()
78 isalpha((unsigned char)name[2]) && in setRoot()
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Ddevopen.c70 #define isalpha(c) (((c) >= 'a') && ((c) <= 'z')) in devparse() macro
73 for (i = 0; isalpha(fname[i]) && (i < devlen); i++) in devparse()
85 if (!isalpha(fname[i])) in devparse()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Ddevopen.c70 #define isalpha(c) (((c) >= 'a') && ((c) <= 'z')) in devparse() macro
73 for (i = 0; isalpha(fname[i]) && (i < devlen); i++) in devparse()
92 if (!isalpha(fname[i])) in devparse()
/netbsd-src/lib/libc/citrus/
H A Dcitrus_bcs_strtoul.c60 #undef isalpha
61 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs_strtol.c55 #undef isalpha
56 #define isalpha(c) _bcs_isalpha(c) macro
/netbsd-src/external/cddl/osnet/dist/common/util/
H A Dstrtolctype.h49 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c18 int isalpha(int);
43 isalpha(c); in cover_is_ctype_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h39 #undef isalpha
40 #define isalpha(c) ISALPHA(c) macro
/netbsd-src/lib/libform/
H A Dtype_alpha.c120 while(isalpha((unsigned char)buf[cur])) in alpha_check_field()
162 return (isalpha(c) ? TRUE : FALSE); in alpha_check_char()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dlex.c587 else if(isalpha((int)nextch[0])) in analyz()
603 if(! isalpha((int)nextch[0]) ) in getkwd()
755 if( isalpha((int)*nextch) ) in gettok()
760 if( isalpha((int)*nextch) || isdigit((int)*nextch) ) in gettok()
819 else if(nextch+2<=lastch && isalpha((int)nextch[1]) in gettok()
820 && isalpha((int)nextch[2])) in gettok()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h123 #undef isalpha
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-src/bin/csh/
H A Dchar.h71 (isalpha((unsigned char) (c)) || (c) == '_'))
77 #define Isalpha(c) (((c) & QUOTE) ? 0 : isalpha((unsigned char) (c)))
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h123 #undef isalpha
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h123 #undef isalpha
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h123 #undef isalpha
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-src/lib/libskey/
H A Dskeylogin.c153 if (isalpha((u_char) *cp)) { in skeylookup()
216 if (isalpha((u_char) *cp)) { in skeygetnext()
305 if (isalpha((u_char) *cp)) in skeyverify()
471 if (isalpha((u_char)*p) && isupper((u_char)*p)) in skey_authenticate()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dstrip_asm.py56 if not first.isalpha() and first != '_':
78 tk[1].isalpha() and tk[1] != 'Z':
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dstrip_asm.py56 if not first.isalpha() and first != '_':
78 tk[1].isalpha() and tk[1] != 'Z':
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dpartime.c196 if (!isalpha (c))
388 while (isalpha ((unsigned char) *s))
537 while (isalpha ((unsigned char) *s))
602 while (isalpha ((unsigned char) *s))
/netbsd-src/external/bsd/mdocml/dist/
H A Ddemandoc.c154 emit = isalpha((unsigned char)p[0]) && in pstring()
155 isalpha((unsigned char)p[1]); in pstring()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcctype49 #undef isalpha
65 using ::isalpha;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcctype49 #undef isalpha
65 using ::isalpha;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcctype49 #undef isalpha
65 using ::isalpha;

12345678910>>...14