HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 76 - 100 of 4310) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libselinux/src/
fsetfilecon.c 12 return fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,
lsetfilecon.c 12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
setfilecon.c 12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
  /external/libvorbis/macos/compat/
strdup.c 14 outStr = _ogg_malloc(strlen(inStr) + 1);
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 76 if (strncmp(pos, kDataCmd, strlen(kDataCmd)) == 0) {
78 pos += strlen(kDataCmd);
79 } else if (strncmp(pos, kCodeCmd, strlen(kCodeCmd)) == 0) {
81 pos += strlen(kCodeCmd);
  /external/protobuf/gtest/samples/
sample2.cc 42 const size_t len = strlen(c_string);
  /external/qemu/android/
gps.c 33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) );
  /external/qemu/distrib/libselinux/src/
fsetfilecon.c 12 return fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,
lsetfilecon.c 12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
setfilecon.c 12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
  /external/srtp/crypto/test/
aes_calc.c 57 if (strlen(argv[1]) > AES_KEY_LEN*2) {
61 AES_KEY_LEN*2, (unsigned)strlen(argv[1]));
75 if (strlen(argv[2]) > 16*2) {
79 16*2, (unsigned)strlen(argv[2]));
  /external/tcpdump/missing/
strdup.c 52 len = strlen(str) + 1;
  /frameworks/rs/
rsCompatibilityLib.cpp 31 len = strlen(default_value);
rsCppUtils.cpp 24 return rsuCopyString(name, strlen(name));
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.h 33 AddPaths(path_list, path_list + ::strlen(path_list));
  /ndk/sources/host-tools/make-3.81/
amiga.c 40 len += strlen (*aptr) + 4;
56 ptr += strlen (ptr);
67 ptr += strlen (ptr);
108 strlen (apath->ap_Buf));
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.cc 42 const size_t len = strlen(a_c_string);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
un.h 38 # include <string.h> /* For prototype of `strlen'. */
42 + strlen ((ptr)->sun_path))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
un.h 38 # include <string.h> /* For prototype of `strlen'. */
42 + strlen ((ptr)->sun_path))
  /packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/src/
DeviceInfo.cc 3 #include <string.h> // strcpy() strlen()
60 int len = sizeof(char) * strlen(aIMEI) + 1;
72 len = sizeof(char) * (strlen(DEVICE_ID_PREFIX) + len) + 1;
88 int len = sizeof(char) * strlen(aDeviceId) + 1;
101 int len = sizeof(char) * strlen(aServerId) + 1;
113 int len = sizeof(char) * strlen(aUserName) + 1;
125 int len = sizeof(char) * strlen(aClientPassword) + 1;
138 int len = sizeof(char) * strlen(aServerPassword) + 1;
  /external/chromium_org/net/websockets/
websocket_handshake_handler_test.cc 48 strlen(kHandshakeRequestMessage)));
71 strlen(kHandshakeRequestMessage)));
105 EXPECT_EQ(strlen(kHandshakeResponseMessage),
107 strlen(kHandshakeResponseMessage)));
128 EXPECT_EQ(strlen(kHandshakeResponseMessage),
130 strlen(kHandshakeResponseMessage)));
154 EXPECT_EQ(2U, handler.ParseRawResponse(kBadMessage, strlen(kBadMessage)));
163 EXPECT_EQ(3U, handler.ParseRawResponse(kBadMessage, strlen(kBadMessage)));
183 strlen(kHandshakeRequestMessage)));
213 strlen(kHandshakeResponseHeader))
    [all...]
  /external/valgrind/main/include/
pub_tool_options.h 53 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
55 const HChar* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
66 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
68 const HChar* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
76 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
78 const HChar* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
91 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
93 const HChar* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ]; \
124 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
126 const HChar* val = &(qq_arg)[ VG_(strlen)(qq_option)+1 ];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
clientinfo.c 34 const unsigned ext_length = strlen("GLX_ARB_create_context");
35 const unsigned prof_length = strlen("_profile");
116 gl_extension_length = strlen(gl_extension_string) + 1;
133 strlen(glx_extensions) + 1,
144 strlen(glx_extensions) + 1,

Completed in 4163 milliseconds

1 2 34 5 6 7 8 91011>>