Searched refs:isalnum (Results 26 - 50 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr-impl.h37 #define isasciicsym(c) (isascii (c) && (isalnum(c) || (c) == '_'))
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dctype_internal_test.c37 && TEST_int_eq(isalnum(n) != 0, ossl_isalnum(n) != 0)
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dctype_internal_test.c37 && TEST_int_eq(isalnum(n) != 0, ossl_isalnum(n) != 0)
/netbsd-current/games/fortune/strfile/
H A Dstrfile.c205 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++)
402 while (!isalnum(c1 = getc(Sort_1)) && c1 != '\0')
404 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0')
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_string.c268 if (isalnum(c) == 0 && c != '_' && c != '`')
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-string.c218 if (!isalnum(c) && c != '.' && c != '_' && c != '-' && c != '+')
/netbsd-current/usr.bin/skey/
H A Dskey.c108 if(!isalnum((unsigned char)*t))
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcset.cpp101 csalnum.v[i] = ISASCII(i) && isalnum(i);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex2.h163 #define ISWORD(c) (isalnum(c&0xff) || (c) == '_')
/netbsd-current/usr.sbin/services_mkdb/
H A Duniq.c152 hasalnum |= isalnum(*p);
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dopattern.c122 #define simple(x) (isalnum((unsigned char)(x)) || (x) == '-')
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h95 __testis = isalnum(__c);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h95 __testis = isalnum(__c);
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h166 return isalnum((unsigned char)ch) != 0;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c55 while (isalnum ((unsigned char) *p) || *p == '_')
264 : !isalnum (name[s]) && name[s] != '_')
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp290 return std::isalnum(CurChar) || CurChar == '_' || CurChar == '.' ||
311 return std::isalnum(Data[Pos]);
/netbsd-current/games/warp/
H A Dwarp.h108 #ifndef isalnum
109 # define isalnum(c) (isalpha(c) || isdigit(c)) macro
H A Dintrp.c120 for (d=scrbuf; isalnum((unsigned char)*s); s++,d++)
167 for (s++; isalnum((unsigned char)*s); s++) *d++ = *s;
532 while (*s && !isalnum(*s) && *s != '&') s++;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-utils.c50 while (isalnum (*p) || *p == '_')
115 while (isalnum (*p) || *p == '_')
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-utils.c50 while (isalnum (*p) || *p == '_')
115 while (isalnum (*p) || *p == '_')
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dpartime.c267 while (!isalnum (c = *str) && c != '-' && c != '+') {
500 if (isalnum (*s))
630 while (!isalnum (*s) && *s)

Completed in 219 milliseconds

1234567891011>>