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

<<11121314151617181920>>

  /bionic/libc/bionic/
strntoumax.c 30 #include <ctype.h>
  /bionic/libc/stdlib/
strtol.c 31 #include <ctype.h>
strtoul.c 31 #include <ctype.h>
strtoumax.c 32 #include <ctype.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 30 #include <ctype.h>
  /external/bison/lib/
mbswidth.c 30 #include <ctype.h>
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 40 #include <ctype.h>
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 75 #include <ctype.h> /* isprint() */
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_cnf.c 60 #include <ctype.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_mime.c 56 #include <ctype.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 85 // If we're using StringFieldGenerator for a field with a ctype, it's
86 // because that ctype isn't actually implemented. In particular, this is
87 // true of ctype=CORD and ctype=STRING_PIECE in the open source release.
96 // guarantee that if we do ever implement the ctype, it won't break any
98 // files that applied the ctype. The field can still be accessed via the
101 if (descriptor_->options().ctype() != FieldOptions::STRING) {
105 " // Hidden due to unknown ctype option.\n");
120 if (descriptor_->options().ctype() != FieldOptions::STRING) {
329 if (descriptor_->options().ctype() != FieldOptions::STRING)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c 43 #include <ctype.h>
  /external/clang/tools/scan-view/
Reporter.py 87 ctype, encoding = mimetypes.guess_type(path)
88 if ctype is None or encoding is not None:
91 ctype = 'application/octet-stream'
92 maintype, subtype = ctype.split('/', 1)
  /external/e2fsprogs/lib/
fpopen.c 29 #include <ctype.h>
  /external/elfutils/libasm/
asm_addstrz.c 31 #include <ctype.h>
  /external/fsck_msdos/
main.c 43 #include <ctype.h>
  /external/ipsec-tools/src/racoon/
str2val.c 38 #include <ctype.h>
  /external/llvm/lib/Object/
ELFObjectFile.cpp 17 #include <ctype.h>
  /external/llvm/lib/Support/
regerror.c 41 #include <ctype.h>
  /external/openssh/openbsd-compat/
inet_aton.c 62 #include <ctype.h>
strtoll.c 38 #include <ctype.h>
strtoul.c 36 #include <ctype.h>
  /external/openssl/crypto/evp/
evp_cnf.c 60 #include <ctype.h>
  /external/openssl/crypto/pkcs7/
pk7_mime.c 56 #include <ctype.h>
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 78 // If we're using StringFieldGenerator for a field with a ctype, it's
79 // because that ctype isn't actually implemented. In particular, this is
80 // true of ctype=CORD and ctype=STRING_PIECE in the open source release.
89 // guarantee that if we do ever implement the ctype, it won't break any
91 // files that applied the ctype. The field can still be accessed via the
94 if (descriptor_->options().ctype() != FieldOptions::STRING) {
98 " // Hidden due to unknown ctype option.\n");
110 if (descriptor_->options().ctype() != FieldOptions::STRING) {
281 if (descriptor_->options().ctype() != FieldOptions::STRING)
    [all...]

Completed in 675 milliseconds

<<11121314151617181920>>