/external/chromium/third_party/libevent/test/ |
test-weof.c | 44 len = send(fd, test, strlen(test) + 1, 0);
|
/external/collada/src/dae/ |
daeStringTable.cpp | 29 size_t stringSize = strlen(string) + 1;
|
/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 | 35 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 | 50 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/llvm/test/CodeGen/X86/ |
2008-07-07-DanglingDeadInsts.ll | 7 declare i32 @strlen(i8*) nounwind readonly 91 %strlen = call i32 @strlen( i8* null ) ; <i32> [#uses=1] 92 %endptr = getelementptr i8* null, i32 %strlen ; <i8*> [#uses=0]
|
/external/skia/samplecode/ |
SampleLCD.cpp | 35 size_t len = strlen(text);
|
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 68 c->fName = dupstr(alloc, el, strlen(el)); 78 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0])); 79 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1])); 104 c->fName = dupstr(p->fAlloc, el, strlen(el));
|
/external/skia/src/svg/ |
SkSVGUse.cpp | 36 parser._addAttributeLen("use", start, strlen(start) - 1);
|
/external/stlport/src/ |
string.cpp | 11 size_t size = strlen(ascii);
|
/external/stlport/stlport/using/ |
cstring | 52 using _STLP_VENDOR_CSTD::strlen;
|
/external/stlport/stlport/ |
wchar.h | 32 using _STLP_VENDOR_CSTD::strlen;
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-aix5.c | 111 pltool_len = VG_(strlen)( VG_(libdir) ) 113 + VG_(strlen)( vgpreload_ ) 114 + VG_(strlen)( iicii.toolname ) 116 + VG_(strlen)(VG_PLATFORM) 117 + VG_(strlen)( _so ) 130 vg_assert( VG_(strlen)(pltool_str) == pltool_len-1 ); 132 plcore_len = VG_(strlen)( VG_(libdir) ) 134 + VG_(strlen)( vgpreload_ ) 135 + VG_(strlen)( core ) 137 + VG_(strlen)(VG_PLATFORM [all...] |
/external/valgrind/main/drd/tests/ |
sigalrm.c | 37 write(STDOUT_FILENO, msg, strlen(msg));
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSystemInterface.cpp | 76 char* incognitoStorage = (char*) malloc(length + strlen(incognitoPath) + 1); 190 char* file = (char*) malloc(strlen(path) + strlen(separator) + strlen(entry->d_name) + 1);
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
noise_suppression.c | 21 const short versionLen = (short)strlen(version) + 1; // +1 for null-termination
|
noise_suppression_x.c | 21 const short versionLen = (short)strlen(version) + 1; // +1 for null-termination
|