Searched refs:isalnum (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2623 isalnum(_CharT __c, const locale& __loc) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-linux-tdep.c701 while (isalnum (*tmp))
H A Darm-linux-tdep.c1180 while (isalnum (*tmp))
H A Dsymtab.c4074 while (isalnum (*q) || *q == '_' || *q == '$')
5437 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0')
5457 if (isalnum (t[-1]) || t[-1] == '_' ||
5671 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0'
H A Di386-tdep.c4171 while (isalnum (*s))
4281 while (isalnum (*s))
4299 while (isalnum (*s))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-decode.c1595 return isalnum (c) || c == '-' || c == '_' || c == '.';
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.c1658 if(!isalnum((unsigned char)*p))
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h121 #define safe_isalnum(x) isalnum((unsigned char) (x))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2655 isalnum(_CharT __c, const locale& __loc) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-linux-tdep.c1171 while (isalnum (*tmp))
H A Dsymtab.c4108 while (isalnum (*q) || *q == '_' || *q == '$')
5571 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0')
5591 if (isalnum (t[-1]) || t[-1] == '_' ||
5803 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0'
H A Daarch64-linux-tdep.c854 while (isalnum (*tmp))
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-parse.y1143 return (isalnum((u_char)ch) || ch == '_');
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1332 enumName += isalnum(*I) ? *I : '_';
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp677 if (IsVirtKey && !isalnum(EventCh))
/netbsd-current/usr.sbin/syslogd/
H A Dtls.c1169 while (isalnum((unsigned char)*q))
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c1014 while (isalnum((unsigned char)ch) || (ch == '-') || (ch == '.')
/netbsd-current/external/mit/lua/dist/src/
H A Dlstrlib.c446 case 'w' : res = isalnum(c); break;
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c1955 return isalnum (c) || c == '-' || c == '_' || c == '.';
/netbsd-current/external/public-domain/sqlite/sqlite2mdoc/
H A Dmain.c922 if (isalnum((unsigned char)d->fname[offs + i]) ||
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c1052 while (isalnum((unsigned char)ch) || (ch == '-') || (ch == '.')
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc720 && (isalnum (linebuf[lastpos + 1]) || linebuf[lastpos + 1] == '_'))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c61 #define ISALNUM(C) isalnum(C)
73 #define ISALNUM(C) (isascii(C) && isalnum(C))
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c76 #define ISALNUM(C) isalnum(C)
88 #define ISALNUM(C) (isascii(C) && isalnum(C))
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c914 if (isalnum (ch) || ch == '_')
3479 BUILD_CHARCLASS_LOOP (isalnum)

Completed in 710 milliseconds

1234567891011>>