HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 376 - 400 of 5193) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
internal_logging.cc 38 #include <string.h> // for strlen, memcpy
83 state.AddStr(filename, strlen(filename))
117 (*log_message_writer)(stats_buffer, strlen(stats_buffer));
132 return AddStr(item.u_.str, strlen(item.u_.str));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
internal_logging.cc 38 #include <string.h> // for strlen, memcpy
82 state.AddStr(filename, strlen(filename))
116 (*log_message_writer)(stats_buffer, strlen(stats_buffer));
131 return AddStr(item.u_.str, strlen(item.u_.str));
  /external/clang/test/Sema/
builtins.c 128 size_t strlen(const char *);
161 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4)
162 // FIXME: These are incorrectly treated as ICEs because strlen is treated as
166 // In these cases, the strlen is non-constant, but the __builtin_constant_p
  /external/compiler-rt/BlocksRuntime/tests/
byrefcopyint.c 43 __block int dumbo = strlen(whoami);
  /external/dropbear/
svr-agentfwd.c 126 len = strlen(chansess->agentdir) + strlen(chansess->agentfile) + 2;
159 len = strlen(chansess->agentdir) + strlen(chansess->agentfile) + 2;
  /external/e2fsprogs/lib/e2p/
ostype.c 37 ret = malloc(strlen(os)+1);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 52 dp->name = malloc(strlen(name)+1);
86 dirlen = strlen(dirname);
91 if (dirlen + strlen(dp->d_name) + 2 >= sizeof(path))
103 cp = malloc(strlen(path)+1);
  /external/icu4c/common/
uset.cpp 88 uset_addString(USet* set, const UChar* str, int32_t strLen) {
89 // UnicodeString handles -1 for strLen
90 UnicodeString s(strLen<0, str, strLen);
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) {
96 // UnicodeString handles -1 for strLen
97 UnicodeString s(str, strLen);
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) {
113 UnicodeString s(strLen==-1, str, strLen);
    [all...]
  /external/icu4c/samples/csdet/
csdet.c 61 if (lang == NULL || strlen(lang) == 0) {
  /external/icu4c/test/intltest/
winutil.cpp 57 lcidRecords[lcidCount].localeID = new char[strlen(localeID)];
  /external/icu4c/tools/tzcode/
scheck.c 31 fbuf = imalloc((int) (2 * strlen(format) + 4));
  /external/iproute2/ip/
link_veth.c 51 len = strlen(name) + 1;
  /external/ipsec-tools/src/libipsec/
policy_token.l 116 yylval.val.len = strlen(yytext);
141 yylval.val.len = strlen(yytext + 7);
149 yylval.val.len = strlen(yytext);
159 yylval.val.len = strlen(yytext) - 2;
  /external/iptables/extensions/
dscp_helper.c 56 strlen(ds_classes[i].name)))
libipt_REJECT.c 102 cb->arg, strlen(cb->arg)) == 0 ||
104 cb->arg, strlen(cb->arg)) == 0) {
109 if (strncasecmp("echo-reply", cb->arg, strlen(cb->arg)) == 0 ||
110 strncasecmp("echoreply", cb->arg, strlen(cb->arg)) == 0)
  /external/libmtp/examples/
pathutils.c 44 current = malloc (strlen(parent) + strlen(folder->name) + 2);
50 if (strncasecmp (path, current, strlen (current)) == 0) {
233 p = in + strlen(in) - 1;
  /external/libselinux/src/
booleans.c 101 len = strlen(name) + strlen(selinux_mnt) + sizeof(SELINUX_BOOL_DIR);
175 len = strlen(name) + strlen(selinux_mnt) + sizeof(SELINUX_BOOL_DIR);
canonicalize_context.c 38 ret = write(fd, buf, strlen(buf) + 1);
compute_av.c 44 ret = write(fd, buf, strlen(buf));
compute_create.c 41 ret = write(fd, buf, strlen(buf));
context.c 129 total += strlen(n->component[i]) + 1;
137 cp += strlen(cp);
142 cp += strlen(cp);
157 t = (char *)malloc(strlen(str) + 1);
  /external/libsepol/src/
context_record.c 287 const int user_sz = strlen(con->user);
288 const int role_sz = strlen(con->role);
289 const int type_sz = strlen(con->type);
290 const int mls_sz = (con->mls) ? strlen(con->mls) : 0;
symtab.c 22 size = strlen(keyp);
  /external/linux-tools-perf/util/
debugfs.c 27 if (strlen(debugfs_mountpoint) == 0) {
32 len = strlen(debugfs_mountpoint) + strlen(element) + 1;
184 count = strlen(value);
  /external/llvm/lib/Support/
LocaleXlocale.inc 21 assert(s.size()==strlen(s.c_str()));

Completed in 390 milliseconds

<<11121314151617181920>>