HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 201 - 225 of 5780) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 64 if (strlen(name) > MAX_SYMBOL_NAME_LENGTH)
70 write(fd, buf, strlen(buf));
83 write(fd, buf, strlen(buf));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1;
43 size_t __size = strlen(__x._M_name) + 1;
66 size_t __size = strlen(__x._M_name) + 1;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1;
43 size_t __size = strlen(__x._M_name) + 1;
66 size_t __size = strlen(__x._M_name) + 1;
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 127 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
137 SND_USE_CASE_VERB_INACTIVE, strlen(SND_USE_CASE_VERB_INACTIVE))) {
145 (strlen(verb_list[index].use_case_name)+1))) {
151 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
169 (strlen(verb_list[index].use_case_name)+1))) {
175 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))) {
326 (strlen(ident2)+1))) {
328 SND_UCM_END_OF_LIST, strlen(SND_UCM_END_OF_LIST))){
391 strlen(SND_UCM_END_OF_LIST))){
424 while(strncmp(ctrl_list[index].case_name, ident2, strlen(ident2)+1))
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 111 MD5Update (&md5, username, strlen (username));
113 MD5Update (&md5, realm, strlen (realm));
115 MD5Update (&md5, password, strlen (password));
122 MD5Update (&md5, nonce, strlen (nonce));
124 MD5Update (&md5, cnonce, strlen (cnonce));
161 MD5Update (&md5, method, strlen(method));
163 MD5Update (&md5, uri, strlen(uri));
171 MD5Update (&md5, hentity, strlen(hentity));
180 MD5Update (&md5, nonce, strlen(nonce));
184 MD5Update (&md5, noncecount, strlen(noncecount))
    [all...]
basicauth.c 57 (0 != strncmp (header, _BASIC_BASE, strlen(_BASIC_BASE))) )
59 header += strlen (_BASIC_BASE);
121 size_t hlen = strlen(realm) + strlen("Basic realm=\"\"") + 1;
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 369 info->strings_size += strlen (string) + 1;
537 p += strlen ((char *) p) + 1;
664 sprintf (buf + strlen (buf), "%ld;", ((long) 1 << (size * 8)) - 1);
675 sprintf (buf + strlen (buf), "%ld;%ld;",
795 buf = (char *) xmalloc (10 + strlen (tag));
806 len += strlen (tag);
808 len += strlen (*pn) + 20;
822 sprintf (buf + strlen (buf), "%s:%ld,", *pn, (long) *pv);
868 buf = (char *) xmalloc (strlen (s) + 2);
911 buf = (char *) xmalloc (strlen (s) + 20)
    [all...]
  /bionic/libc/arch-mips64/
mips64.mk 8 arch-mips/string/strlen.c \
  /external/avahi/avahi-common/
alternative.c 86 if (l >= AVAHI_LABEL_MAX-1-strlen(m)-1)
87 l = AVAHI_LABEL_MAX-1-strlen(m)-1;
154 if (l >= AVAHI_LABEL_MAX-1-strlen(m)-2)
155 l = AVAHI_LABEL_MAX-1-strlen(m)-2;
  /external/compiler-rt/test/asan/TestCases/
memcmp_strict_test.cc 11 int res = memcmp(kFoo, kFubar, strlen(kFubar));
strcasestr-1.c 5 // Disable other interceptors because strlen may be called inside strcasestr
strcasestr-2.c 5 // Disable other interceptors because strlen may be called inside strcasestr
strstr-1.c 5 // Disable other interceptors because strlen may be called inside strstr
strstr-2.c 5 // Disable other interceptors because strlen may be called inside strstr
  /external/compiler-rt/test/msan/
getaddrinfo.cc 19 // Those libraries are typically uninstrumented.They will call strlen() on a
if_indextoname.cc 21 assert(strlen(ifname) + 1 <= __msan_test_shadow(ifname, sizeof(ifname)));
  /external/compiler-rt/test/tsan/
signal_write.cc 11 write(2, str, strlen(str));
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 108 retval = ext2fs_get_mem(strlen(tmp)+1, name);
130 retval = ext2fs_get_mem(strlen(parent_name)+strlen(gp.name)+2,
133 retval = ext2fs_get_mem(strlen(parent_name)+5, &ret);
  /external/google-breakpad/src/common/linux/
safe_readlink_unittest.cc 50 size_t path_length = strlen(buffer);
57 EXPECT_EQ(path_length, strlen(buffer2));
81 size_t path_length = strlen(buffer);
87 EXPECT_EQ(path_length, strlen(buffer2));
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 28 MHD_create_response_from_buffer (strlen (page), (void *) page,
  /external/libmicrohttpd/src/testcurl/
test_post.c 109 (size == strlen ("daniel")) && (0 == strncmp (value, "daniel", size)))
112 (size == strlen ("curl")) && (0 == strncmp (value, "curl", size)))
147 response = MHD_create_response_from_buffer (strlen (url),
184 curl_easy_setopt (c, CURLOPT_POSTFIELDSIZE, strlen (POST_DATA));
208 if (cbc.pos != strlen ("/hello_world"))
210 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
238 curl_easy_setopt (c, CURLOPT_POSTFIELDSIZE, strlen (POST_DATA));
262 if (cbc.pos != strlen ("/hello_world"))
264 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
293 curl_easy_setopt (c, CURLOPT_POSTFIELDSIZE, strlen (POST_DATA))
    [all...]
  /external/llvm/lib/Fuzzer/test/
StrcmpTest.cpp 10 size_t Len = strlen(Str);
  /external/llvm/test/CodeGen/ARM/
dyn-stackalloc.ll 46 %tmp1 = call i32 @strlen(i8* %tag)
47 %tmp3 = call i32 @strlen(i8* %contents)
52 %tmp6.len = call i32 @strlen(i8* %tmp6)
60 declare i32 @strlen(i8*)
  /external/selinux/libselinux/src/
check_context.c 27 ret = write(fd, con, strlen(con) + 1);
fsetfilecon.c 12 int rc = fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,

Completed in 800 milliseconds

1 2 3 4 5 6 7 891011>>