Searched refs:isalnum (Results 51 - 75 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nsd/dist/
H A Ddname.c420 if (isalnum((unsigned char)ch) || ch == '-' || ch == '_' || ch == '*') {
516 if (isalnum((unsigned char)ch) || ch == '-' || ch == '_' || ch == '*') {
543 if (isalnum((unsigned char)ch) || ch == '-' || ch == '_' || ch == '*') {
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-micmd.c216 if (!isalnum (*name) && *name != '_' && *name != '-')
505 else if ((name_len < 2) || (name[0] != '-') || !isalnum (name[1]))
516 if (!isalnum (name[i]) && name[i] != '-')
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Ddict.c112 * followed by isalnum(3) or '_' characters.
123 while (isalnum((unsigned char)*key) || *key == '_')
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dupnp_xml.c89 while (isalnum(*in) || *in == '-')
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-fgrep.c39 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C))
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h187 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C))
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DTokenizer.py155 while c.isalnum() or c == '_' or c == '-' or c == '.':
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dfmt_scaled.c161 if (isalnum((unsigned char)*(p+1))) {
/netbsd-current/usr.bin/look/
H A Dlook.c85 #define DICT(c) (isascii(c) && isalnum(c) ? (c) : NO_COMPARE)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcommandlineflags.cc215 return isalnum(ch) &&
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dstrip_asm.py60 if not c.isalnum() and c != '_':
/netbsd-current/usr.sbin/autofs/
H A Ddefined.c140 if (isalnum((unsigned char)c) || c == '_')
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h90 #define ISALNUM(c) (IN_CTYPE_DOMAIN (c) && isalnum ((unsigned char)c))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c168 if (!((dc >= 0x80 && isUniAlpha(dc)) || isalnum(dc) || dc == '_'))
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h23 return ::isalnum(c);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.cc215 return isalnum(ch) &&
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dstrip_asm.py60 if not c.isalnum() and c != '_':
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp141 return isalnum(C) || C == '.' || C == '$' || C == '_';
/netbsd-current/tests/lib/libc/locale/
H A Dt_wctype.c186 ATF_REQUIRE_EQ(!!isalnum(c), inout);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h90 #define ISALNUM(c) (IN_CTYPE_DOMAIN (c) && isalnum ((unsigned char)c))
/netbsd-current/external/bsd/tmux/dist/
H A Dnames.c162 !isalnum((u_char)*ptr) &&
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.c144 if(!isalnum((unsigned char)*p))
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc.c283 isalnum((unsigned char)c[-2]) == 0 ||
284 isalnum((unsigned char)c[-1]) == 0 ||
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dada-lex.l459 if (isalnum (name0[i0]))
553 && !isalnum (str[i + 3]) && str[i + 3] != '_')
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c917 return isalnum((unsigned char)ch) != 0;
936 return isalnum((unsigned char)ch) != 0;

Completed in 247 milliseconds

1234567891011>>