/external/openssl/crypto/dso/ |
dso_dl.c | 262 merged = OPENSSL_malloc(strlen(filespec1) + 1); 274 merged = OPENSSL_malloc(strlen(filespec2) + 1); 292 spec2len = (filespec2 ? strlen(filespec2) : 0); 293 len = spec2len + (filespec1 ? strlen(filespec1) : 0); 329 len = strlen(filename); 334 rsize += strlen(extension);/* The length of ".s?" */ 374 len = (int)strlen(inf.filename);
|
/external/qemu/memcheck/ |
memcheck_util.c | 41 if (sym_path_root == NULL || strlen(sym_path_root) >= max_char) { 46 max_char -= strlen(sym_path_root); 47 if (sym_path[strlen(sym_path)-1] != PATH_SEP_C) { 51 if (strlen("symbols") >= max_char) { 55 max_char -= strlen("symbols"); 56 if (strlen(module_path) >= max_char) { 77 memmove(parent+1, name + 1, strlen(name + 1) + 1);
|
/external/skia/tools/flags/ |
SkCommandLineFlags.cpp | 29 size_t defaultLength = strlen(defaultValue); 84 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { 87 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { 101 if (SkStrStartsWith(string, "no") && strlen(string) > 2) { 158 if (strlen(currLine) < LINE_LENGTH) { 312 size_t testLen = strlen(name); 316 size_t matchLen = strlen(matchName);
|
/external/srec/srec/clib/ |
voc_read.c | 81 if (basename == NULL || strlen(basename) == 0) { 263 return strlen(end) <= strlen(string) && !strcmp(string + strlen(string) - strlen(end), end); 305 entryname[strlen(entryname) - strlen(".zip")] = 0;
|
/external/valgrind/main/none/tests/amd64/ |
aes.c | 32 assert( strlen(summary) == 32 ); 90 if (strlen(s_exp) > 0) { 122 if (strlen(s_exp) > 0) { 154 if (strlen(s_exp) > 0) { 186 if (strlen(s_exp) > 0) { 216 if (strlen(s_exp) > 0) { 271 if (strlen(s_exp) > 0) {
|
/external/chromium_org/gpu/command_buffer/service/ |
test_helper.cc | 150 base::CStringTokenizer t(extensions, extensions + strlen(extensions), " "); 203 base::CStringTokenizer t(extensions, extensions + strlen(extensions), " "); 400 size_t len = strlen(attribs[ii].name) + 1; 414 SetArgumentPointee<3>(strlen(info.name)), 418 info.name + strlen(info.name) + 1))) 420 if (!ProgramManager::IsInvalidPrefix(info.name, strlen(info.name))) { 433 size_t len = strlen(uniforms[ii].name) + 1; 446 SetArgumentPointee<3>(strlen(info.name)), 450 info.name + strlen(info.name) + 1))) 457 if (ProgramManager::IsInvalidPrefix(info.name, strlen(info.name))) [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
passwd.c | 320 passwd_len = strlen(passwd); 323 assert(strlen(magic) <= 4); /* "1" or "apr1" */ 327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */ 328 salt_out = out_buf + 2 + strlen(magic); 329 salt_len = strlen(salt_out); 336 EVP_DigestUpdate(&md, magic, strlen(magic)); 391 assert(output == out_buf + strlen(out_buf)); 408 assert(strlen(out_buf) < sizeof(out_buf)); 474 if ((strlen(passwd) > pw_maxlen)) 481 assert(strlen(passwd) <= pw_maxlen) [all...] |
/external/iproute2/tc/ |
m_ipt.c | 227 char path[strlen(lib_dir) + sizeof ("/libipt_.so") + strlen(name)]; 233 new_name = malloc(strlen(name) + 1); 234 lname = malloc(strlen(name) + 1); 236 memset(new_name, '\0', strlen(name) + 1); 241 memset(lname, '\0', strlen(name) + 1); 250 for (i = 0; i < strlen(name); i++) { 257 for (i = 0; i < strlen(new_name); i++) { 502 if (strlen(tname) > 16) { 506 size = 1 + strlen(tname) [all...] |
/external/openssl/apps/ |
passwd.c | 320 passwd_len = strlen(passwd); 323 assert(strlen(magic) <= 4); /* "1" or "apr1" */ 327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */ 328 salt_out = out_buf + 2 + strlen(magic); 329 salt_len = strlen(salt_out); 336 EVP_DigestUpdate(&md, magic, strlen(magic)); 391 assert(output == out_buf + strlen(out_buf)); 408 assert(strlen(out_buf) < sizeof(out_buf)); 474 if ((strlen(passwd) > pw_maxlen)) 481 assert(strlen(passwd) <= pw_maxlen) [all...] |
/external/tcpdump/ |
print-esp.c | 240 if (strlen(decode) > strlen("-hmac96") && 241 !strcmp(decode + strlen(decode) - strlen("-hmac96"), 247 if (strlen(decode) > strlen("-cbc") && 248 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) { 269 len = strlen(colon) / 2; 286 i = strlen(colon) [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_fuse_test.cc | 44 if (strlen(path) <= 1) 197 size_t hello_len = strlen(hello_world); 228 ASSERT_EQ(0, node->Write(attr, &message[0], strlen(message), &bytes_written)); 229 ASSERT_EQ(bytes_written, strlen(message)); 248 EXPECT_EQ(strlen(hello_world), statbuf.st_size);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Program.cpp | 45 return strlen(mInfoLog) + 1; 57 index = std::min(bufSize - 1, (int)strlen(mInfoLog)); 83 msg.erase(found, strlen(g_fakepath)); 105 size_t infoLength = strlen(info); 115 size_t logLength = strlen(mInfoLog);
|
/external/dhcpcd/ |
common.c | 206 size_t len = strlen(var) + strlen(value) + 3; 209 len += strlen(prefix) + 1; 248 len = pwrite(fd, spid, strlen(spid), (off_t)0); 249 if (len != (ssize_t)strlen(spid))
|
/external/e2fsprogs/intl/ |
bindtextdom.c | 154 size_t len = strlen (dirname) + 1; 192 size_t len = strlen (codeset) + 1; 223 size_t len = strlen (domainname) + 1; 251 size_t len = strlen (dirname) + 1; 282 size_t len = strlen (codeset) + 1;
|
/external/hyphenation/ |
substrings.c | 109 int l=strlen(expr);
151 int l1 = strlen(expr);
152 int l2 = strlen(subexpr);
184 int l = strlen(format);
216 int patsize = strlen(pat);
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 176 int cnt = strlen(method_name) + strlen(class_signature) + 177 strlen(method_signature) + 2; 180 strncat(buf, method_name, cnt - strlen(buf) - 1); 181 strncat(buf, method_signature, cnt - strlen(buf) - 1);
|
/external/srec/seti/sltsEngine/src/ |
SWIslts.c | 218 if((strlen(text)+1) > MAX_INPUT_LEN){ 222 new_text = MALLOC((strlen(text)+1)*sizeof(char), MTAG); 230 i = strlen(new_text)-1; 235 if(strlen(new_text) == 0){ 403 *len = strlen(pszPhoneStr) + 1;
|
/external/svox/pico/lib/ |
picodbg.c | 304 if ((name != NULL) && (strlen(name) > 0)) { 346 ((strlen(logFilterFN) == 0) || !strcmp(logFilterFN, picodbg_fileTitle(file)))) { 386 if (strlen(func) > 0) { 403 ((strlen(logFilterFN) == 0) || !strcmp(logFilterFN, picodbg_fileTitle(file)))) { 411 if (strlen(func) > 0) {
|
/external/tcpdump/missing/ |
getnameinfo.c | 158 if (strlen(sp->s_name) + 1 > servlen) 163 if (strlen(numserv) + 1 > servlen) 219 if (strlen(numaddr) + 1 > hostlen) 259 if (strlen(hp->h_name) + 1 > hostlen) { 275 if (strlen(numaddr) + 1 > hostlen)
|
/system/core/libcorkscrew/ |
map_info.c | 49 size_t name_len = strlen(name); 111 size_t name_len = strlen(name); 120 mi->is_readable = strlen(permissions) == 4 && permissions[0] == 'r'; 121 mi->is_writable = strlen(permissions) == 4 && permissions[1] == 'w'; 122 mi->is_executable = strlen(permissions) == 4 && permissions[2] == 'x';
|
/system/core/adb/ |
adb.c | 122 q = p + strlen(p); 128 int taglen = strlen(tags[tagn].tag); 195 adb_write(adb_debug_qemu, msg, strlen(msg)); 750 int local_len = strlen(l->local_name); 751 int connect_len = strlen(l->connect_to); 752 int serial_len = strlen(l->transport->serial); [all...] |
/external/bison/src/ |
print.c | 55 | *WIDTH := max (*WIDTH, strlen (STR)). | 61 size_t len = strlen (str); 162 for (j = width - strlen (tag); j > 0; --j) 202 for (j = width - strlen (tag); j > 0; --j) 222 for (j = width - strlen (lookahead_token); j > 0; --j) 265 width = strlen (_("$default")); 392 if (column + strlen(buffer) > (End)) \ 420 column = strlen (tag); 430 sprintf (buffer + strlen (buffer), " %d", r); 460 column = strlen (tag) [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdiffengine_test.cc | 18 #include <string.h> // memset, strlen 77 const size_t length_without_spaces = strlen(string_without_spaces); 120 return ExpectSize(strlen(s)); 251 ExpectAddInstruction(static_cast<int>(strlen(s))); 321 engine_(dictionary_, strlen(dictionary_)) { 354 strlen(text), 598 engine_(dictionary_, strlen(dictionary_)), 600 search_dictionary_(dictionary_, strlen(dictionary_)), 643 strlen(text), 679 + strlen(weasel_text_ [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiffengine_test.cc | 18 #include <string.h> // memset, strlen 75 const size_t length_without_spaces = strlen(string_without_spaces); 118 return ExpectSize(strlen(s)); 246 ExpectAddInstruction(static_cast<int>(strlen(s))); 300 engine_(dictionary_, strlen(dictionary_)) { 332 strlen(text), 575 engine_(dictionary_, strlen(dictionary_)), 577 search_dictionary_(dictionary_, strlen(dictionary_)), 620 strlen(text), 655 + strlen(weasel_text_ [all...] |
/external/libexif/libexif/olympus/ |
mnote-olympus-entry.c | 543 strncat (v, buf, maxlen - strlen (v)); 563 strncat (v, buf, maxlen - strlen (v)); 608 strncat (v, buf, maxlen - strlen (v)); 612 strncat (v, _("Left to right"), maxlen - strlen (v)); 615 strncat (v, _("Right to left"), maxlen - strlen (v)); 618 strncat (v, _("Bottom to top"), maxlen - strlen (v)); 621 strncat (v, _("Top to bottom"), maxlen - strlen (v)); 626 strncat (v, buf, maxlen - strlen (v)); 635 strncat (v, buf, maxlen - strlen (v)); 643 strncat (v, buf, maxlen - strlen (v)) [all...] |