HomeSort by relevance Sort by last modified time
    Searched full:strspn (Results 126 - 150 of 321) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 109 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
klonecpp.php 88 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
objc.php 102 'strtod', 'strstr', 'strspn', 'strrchr', 'strpbrk', 'strncpy',
php-brief.php 81 'constant', 'bin2hex', 'sleep', 'usleep', 'time', 'mktime', 'gmmktime', 'strftime', 'gmstrftime', 'strtotime', 'date', 'gmdate', 'getdate', 'localtime', 'checkdate', 'flush', 'wordwrap', 'htmlspecialchars', 'htmlentities', 'html_entity_decode', 'md5', 'md5_file', 'crc32', 'getimagesize', 'image_type_to_mime_type', 'phpinfo', 'phpversion', 'phpcredits', 'strnatcmp', 'strnatcasecmp', 'substr_count', 'strspn', 'strcspn', 'strtok', 'strtoupper', 'strtolower', 'strpos', 'strrpos', 'strrev', 'hebrev', 'hebrevc', 'nl2br', 'basename', 'dirname', 'pathinfo', 'stripslashes', 'stripcslashes', 'strstr', 'stristr', 'strrchr', 'str_shuffle', 'str_word_count', 'strcoll', 'substr', 'substr_replace', 'quotemeta', 'ucfirst', 'ucwords', 'strtr', 'addslashes', 'addcslashes', 'rtrim', 'str_replace', 'str_repeat', 'count_chars', 'chunk_split', 'trim', 'ltrim', 'strip_tags', 'similar_text', 'explode', 'implode', 'setlocale', 'localeconv',
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 256 return str + strspn(str, " \t");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1011 # define strspn macro
1028 # define strspn macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 542 /// size_t strspn(const char *s1, const char *s2);
543 strspn, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 96 20340 STRSPN
    [all...]
  /external/libppp/src/
nat_cmd.c 254 if (strspn(arg->argv[arg->argn], "01234567") == len)
chap.c 441 name += strspn(name, " \t");
465 key += strspn(key, " \t");
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 285 "strspn",
  /external/openssh/
addrmatch.c 473 if (strspn(cp, VALID_CIDR_CHARS) != strlen(cp)) {
  /external/valgrind/main/include/
pub_tool_libcbase.h 99 extern SizeT VG_(strspn) ( const Char* s, const Char* accpt );
  /frameworks/av/camera/
CameraParameters.cpp 239 // XXX i think i can do this with strspn()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gcov 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 188 extern size_t strspn (__const char *__s, __const char *__accept)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 188 extern size_t strspn (__const char *__s, __const char *__accept)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 188 extern size_t strspn (__const char *__s, __const char *__accept)
  /external/valgrind/main/coregrind/
m_libcbase.c 430 s += VG_(strspn (s, delim));
495 SizeT VG_(strspn) ( const Char* s, const Char* accpt ) function
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 823 // strspn(s, "") -> 0
824 // strspn("", s) -> 0
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 

Completed in 1005 milliseconds

1 2 3 4 56 7 8 91011>>