Searched refs:isxdigit (Results 126 - 141 of 141) sorted by relevance

123456

/freebsd-12-stable/sys/netgraph/
H A Dng_base.c956 (!isxdigit(name[1])))
/freebsd-12-stable/crypto/openssl/apps/
H A Dca.c660 if (!isxdigit(_UC(*p))) {
H A Ds_client.c1242 if (isxdigit(_UC(*p)))
H A Ds_server.c1409 if (isxdigit(_UC(*p)))
/freebsd-12-stable/sbin/ping6/
H A Dping6.c2711 if (!isxdigit(*cp))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2310 } else if (key.size() == 2 && ::isxdigit(key[0]) && ::isxdigit(key[1])) {
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c5636 if (!isxdigit((u_char)val[0])) {
5640 if (!isxdigit((u_char)val[1])) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1725 if (!isxdigit(S[2]))
/freebsd-12-stable/contrib/libgnuregex/
H A Dregcomp.c3576 BUILD_CHARCLASS_LOOP (isxdigit);
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2821 else if (isxdigit(*src))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h5189 if (!std::isxdigit(C))
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dregex.c239 # define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dregex.c239 # define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1174 cc == 'X') && isxdigit(ccc = dtrace_load8(pos + 2))) {
3974 if (!isxdigit(cc)) {
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c19579 ** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
19597 # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x))
20714 ** isxdigit() 0x08
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11187 ** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
11204 # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x))
11970 ** isxdigit() 0x08
[all...]

Completed in 1396 milliseconds

123456