HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 301 - 325 of 5643) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/binutils/
defparse.y 188 char *name = xmalloc (strlen ($2) + 2);
194 char *name = xmalloc (strlen ($2) + 2);
200 char *name = xmalloc (strlen ($1) + 1 + strlen ($3) + 1);
206 char *name = xmalloc (strlen ($1) + 1 + strlen ($3) + 1);
  /external/libmicrohttpd/src/examples/
post_example.c 284 response = MHD_create_response_from_buffer (strlen (form),
319 reply = malloc (strlen (MAIN_PAGE) + strlen (session->value_1) + 1);
323 strlen (MAIN_PAGE) + strlen (session->value_1) + 1,
327 response = MHD_create_response_from_buffer (strlen (reply),
362 reply = malloc (strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1);
366 strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1
    [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 187 buflen = strlen(ipsp_dir_strs[xpl->sadb_x_policy_dir])
190 + strlen(priority_str)
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
194 + strlen(ipsp_policy_strs[xpl->sadb_x_policy_type])
208 else if (strlen (priority_str) != 0)
255 offset = strlen(buf);
256 buflen = offset + strlen(delimiter) + strlen(isrbuf) + 1;
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_win32.c 380 SIZE_T nBufSize = (strlen(szTmpModule) +
381 strlen(szTitleText) + strlen(fmt) + 256)*sizeof(char);
386 szTmp = szTitle + (strlen(szTitle)+2)*sizeof(char);
387 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap);
411 SIZE_T nBufSize = (strlen(szTmpModule) +
412 strlen(szTitleText) + strlen(fmt) + 256)*sizeof(char);
417 szTmp = szTitle + (strlen(szTitle)+2)*sizeof(char);
418 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap)
    [all...]
  /external/valgrind/memcheck/tests/amd64/
insn-pcmpistri.stderr.exp 11 strlen("")=false
22 strlen("a")=true
33 strlen("ab")=true
44 strlen("abc")=true
55 strlen("abcd")=true
66 strlen("abcde")=true
77 strlen("abcdef")=true
88 strlen("abcdefg")=true
99 strlen("abcdefgh")=true
110 strlen("abcdefghi")=tru
    [all...]
  /external/skia/src/pdf/
SkPDFMetadata.cpp 57 md5.write(uuidNamespace, strlen(uuidNamespace));
168 SkASSERT(strlen(gHex) == 16);
198 stream->write(streamBegin, strlen(streamBegin));
204 stream->write(streamEnd, strlen(streamEnd));
216 extra += 4; // strlen("&amp;") - strlen("&")
218 extra += 3; // strlen("&lt;") - strlen("<")
233 size_t beforeLen = before ? strlen(before) : 0;
234 size_t afterLen = after ? strlen(after) : 0
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 164 const uint16_t strLen = 128;
167 static_assert(strLen == kAdmMaxDeviceNameSize, "");
168 static_assert(strLen == kAdmMaxGuidSize, "");
170 char name[strLen];
171 char guid[strLen];
181 strncpy(strNameUTF8, name, strLen);
184 strncpy(strGuidUTF8, guid, strLen);
206 const uint16_t strLen = 128;
209 static_assert(strLen == kAdmMaxDeviceNameSize, "");
210 static_assert(strLen == kAdmMaxGuidSize, "")
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/iio/
iio.c 94 if (strcmp(ent->d_name + strlen(ent->d_name) - strlen("_en"), "_en") == 0) {
109 if (strcmp(ent->d_name + strlen(ent->d_name) - strlen("_index"), "_index") == 0) {
122 buf[(strlen(buf) - 5)] = '\0';
206 if (strncmp(device->name, name, strlen(device->name) + 1) == 0) {
280 size_t len = strlen(data);
380 if (strcmp(ent->d_name + strlen(ent->d_name) - strlen("_en"), "_en") == 0) {
399 if (strcmp(ent->d_name + strlen(ent->d_name) - strlen("_en"), "_en") == 0)
    [all...]
  /external/f2fs-tools/tools/
f2fstat.c 140 if (strlen(head) >= sizeof(keyname)) {
218 int half = (len - strlen(name_h[i])) / 2;
225 index += strlen(name_h[i]);
243 strncpy(ptr_buf, name[i], strlen(name[i]));
264 len = strlen(ptr);
265 ptr_buf += (len > strlen(name[i]) ? len : strlen(name[i])) + 1;
  /external/selinux/libsepol/src/
context.c 25 strlen(context) + 1, NULL);
99 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1;
101 strlen(policydb->p_role_val_to_name[context->role - 1]) + 1;
102 scontext_len += strlen(policydb->p_type_val_to_name[context->type - 1]);
124 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1 +
125 strlen(policydb->p_role_val_to_name[context->role - 1]) + 1 +
126 strlen(policydb->p_type_val_to_name[context->type - 1]);
  /external/srtp/crypto/test/
datatypes_driver.c 48 #include <string.h> /* for strlen() */
194 len = hex_string_to_octet_string(raw, hex1, strlen(hex1));
197 printf("expected length: %u\tstring: %s\n", (unsigned)strlen(hex1), hex1);
199 len = hex_string_to_octet_string(raw, hex2, strlen(hex2));
210 printf("strlen(s) = %u\n", (unsigned)strlen(s));
212 for (i=0; i < strlen(s); i++) {
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 132 if (deviceNameLength >= strlen(cameraName))
134 memcpy(deviceNameUTF8, cameraName, strlen(cameraName));
145 if (deviceUniqueIdUTF8Length >= strlen((const char*) cap.bus_info))
149 strlen((const char*) cap.bus_info));
170 (int32_t) strlen((char*) deviceUniqueIdUTF8);
195 strlen((const char*) deviceUniqueIdUTF8)) == 0) //match with device id
245 if (strncmp(deviceUniqueIdUTF8, name, strlen(name)) == 0)
  /system/netd/server/
TetherController.cpp 54 const ssize_t len = strlen(value);
234 int cmdLen = strlen(daemonCmd);
250 cmdLen += (strlen(servers[i]) + 1);
264 if (write(mDaemonFd, daemonCmd, strlen(daemonCmd) +1) < 0) {
286 int cmdLen = strlen(daemonCmd);
291 cmdLen += (strlen(*it) + 1);
304 if (write(mDaemonFd, daemonCmd, strlen(daemonCmd) +1) < 0) {
  /external/skia/src/core/
SkString.cpp 43 size_t strLen = strlen(string);
44 size_t suffixLen = strlen(suffixStr);
45 return strLen >= suffixLen &&
46 !strncmp(string + strLen - suffixLen, suffixStr, suffixLen);
51 size_t strLen = strlen(string);
52 if (0 == strLen) {
55 return (suffixChar == string[strLen-1]);
263 size_t len = text ? strlen(text) : 0
    [all...]
  /external/valgrind/exp-sgcheck/
h_intercepts.c 119 // calls to strlen() with its own built-in version. This can be very
122 #define STRLEN(soname, fnname) \
131 STRLEN(VG_Z_LIBC_SONAME, strlen)
133 STRLEN(VG_Z_LIBC_SONAME, __GI_strlen)
134 STRLEN(VG_Z_LD_LINUX_SO_2, strlen)
135 STRLEN(VG_Z_LD_LINUX_X86_64_SO_2, strlen)
136 STRLEN(VG_Z_LD_SO_1, strlen
    [all...]
  /external/libmicrohttpd/src/testcurl/
test_large_put.c 132 response = MHD_create_response_from_buffer (strlen (url),
192 if (cbc.pos != strlen ("/hello_world"))
194 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
250 if (cbc.pos != strlen ("/hello_world"))
255 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
312 if (cbc.pos != strlen ("/hello_world"))
317 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
446 if (cbc.pos != strlen ("/hello_world"))
451 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
test_process_headers.c 125 response = MHD_create_response_from_buffer (strlen (url),
190 if (cbc.pos != strlen ("/hello_world"))
192 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
239 if (cbc.pos != strlen ("/hello_world"))
241 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
289 if (cbc.pos != strlen ("/hello_world"))
291 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
411 if (cbc.pos != strlen ("/hello_world"))
413 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
test_put.c 112 response = MHD_create_response_from_buffer (strlen (url), (void*) url,
169 if (cbc.pos != strlen ("/hello_world"))
171 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
225 if (cbc.pos != strlen ("/hello_world"))
227 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
283 if (cbc.pos != strlen ("/hello_world"))
285 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
414 if (cbc.pos != strlen ("/hello_world"))
416 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
test_put_chunked.c 121 response = MHD_create_response_from_buffer (strlen (url),
179 if (cbc.pos != strlen ("/hello_world"))
181 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
235 if (cbc.pos != strlen ("/hello_world"))
237 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
293 if (cbc.pos != strlen ("/hello_world"))
295 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
424 if (cbc.pos != strlen ("/hello_world"))
426 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
  /external/skia/gm/
degeneratesegments.cpp 296 canvas->drawText(title, strlen(title),
354 strlen(style.fName),
358 strlen(fill.fName),
362 strlen(cap.fName),
366 strlen(gSegmentNames[s1]),
370 strlen(gSegmentNames[s2]),
374 strlen(gSegmentNames[s3]),
378 strlen(gSegmentNames[s4]),
382 strlen(gSegmentNames[s5]),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnsl-2.11.1.so 
libnsl.so 
libnsl.so.1 
  /bionic/libc/arch-mips/string/
mips_strlen.c 48 #define strlen my_strlen macro
52 strlen (const char *_a) function
80 #error strlen: mips64 check for 4-byte alignment not implemented.
175 argv[0] ? argv[0] : "unknown strlen");
178 int b = (strlen)(__x + __y) /* library version */;\
  /dalvik/libdex/
OptInvocation.cpp 90 strncat(absoluteFile, "/", kBufLen - strlen(absoluteFile));
92 strncat(absoluteFile, fileName, kBufLen - strlen(absoluteFile));
100 strncat(absoluteFile, "/", kBufLen - strlen(absoluteFile));
101 strncat(absoluteFile, subFileName, kBufLen - strlen(absoluteFile));
139 strncat(nameBuf, absoluteFile, kBufLen - strlen(nameBuf));

Completed in 1304 milliseconds

<<11121314151617181920>>