Searched refs:strlen (Results 176 - 200 of 3163) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/
H A Dnt_password_hash.c40 if (nt_password_hash((u8 *) password, strlen(password), password_hash))
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp533 textlen = strlen(str) + 1;
535 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5;
536 textlen += strlen(PICO_PITCH_CLOSE_TAG);
540 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5;
541 textlen += strlen(PICO_SPEED_CLOSE_TAG);
546 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5;
547 textlen += strlen(PICO_VOLUME_CLOSE_TAG);
558 char* tmp = (char*)malloc(strlen(PICO_PITCH_OPEN_TAG) + strlen(PICO_PITCH_CLOSE_TAG) + 5);
565 char* tmp = (char*)malloc(strlen(PICO_SPEED_OPEN_TA
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.stderr.exp11 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("abcdefgh
[all...]
/external/bison/lib/
H A Dstat.c88 size_t len = strlen (name);
110 size_t len = strlen (name);
/external/blktrace/btt/
H A Daqd.c42 oname = malloc(strlen(aqd_name) + strlen(str) + 32);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_linux.cc39 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);
48 result.replace(position, strlen(kMachineNamePolicyVarName), machinename);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shaper.cc79 end = p + strlen (p);
82 if (end - p == (int) strlen (shapers[j].name) &&
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drndmcoll.cpp153 logln(UnicodeString(rule, strlen(rule)));
158 fwrite(rule, strlen(rule),1,stdout);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dasctime.c111 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
H A Dialloc.c53 newsize = (new == NULL) ? 0 : strlen(new);
58 else oldsize = strlen(old);
/external/chromium_org/third_party/webrtc/base/
H A Diosfilesystem.mm26 size_t len = strlen(utf8) + 1;
/external/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp63 LineStr = LineStr.substr(Pos + strlen("struct "));
65 LineStr = LineStr.substr(Pos + strlen("class "));
67 LineStr = LineStr.substr(Pos + strlen("union "));
81 LineStr = LineStr.substr(Pos + strlen(" Size:"));
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
105 LineStr = LineStr.substr(Pos + strlen("sizeof="));
115 LineStr = LineStr.substr(Pos + strlen("align="));
131 LineStr = LineStr.substr(Pos + strlen("FieldOffsets: ["));
/external/clang/test/Sema/
H A Dwarn-strlcpycat-size.c6 size_t strlen (const char *s);
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
/external/compiler-rt/test/dfsan/
H A Dwrite_callback.c38 int bytes_left = strlen(string);
92 int len = strlen(aString);
/external/e2fsprogs/intl/
H A Drelocatable.c117 orig_prefix_len = strlen (orig_prefix_arg);
118 curr_prefix_len = strlen (curr_prefix_arg);
184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
188 rel_installdir = orig_installdir + strlen (orig_installprefix);
193 const char *p = curr_pathname + strlen (curr_pathname);
216 const char *rp = rel_installdir + strlen (rel_installdir);
217 const char *cp = curr_installdir + strlen (curr_installdir);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
/external/harfbuzz_ng/src/
H A Dhb-shaper.cc79 end = p + strlen (p);
82 if (end - p == (int) strlen (shapers[j].name) &&
/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c111 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
H A Dialloc.c53 newsize = (new == NULL) ? 0 : strlen(new);
58 else oldsize = strlen(old);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dlevenshtein.c44 int len1 = strlen(string1), len2 = strlen(string2);
/external/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp115 pos = str + strlen(str);
129 pos = str + strlen(str);
140 pos = str + strlen(str);
151 pos = str + strlen(str);
162 pos = str + strlen(str);
173 pos = str + strlen(str);
184 pos = str + strlen(str);
195 pos = str + strlen(str);
/external/llvm/lib/Support/
H A Dregerror.c101 assert(strlen(r->name) < sizeof(convbuf));
111 len = strlen(s) + 1;
/external/openssl/crypto/buffer/
H A Dbuf_str.c66 return BUF_strndup(str, strlen(str));
110 return l + strlen(src);
/external/oprofile/libop/
H A Dop_config.c41 session_dir_len = strlen(session_dir);
43 if (session_dir_len + strlen("/samples/oprofiled.log") > PATH_MAX) {
/external/oprofile/libop/tests/
H A Dmangle_tests.c53 char * expect = xmalloc(strlen(test->result) +
54 strlen(op_samples_current_dir) + 1);
/external/ppp/pppd/plugins/pppoatm/
H A Dmisc.c28 ref_len = strlen(*pos);
32 len = strlen(value);

Completed in 2207 milliseconds

1234567891011>>