/toolchain/binutils/binutils-2.25/ld/ |
pe-dll.c | 510 new_exclude->string = xmalloc (strlen (exclude_string) + 1); 608 len = strlen (n); 741 name = xmalloc (strlen ("__imp_") + strlen (sn) + 1); 898 name = xmalloc (strlen (pe_def_file->exports[i].internal_name) + 2); 1097 name_table_size += strlen (pe_def_file->exports[i].its_name) + 1; 1099 name_table_size += strlen (pe_def_file->exports[i].name) + 1; 1105 name_table_size += strlen (pe_def_file->exports[i].internal_name) + 1; 1127 + name_table_size + strlen (dll_name) + 1); [all...] |
/external/libxml2/ |
nanoftp.c | 774 len = strlen(buf); 802 len = strlen(buf); 833 len = strlen(buf); 1029 len = strlen(buf); 1051 len = strlen(buf); 1092 len = strlen(buf); 1123 len = strlen(buf); 1145 len = strlen(buf); 1295 len = strlen(buf); 1346 len = strlen(buf) [all...] |
nanohttp.c | 314 len = strlen(uri->server); [all...] |
/external/mksh/src/ |
misc.c | 204 if ((len = strlen(OFN(i)))) { 580 cp = alloc(strlen((const void *)sp) + 1, ATEMP); 588 se = sp + strlen((const void *)sp); 610 memmove(dp, sp, strlen((const void *)sp) + 1); 660 se = s + strlen(s); 661 pe = p + strlen(p); 679 pe = pnew + strlen(pnew); 1427 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); [all...] |
/external/svox/pico/lib/ |
picoos.c | 1963 picoos_uint8 strlen, bufpos; local [all...] |
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
pep.em | 545 alc_entry = xmalloc (strlen (initial_symbol_char) 546 + strlen (entry) 583 len = strlen (optarg); [all...] |
/art/patchoat/ |
patchoat.cc | [all...] |
/external/curl/lib/ |
formdata.c | 86 post->namelength = (long)(name?(namelength?namelength:strlen(name)):0); 196 if(strlen(filename) >= strlen(ctts[i].extension)) { 198 strlen(filename) - strlen(ctts[i].extension), 234 * (if CURLFORM_CONTENTSLENGTH is missing strlen () is used) 644 strlen(form->name)+1); 658 strlen(form->value)+1); 822 length = strlen((char *)line); 1069 filename_escaped = malloc(strlen(filename)*2+1) [all...] |
curl_sasl_sspi.c | 141 if(strlen(chlg64) && *chlg64 != '=') { 361 size_t chlglen = strlen(chlg); 479 chlg_buf[1].cbBuffer = curlx_uztoul(strlen((const char *) request)); 700 if(strlen(type2msg) && *type2msg != '=') { 944 if(strlen(chlg64) && *chlg64 != '=') { [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 756 strlen (last_str->str) 757 + strlen (runp->str) + 1); 769 #define obstack_grow_str(ob, str) obstack_grow (ob, str, strlen (str)) 1086 off_op_str += strlen (str) + 1; 1359 mnemonic_maxlen = MAX (mnemonic_maxlen, strlen ((char *) cp)); 1360 mnemonic_minlen = MIN (mnemonic_minlen, strlen ((char *) cp)); [all...] |
/external/iptables/extensions/ |
libxt_conntrack.c | 224 if (strlen(arg) == 0 || !parse_state(arg, strlen(arg), sinfo)) 263 if (strlen(arg) == 0 || !conntrack_ps_state(info, arg, strlen(arg))) 298 if (strlen(arg) == 0 || !parse_status(arg, strlen(arg), sinfo)) 333 if (strlen(arg) == 0 || !conntrack_ps_status(info, arg, strlen(arg))) 1071 if (strlen(arg) == 0) 1073 flag = state_parse_state(arg, strlen(arg)) [all...] |
/external/libpcap/ |
pcap-sita.c | 90 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name); 274 if (pos == strlen(buf)) /* if there is nothing but white space on the line */ 291 if ((ptr2 = (char *)malloc(strlen(ptr) + 1)) == NULL) { 432 name = malloc(strlen(IOPname) + 1); /* get memory for the IOP's name */ 476 name = malloc(strlen(buf) + 1); /* get memory for that name */ 507 s1_p1_len = strlen(s1); /* the prefix length is the length of the string itself */ 514 s2_p1_len = strlen(s2); 685 if ((iff->name = realloc(iff->name, strlen(newname) + 1)) == NULL) { /* we now re-write the name stored in the interface list */ 829 send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface name, and a terminating n (…) [all...] |
/external/toybox/toys/posix/ |
sed.c | 386 if (!logrus->hit) emit(str, strlen(str), 1); 431 emit(str, strlen(str), 1); 517 // newlen = strlen(new) but with \1 and & and printf escapes 618 emit(toybuf, strlen(toybuf), 1); 642 } else emit(append->str, strlen(append->str), 1); 715 to = delim = xmalloc(strlen(*pstr)+1); 773 reg += corwin->arg1 + strlen(reg + corwin->arg1); 950 len = strlen(s); 955 if (len != strlen(s)) goto brand; 1037 jewel_of_judgement(&dworkin->arg, strlen(dworkin->arg)) [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
image.c | 281 vg_assert(VG_(strlen)(tag) == 4); 292 vg_assert(VG_(strlen)(tag) == 4); 305 vg_assert(VG_(strlen)(tag) == 4); 307 SizeT n_str = VG_(strlen)(str); 319 vg_assert(VG_(strlen)(tag) == 4); 331 vg_assert(VG_(strlen)(tag) == 4); 344 vg_assert(VG_(strlen)(tag) == 4); 373 vg_assert(VG_(strlen)(tag) == 4); 724 20 + VG_(strlen)(filename) 725 + VG_(strlen)(serverAddr)) [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
remote-utils.c | 337 len = strlen(name) + strlen(user) + strlen(host) + 40; 656 count = strlen (bin); 873 strlen(tracebuf) == p - buf2 ? "binary " : "", 912 return putpkt_binary (buf, strlen (buf)); 918 const int len = strlen(s); [all...] |
/external/valgrind/coregrind/ |
m_libcproc.c | 84 n = VG_(strlen)(varname); 102 Int len = VG_(strlen)(varname); 121 Int len = VG_(strlen)(varname); 122 HChar *valstr = VG_(malloc)("libcproc.es.1", len + VG_(strlen)(val) + 2); 262 buf = VG_(malloc)("libcproc.erves.4", VG_(strlen)(VG_(libdir)) + 20); 293 const HChar *n = name + VG_(strlen)(name) - 1; 310 SizeT len = VG_(strlen)(string); 481 argenv_size += VG_(strlen)(*p) + 2; 484 argenv_size += VG_(strlen)(*p) + 2; 497 SizeT src_len = VG_(strlen)((src)) + 1; [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
peicode.h | 399 is strlen (symbol_name) * 2 + 8 + 21 + strlen (source_dll). 415 #define SIZEOF_ILF_STRINGS (strlen (symbol_name) * 2 + 8 \ 416 + 21 + strlen (source_dll) \ 430 #define SIZEOF_IDATA6 (2 + strlen (symbol_name) + 1 + 1) 431 #define SIZEOF_IDATA7 (strlen (source_dll) + 1 + 1) 591 vars->string_ptr += strlen (symbol_name) + strlen (prefix) + 1; 906 len = strlen (symbol); [all...] |
/external/libvncserver/libvncclient/ |
rfbproto.c | 409 if (fread(buffer,1,strlen(magic),rec->file) != strlen(magic) || strncmp(buffer,magic,strlen(magic))) { 627 if (strlen(buf1)>=sizeof(buf1)-1) break; 629 strncat(buf1, buf2, sizeof(buf1)-strlen(buf1)-1); 652 if ((!passwd) || (strlen(passwd) == 0)) { 656 if (strlen(passwd) > 8) { 663 for (i = strlen(passwd); i >= 0; i--) { 704 ulen = (cred->userCredential.username ? strlen(cred->userCredential.username) : 0); 706 plen = (cred->userCredential.password ? strlen(cred->userCredential.password) : 0) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 49 const size_t size = strlen(src) + 1; 753 const size_t length = strlen(codec_id) + 1; 770 const size_t length = strlen(language) + 1; 786 const size_t length = strlen(name) + 1; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/ |
libnss_nisplus_pic.a | 70 $ O l | ?
? h
p ? # 1 ? ? e [ ` e j * o i ? ? ? ? ? ? * @ ? C K R Y c q @ ? ? ? ? ? ? ? ? ? ? ? lock result _nss_create_tablename tablename_val tablename_len _nss_nisplus_parse_protoent .LC0 .LC1 .LC2 .LC3 _nss_nisplus_endprotoent __i686.get_pc_thunk.bx _GLOBAL_OFFSET_TABLE_ __pthread_mutex_lock nis_freeresult __pthread_mutex_unlock nis_local_directory strlen |