HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 226 - 250 of 4703) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkWriter32.cpp 45 len = strlen(str);
59 len = strlen(str);
  /external/skia/tests/
PathOpsThreadedCommon.h 61 SkASSERT(strlen(str) < sizeof(fState.fSerialNo) - 1);
69 SkASSERT(strlen(str) < sizeof(fState.fSerialNo) - 1);
  /external/strace/tests/
net-accept-connect.c 26 assert(strlen(av[1]) > 0);
29 len = offsetof(struct sockaddr_un, sun_path) + strlen(av[1]) + 1;
  /external/toybox/toys/pending/
host.c 176 i += dn_expand(abuf, abuf+alen, p+i, plname+strlen(plname),
177 sizeof(plname)-strlen(plname));
180 snprintf(plname+strlen(plname), sizeof(plname)-strlen(plname),
191 dn_expand(abuf, abuf+alen, p+2, plname+strlen(plname),
192 sizeof plname - strlen(plname));
197 dn_expand(abuf, abuf+alen, p+6, plname+strlen(plname),
198 sizeof plname - strlen(plname));
  /external/wpa_supplicant_8/hs20/server/www/
add-free.php 14 if (strlen($id) < 32)
27 if (!$row || strlen($row['value']) == 0) {
add-mo.php 17 if (strlen($id) < 32 || !isset($user) || !isset($pw)) {
21 if (strlen($user) < 1 || strncasecmp($user, "cert-", 5) == 0) {
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 72 p += strlen(p);
151 p += strlen(p);
163 nutc_path_len = strlen(path) + (count*2) + 1;
196 rval = savestring(path, strlen(path));
207 pathp += strlen(pathp);
219 nutc_path_len = strlen(path) + 3;
237 rval = savestring(path, strlen(path));
250 rval = savestring(nutc_path, strlen(nutc_path));
  /ndk/tests/device/test-gnustl-full/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlstrings.swg 15 STRLEN len = 0;
36 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
  /system/core/init/
log.cpp 36 iov[0].iov_len = strlen(prefix);
38 iov[1].iov_len = strlen(msg);
  /system/core/libsuspend/
autosuspend_autosleep.c 43 ret = TEMP_FAILURE_RETRY(write(autosleep_fd, sleep_state, strlen(sleep_state)));
65 ret = TEMP_FAILURE_RETRY(write(autosleep_fd, on_state, strlen(on_state)));
  /system/core/logd/
LogAudit.cpp 93 memmove(cp, cp + 1, strlen(cp + 1) + 1);
106 iov[1].iov_len = strlen(str);
124 memmove(timeptr + sizeof(audit_str) - 1 + 3, cp, strlen(cp) + 1);
151 memmove(pidptr, cp, strlen(cp) + 1);
156 size_t l = strlen(str);
184 const char *estr = str + strlen(str);
206 l = strlen(comm) + 1;
209 n = (estr - str) + strlen(ecomm) + l + 2;
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 55 /// Check if the expression E is a strlen(WithArg).
61 return (CheckerContext::isCLibraryFunction(FD, "strlen") &&
98 // strncat(dst, src, sizeof(dst) - strlen(dest) - 1);
100 // - strncat(dst, src, sizeof(dst) - strlen(dst));
113 // - sizeof(dst) - strlen(dst)
154 "- strlen(" << DstName <<") - 1'";
  /external/e2fsprogs/lib/ss/
help.c 58 buffer = malloc(80+2*strlen(request_name));
80 buffer = malloc(strlen (info->info_dirs[idx]) + 1 +
81 strlen (argv[1]) + 6);
98 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
156 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
  /external/libvncserver/x11vnc/
user.c 215 char *p = q + strlen(user) + strlen(":DPY");
309 char *w = user2group[i] + strlen(user);
404 len = strlen(logins);
407 len += strlen(*u) + strlen(":DPY,");
420 char *p = q + strlen(chk);
446 list = (char **) calloc((strlen(logins)+2)*sizeof(char *), 1);
535 if (strlen(str) > strlen("lurk="))
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
util.c 269 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt);
300 tracing = malloc(strlen(debugfs) + 9);
319 file = malloc(strlen(tracing) + strlen(name) + 2);
345 if (strlen(++end) > 9)
352 for (i = strlen(nsec_buf); i < 9; i++)
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 46 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL) < 0) {
72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) {
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
182 flen = strlen(field);
222 && strlen(ip) > 0) {
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.cpp 55 return url && strncmp(url, kTestUrlScheme, strlen(kTestUrlScheme)) == 0;
89 if (strlen(mUrl) < strlen(kTestUrlScheme)) {
94 char *i = mUrl + strlen(kTestUrlScheme);
102 if (*i == '\0' || strncmp(i + 1, kUrlParam, strlen(kUrlParam)) != 0) {
108 mContentUrl = i + 1 + strlen(kUrlParam);
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 109 os_memcpy(buf, cmd, strlen(cmd) + 1);
133 ret = strlen(buf);
135 wpa_printf(MSG_DEBUG, "%s %s len = %d, %zu", __func__, buf, ret, strlen(buf));
148 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1);
164 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1);
192 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
  /system/core/adb/
file_sync_client.cpp 100 len = strlen(path);
145 int len = strlen(path);
171 int len = strlen(path);
205 int len = strlen(path);
347 len = strlen(rpath);
351 r = strlen(tmp);
431 len = strlen(rpath);
572 int slen = strlen(spath);
573 int dlen = strlen(dpath);
574 int nlen = strlen(name)
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 113 if((path == NULL) || (strlen(path) == 0)) {
128 int fpLen = sizeof(char)*(strlen(pDirent->d_name)+strlen(path)+2);
135 if(path[strlen(path)-1] != '/')
240 pFileNames += strlen(pFileNames) + 1;
264 int reasonLen = strlen(reason);
278 int reasonLen = strlen(reason);
289 int reasonLen = strlen(reason);
339 if( (path == NULL) || (strlen(path) == 0) ||
343 int reasonLen = strlen(reason)
    [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 187 buflen = strlen(ipsp_dir_strs[xpl->sadb_x_policy_dir])
190 + strlen(priority_str)
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
194 + strlen(ipsp_policy_strs[xpl->sadb_x_policy_type])
208 else if (strlen (priority_str) != 0)
255 offset = strlen(buf);
256 buflen = offset + strlen(delimiter) + strlen(isrbuf) + 1;
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len
    [all...]

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>