HomeSort by relevance Sort by last modified time
    Searched defs:strlen (Results 51 - 75 of 92) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 549 #define strlen(str) \ macro
578 ? (sizeof ((src)[0]) == 1 && strlen (src) + 1 <= 8 \
579 ? __strcpy_a_small ((dest), (src), strlen (src) + 1) \
582 strlen (src) + 1)) \
664 ? (strlen (src) + 1 <= 8 \
665 ? __stpcpy_a_small ((dest), (src), strlen (src) + 1) \
666 : __stpcpy_c ((dest), (src), strlen (src) + 1)) \
838 ? ((strlen (src) + 1 >= ((size_t) (n)) \
841 : __strncpy_cg ((dest), (src), strlen (src) + 1, n))) \
970 ? __strcat_c ((dest), (src), strlen (src) + 1)
    [all...]
  /external/clang/test/Analysis/
string.c 35 // strlen()
38 #define strlen BUILTIN(strlen) macro
39 size_t strlen(const char *s);
42 clang_analyzer_eval(strlen("123") == 3); // expected-warning{{TRUE}}
47 clang_analyzer_eval(strlen(a) == 3); // expected-warning{{TRUE}}
52 clang_analyzer_eval(strlen(a) == 3); // expected-warning{{TRUE}}
55 clang_analyzer_eval(strlen(a) == 3); // expected-warning{{UNKNOWN}}
59 return strlen(0); // expected-warning{{Null pointer argument in call to string length function}}
63 return strlen((char*)&strlen_fn); // expected-warning{{Argument to string length function is the address of the (…)
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 615 int strlen = 0; local
620 strlen += tests[linecount].length();
623 System.out.println("Total size of strings " + strlen);
628 strlen -= 5; // any left over characters are not iterated,
645 if (strindex > strlen) {
671 if (strindex > strlen) {
734 int strlen = 0; local
739 strlen += tests[linecount].length();
742 System.out.println("Total size of strings " + strlen);
762 if (strindex > strlen) {
    [all...]
  /external/tcpdump/
print-bgp.c 599 pos += strlen(pos);
640 offset = strlen(buf);
654 offset = strlen(buf);
705 pos += strlen(pos);
876 offset = strlen(buf);
884 offset = strlen(buf);
893 offset = strlen(buf);
902 offset = strlen(buf);
909 offset = strlen(buf);
920 offset = strlen(buf)
968 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 200 mName = new String(name, 0, strlen(name));
784 private static int strlen(byte[] strVal) { method in class:ImageShader
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/pcre/dist/
pcre_internal.h 369 #define strlen(s) _strlen(s) macro
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1056 milliseconds

1 23 4