/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cctype | 20 int isalpha(int c); 50 #ifdef isalpha 51 #undef isalpha 104 using ::isalpha;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 148 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 D | file_ufs.cpp | 76 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 D | devopen.c | 70 #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 D | devopen.c | 70 #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 D | citrus_bcs_strtoul.c | 60 #undef isalpha 61 #define isalpha(c) _bcs_isalpha(c) macro
|
H A D | citrus_bcs_strtol.c | 55 #undef isalpha 56 #define isalpha(c) _bcs_isalpha(c) macro
|
/netbsd-src/external/cddl/osnet/dist/common/util/ |
H A D | strtolctype.h | 49 #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 D | msg_342.c | 18 int isalpha(int); 43 isalpha(c); in cover_is_ctype_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-system.h | 39 #undef isalpha 40 #define isalpha(c) ISALPHA(c) macro
|
/netbsd-src/lib/libform/ |
H A D | type_alpha.c | 120 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 D | lex.c | 587 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 D | safe-ctype.h | 123 #undef isalpha 124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
|
/netbsd-src/bin/csh/ |
H A D | char.h | 71 (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 D | safe-ctype.h | 123 #undef isalpha 124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | safe-ctype.h | 123 #undef isalpha 124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | safe-ctype.h | 123 #undef isalpha 124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
|
/netbsd-src/lib/libskey/ |
H A D | skeylogin.c | 153 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 D | strip_asm.py | 56 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 D | strip_asm.py | 56 if not first.isalpha() and first != '_': 78 tk[1].isalpha() and tk[1] != 'Z':
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | partime.c | 196 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 D | demandoc.c | 154 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 D | cctype | 49 #undef isalpha 65 using ::isalpha;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cctype | 49 #undef isalpha 65 using ::isalpha;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cctype | 49 #undef isalpha 65 using ::isalpha;
|