HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 501 - 525 of 5643) sorted by null

<<21222324252627282930>>

  /external/skia/tools/
win_dbghelp.cpp 102 if (!started && strncmp(start, line, strlen(start)) == 0) {
104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
108 if (strchr(line, '!') != nullptr && strlen(line) > CDB_CALLSTACK_PREFIX) {
205 size_t i = strlen(vargs0);
  /external/toybox/toys/other/
rmmod.c 35 len = strlen(mod_name);
  /external/toybox/toys/pending/
tar.c 129 int i, sz = strlen(name) +1;
176 if (S_ISDIR(st->st_mode) && name[strlen(name)-1] != '/') {
204 if (strlen(node->arg) > sizeof(hdr.link))
222 if (strlen(lnk) > sizeof(hdr.link))
237 if (strlen(hname) > sizeof(hdr.name))
368 if (file_hdr->name[strlen(file_hdr->name)-1] == '/')
369 file_hdr->name[strlen(file_hdr->name)-1] = 0;
458 if ((name[strlen(name)-1] == '/') && strlen(name) != 1)
459 name[strlen(name)-1] = '\0'
    [all...]
  /external/toybox/toys/posix/
uname.c 52 int len = strlen(c);
  /external/valgrind/drd/tests/
sigalrm.c 37 write(STDOUT_FILENO, msg, strlen(msg));
  /external/valgrind/memcheck/tests/
varinforestrict.c 50 size_t l = strlen (hello) + 1;
  /external/webrtc/webrtc/base/objc/
RTCLogging.mm 42 length:strlen(file_path)
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 14 if (strlen($id) < 32)
signup.php 27 if ($row && strlen($row['value']) > 0) {
  /frameworks/av/include/media/stagefright/foundation/
AStringUtils.h 31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 70 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon));
76 colon, globLen, name, strlen(name), true /* ignoreCase */)) {
110 const size_t len = strlen(term);
118 memmove(match, src, debugName + strlen(debugName) - src + 1);
  /frameworks/base/libs/hwui/utils/
StringUtils.cpp 28 std::string s(current, head ? head - current : strlen(current));
  /frameworks/minikin/app/
HyphTool.cpp 44 size_t len = strlen(asciiword);
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 46 strncpy(this->lname, lname, (strlen(lname) < OMX_MAX_STRINGNAME_SIZE) ? strlen(lname) : (OMX_MAX_STRINGNAME_SIZE-1));
248 role_len = strlen((const OMX_STRING)&roles[i][0]);
261 name_len = strlen(name);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 100 os_memcpy(buf, cmd, strlen(cmd) + 1);
121 ret = strlen(buf);
151 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1);
167 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1);
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 39 int strLen = s.length();
40 for (int i = 0; i < strLen; i++) {
68 int strLen = s.length();
69 for (int i = 0; i < strLen; i++) {
  /libnativehelper/include/nativehelper/
ScopedUtfChars.h 54 return strlen(utf_chars_);
  /ndk/sources/cxx-stl/stlport/src/
string.cpp 11 size_t size = strlen(ascii);
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 52 using _STLP_VENDOR_CSTD::strlen;
  /ndk/sources/cxx-stl/stlport/stlport/
wchar.h 32 using _STLP_VENDOR_CSTD::strlen;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/alsa-lib/smixer/
smixer-ac97.so 
smixer-hda.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libSegFault.so 

Completed in 1544 milliseconds

<<21222324252627282930>>