Searched refs:isalnum (Results 151 - 175 of 195) sorted by relevance

12345678

/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c571 if (!isalnum(c) && c != '_' && c != '-') {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c1208 while (isalnum((unsigned char)ch) || (ch == '-') || (ch == '.'))
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c687 if (!isalnum(zpool_name[i]))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp645 return c == '_' || std::isalnum(c) || c == '$';
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1418 && !isalnum(cbuf[cpos + 3])) {
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y5741 if (isalnum(c) || c == '_') {
5855 (isalnum(x) || (ispunct(x) && x != '(' && x != ')' && \
5860 if (isalnum(c) || c == ':' || c == '_') {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c736 isalnum(ecp->cp[0]) || ecp->cp[0] == '|') {
/freebsd-11-stable/crypto/openssh/
H A Dsession.c280 if (!isalnum((u_char)s[i]) &&
H A Dclientloop.c295 if (!isalnum((u_char)display[i]) &&
H A Dreadconf.c718 if (c != '.' && c != '-' && !isalnum(c) &&
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c293 case 'w' : res = isalnum(c); break;
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c2166 if (!isalnum(name[i]) && name[i] != '_')
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1301 enumName += isalnum(*I) ? *I : '_';
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c2025 if(!isalnum((unsigned char)*ptr))
H A Dwire2str.c1701 if(!isalnum((unsigned char)(*d)[i+1]))
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1358 else if (isalnum(*q))
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c969 if (isalnum (ch) || ch == '_')
3554 BUILD_CHARCLASS_LOOP (isalnum);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c76 #define ISALNUM(C) isalnum(C)
88 #define ISALNUM(C) (isascii(C) && isalnum(C))
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c421 if (*cpr != '_' && !isalnum((unsigned char)*cpr))
528 if (lc == nch->string + 1 && !isalnum((unsigned char)lc[-1]))
/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c230 while ((isascii(*p) && isalnum(*p)) || *p == '-')
2468 if (isalnum(*q))
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4666 isalnum(_CharT __c, const locale& __loc) function
/freebsd-11-stable/contrib/ldns/
H A Dhost2str.c1220 if (! isalnum(ch)) {
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c2621 (isalnum((unsigned char)*cp) || *cp == '-' || *cp == '+'))
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c1122 if (isalnum(name[i]))
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2404 if (!isalnum(*p) && *p != '.' && *p != '-'

Completed in 400 milliseconds

12345678