HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 51 - 75 of 3375) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/hw/
smbios.c 119 strlen(buf) + 1, buf);
122 strlen(buf) + 1, buf);
126 strlen(buf) + 1, buf);
143 strlen(buf) + 1, buf);
146 strlen(buf) + 1, buf);
149 strlen(buf) + 1, buf);
152 strlen(buf) + 1, buf);
161 strlen(buf) + 1, buf);
164 strlen(buf) + 1, buf);
  /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/svox/pico/tts/
svox_ssml_parser.cpp 83 int doclen = (int)strlen(ssmldoc) + 1;
112 if (strlen(m_data) > 0)
133 m_docLanguage = new char[strlen(attributes[i+1])+1];
142 if (strlen(m_data) + 4 > (size_t)m_datasize)
154 if (strlen(m_data) + 4 > (size_t)m_datasize)
209 xsampasize = strlen(xsampastr);
216 char* phonstr = createPhonemeString(xsampastr, strlen(xsampastr) + 1);
219 xsampastr = (char*)malloc(strlen(phonstr) + 1);
228 if (strlen(m_data) + strlen(xsampastr) + 1 > (size_t)m_datasize
    [all...]
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 59 if (strncmp(buf, cwd, strlen(cwd)) == 0)
60 p += strlen(cwd);
79 if (strncmp(buf, cwd, strlen(cwd)) == 0)
80 p += strlen(cwd);
  /frameworks/base/libs/utils/
TextOutput.cpp 48 to.print(buf, strlen(buf));
56 to.print(buf, strlen(buf));
64 to.print(buf, strlen(buf));
72 to.print(buf, strlen(buf));
80 to.print(buf, strlen(buf));
88 to.print(buf, strlen(buf));
100 to.print(buf, strlen(buf));
118 to.print(buf, strlen(buf));
124 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /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));
  /external/valgrind/main/callgrind/
command.c 69 size = VG_(strlen)(dir) + VG_(strlen)(DEFAULT_COMMANDNAME) +10;
84 size = VG_(strlen)(dir) + VG_(strlen)(DEFAULT_RESULTNAME) +10;
99 VG_(strlen)(DEFAULT_INFONAME) + 10);
134 VG_(write)(fd, (void*)buf, VG_(strlen)(buf));
196 VG_(write)(fd, (void*)buf, VG_(strlen)(buf));
200 VG_(write)(fd, (void*)buf, VG_(strlen)(buf));
204 VG_(write)(fd, (void*)buf, VG_(strlen)(buf));
296 VG_(write)(fd, (void*)buf, VG_(strlen)(buf))
    [all...]
  /external/dbus/tools/
dbus-launch-x11.c 59 plen = strlen (prefix);
63 memmove (s, s + plen, strlen (s) - plen + 1);
154 result = malloc (strlen (home) + strlen (prefix) + strlen (machine) +
155 strlen (display) + 2);
183 dir = malloc (strlen (home) + strlen (DBUS_DIR) + strlen (DBUS_SESSION_BUS_DIR) + 3);
256 atom_name = malloc (strlen (machine) + strlen (user_name) + 2
    [all...]
dbus-uuidgen.c 58 if (strlen(arg) < strlen(option))
61 fn = arg + strlen(option);
101 if (strncmp (arg, "--ensure", strlen("--ensure")) == 0)
106 else if (strncmp (arg, "--get", strlen("--get")) == 0)
  /bionic/libc/unistd/
perror.c 39 write( 2, prefix, strlen(prefix) );
42 write( 2, buff, strlen(buff) );
  /bootable/bootloader/legacy/libc/
strstr.c 33 int l1 = strlen(s1);
34 int l2 = strlen(s2);
  /external/chromium/chrome/browser/policy/
policy_path_parser_posix.cc 28 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);
37 result.replace(position, strlen(kMachineNamePolicyVarName), machinename);
  /external/chromium/webkit/glue/
npruntime_util.cc 24 return pickle->WriteData(string, strlen(string) + 1);
40 DCHECK_EQ((static_cast<size_t>(data_len)), strlen(data) + 1);
  /external/dbus/test/name-test/
test-ids.c 41 if (strlen (server_id) != 32)
49 if (strlen (id) != 32)
  /external/icu4c/tools/tzcode/
ialloc.c 53 newsize = (new == NULL) ? 0 : strlen(new);
58 else oldsize = strlen(old);
  /external/llvm/test/Transforms/InstCombine/
2008-05-08-LiveStoreDelete.ll 14 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
23 declare i32 @strlen(i8*) nounwind readonly
  /external/oprofile/libop/
op_config.c 41 session_dir_len = strlen(session_dir);
43 if (session_dir_len + strlen("/samples/oprofiled.log") > PATH_MAX) {
op_xml_out.c 102 size = strlen(buffer);
122 size = strlen(buffer);
144 size = strlen(buffer);
163 size = strlen(buffer);
185 size = strlen(buffer);
189 if (size < strlen(pos) + 2)
224 if (size < strlen(pos))
249 size = strlen(buffer);
  /external/ppp/pppd/plugins/pppoatm/
misc.c 28 ref_len = strlen(*pos);
32 len = strlen(value);
  /frameworks/base/media/libmedia/
MediaScanner.cpp 59 if (!mSkipList || (strlen(mSkipList) == 0)) {
72 mSkipIndex[i++] = strlen(path);
83 int pathLength = strlen(path);
111 int len = strlen(path);
117 // no point to match path name if strlen mismatch
134 char* fileSpot = path + strlen(path);
143 if (pathRemaining >= 8 /* strlen(".nomedia") */ ) {
183 int nameLength = strlen(name);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 119 int totalLength = strlen(jsBegin) + length + strlen(jsEnd);
121 char* middleMem = beginMem + strlen(jsBegin);
125 memcpy(beginMem, jsBegin, strlen(jsBegin));
127 memcpy(endMem, jsEnd, strlen(jsEnd));
157 printToDiv(msg, strlen(msg));
162 printToDiv(msg, strlen(msg));
167 printToDiv(msg, strlen(msg));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
un.h 38 # include <string.h> /* For prototype of `strlen'. */
42 + strlen ((ptr)->sun_path))
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 33 int length = strlen("/sys/class/input/") +
34 strlen(input_name) +
35 strlen("/device/") +
36 strlen(file_name);
134 write(fd, buf, strlen(buf)+1);
  /external/skia/src/core/
SkTSearch.cpp 46 else if (cmp > 0 || strlen(elem) > target_len)
54 if (cmp || strlen(elem) > target_len)
66 return SkStrSearch(base, count, target, strlen(target), elemSize);
82 return SkStrLCSearch(base, count, target, strlen(target), elemSize);
91 len = strlen(str);
  /external/valgrind/main/exp-ptrcheck/tests/
strlen_bad.stderr.exp 3 at 0x........: strlen (in /...libc...)
10 by 0x........: main (strlen.c:14)
20 by 0x........: main (strlen.c:14)
30 by 0x........: main (strlen.c:14)
40 by 0x........: main (strlen.c:14)

Completed in 554 milliseconds

1 23 4 5 6 7 8 91011>>