HomeSort by relevance Sort by last modified time
    Searched refs:isxdigit (Results 276 - 300 of 377) sorted by null

<<111213141516

  /external/libpcap/
nametoaddr.c 462 if (isxdigit((unsigned char)*s)) {
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 281 for (; isxdigit(*s); s++) {
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 115 if (isxdigit(*text)) {
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 64 #undef isxdigit macro
71 inline bool isxdigit(char c) { function in namespace:google::protobuf
361 if (!isxdigit(p[1])) {
372 while (isxdigit(p[1])) // arbitrarily many hex digits
386 if (isxdigit(p[1])) { // Look one char ahead.
403 if (isxdigit(p[1])) { // Look one char ahead.
506 (last_hex_escape && isxdigit(*src)))) {
    [all...]
  /external/libcups/cups/
http-support.c 260 if (*hostptr != ':' && !isxdigit(*hostptr & 255))
1113 while (isxdigit(*uri & 255))
1164 else if (*ptr != ':' && *ptr != '.' && !isxdigit(*ptr & 255))
    [all...]
  /bionic/libc/dns/nameser/
ns_name.c 1064 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */
1097 if (!isxdigit(c&0xff))
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 595 if ((isxdigit(name[0]) && strchr(name, ':') != NULL) ||
623 if (!isxdigit(*cp) && *cp != ':' && *cp != '.')
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 1086 if ((ishex && isxdigit(c)) || isdigit(c))
1103 } else if ((ishex && isxdigit(c)) || isdigit(c)) {
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc 418 if (!isxdigit(p_.data()[i])) {
437 if (!isxdigit(p_.data()[i])) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl1_plat_setup.c 226 if (isxdigit(*(cmdbuf + offset + i)))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
ParseInf.c 541 if (isxdigit ((int)CurrentChar) == 0) {
SimpleFileParsing.c 545 if (!isxdigit ((int)mGlobals.SourceFile.FileBufferPtr[2])) {
552 while (isxdigit ((int)mGlobals.SourceFile.FileBufferPtr[0])) {
1236 if (isxdigit ((int)mGlobals.SourceFile.FileBufferPtr[0])) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 615 if (isxdigit (AsciiString[Index]) == 0) {
  /external/boringssl/src/crypto/bn_extra/
convert.c 146 /* This shouldn't happen. The caller checks |isxdigit|. */
242 return bn_x2bn(outp, in, decode_hex, isxdigit);
  /external/libxml2/
trio.c 186 # define iswxdigit(x) isxdigit(x)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 235 while (isxdigit(CurPtr[0]))
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 127 if (isxdigit(C.peek(1)) && isxdigit(C.peek(2))) {
419 while (isxdigit(C.peek()))
  /external/iw/
util.c 338 if (!isxdigit(digit))
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 583 if (!std::isxdigit(ch))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 110 _CRTIMP int __cdecl isxdigit(int _C);
  /system/bt/btif/src/
btif_config.cc 330 if (!isxdigit(value_str[i])) return false;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c     [all...]
  /external/elfutils/src/
ld.c 521 if (isxdigit (arg[0]) && isxdigit (arg[1]))
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1374 milliseconds

<<111213141516