Searched
full:strlen (Results
701 -
725 of
5193) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 44 # define gcc_gettext_width(s) strlen(s)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 44 # define gcc_gettext_width(s) strlen(s)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libform.so | |
libform.so.5 | |
libform.so.5.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libform.so | |
libform.so.5 | |
libform.so.5.6 | |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstring | 54 using ::strlen;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstring | 54 using ::strlen;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 27 strlen = abs(width * height) 29 strlen *= size 30 if strlen < MAX_LEN: 31 data = "A" * strlen
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 27 strlen = abs(width * height) 29 strlen *= size 30 if strlen < MAX_LEN: 31 data = "A" * strlen
|
/system/core/cpio/ |
mkbootfs.c | 123 if(strlen(out) != (unsigned int)olen) die("ACK!"); 204 t = strlen(names[i]); 276 _archive_dir(in, out, strlen(in), strlen(out));
|
/system/core/init/ |
bootchart.c | 200 len = strlen(buff); 271 int len2 = strlen(cmdline); 280 file_buff_write(log, cmdline, strlen(cmdline)); 281 file_buff_write(log, p2, strlen(p2));
|
/system/core/libcutils/ |
cpu_info.c | 75 memmove(serial_number, chp, strlen(chp) + 1);
|
/system/core/liblog/ |
logd_write.c | 163 vec[1].iov_len = strlen(tag) + 1; 165 vec[2].iov_len = strlen(msg) + 1; 198 vec[1].iov_len = strlen(tag) + 1; 200 vec[2].iov_len = strlen(msg) + 1;
|
/system/core/toolbox/ |
dynarray.c | 79 strlist_append_b(list, str, strlen(str));
|
insmod.c | 76 len = min(strlen(argv[i]), end - ptr);
|
umount.c | 36 int path_length = strlen(path);
|
watchprops.c | 16 return hashmapHash(key, strlen(key));
|
/system/extras/ext4_utils/ |
setup_fs.c | 73 if (strlen(argv[1]) < 128)
|
/system/vold/ |
Xwarp.cpp | 75 if (write(fd, tmp, strlen(tmp)+1) < 0) {
|
/bionic/libc/netbsd/nameser/ |
ns_print.c | 51 # define SPRINTF(x) strlen(sprintf/**/x) 170 addlen(strlen(buf), &buf, &buflen); 330 T(addstr(t, strlen(t), &buf, &buflen)); 338 addlen(strlen(buf), &buf, &buflen); 346 T(addstr(t, strlen(t), &buf, &buflen)); 429 addlen(strlen(buf), &buf, &buflen); 496 T(addstr(leader, strlen(leader), &buf, &buflen)); 559 T(addstr(leader, strlen(leader), &buf, &buflen)); 600 T(addstr(str, strlen(str), &buf, &buflen)); 617 T(addstr(leader, strlen(leader) [all...] |
ns_samedomain.c | 59 la = strlen(a); 60 lb = strlen(b); 172 size_t n = strlen(src);
|
/bionic/libc/unistd/ |
exec.c | 161 len = strlen(path) + 1; 178 lp = strlen(p); 179 ln = strlen(name);
|
Completed in 1294 milliseconds
<<21222324252627282930>>