Searched
full:strlen (Results
451 -
475 of
5643) sorted by null
<<11121314151617181920>>
/external/elfutils/lib/ |
xstrdup.c | 41 return strcpy (xmalloc (strlen (string) + 1), string);
|
/external/fio/exp/ |
test-expression-parser.c | 40 rc = strlen(buffer);
|
/external/icu/icu4c/as_is/os400/ |
iculd.c | 117 int n = strlen(argv[i]); 140 nlen=strlen(b); 174 nlen=strlen(b); 196 strncat(libs,p+1,strlen(p)-4);
|
/external/icu/icu4c/source/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/icu/icu4c/source/samples/csdet/ |
csdet.c | 61 if (lang == NULL || strlen(lang) == 0) {
|
/external/icu/icu4c/source/tools/tzcode/ |
scheck.c | 23 fbuf = malloc(2 * strlen(format) + 4);
|
/external/iproute2/lib/ |
libgenl.c | 54 family, strlen(family) + 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/libchrome/crypto/ |
openssl_bio_string.cc | 21 return bio_string_write(bio, data, strlen(data));
|
/external/libmicrohttpd/doc/examples/ |
responseheaders.c | 46 MHD_create_response_from_buffer (strlen (errorstr),
|
/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/libutf/ |
utfutf.c | 37 n2 = strlen(s2);
|
/external/libxml2/doc/tutorial/ |
includeconvert.c | 13 size = (int)strlen(in)+1;
|
/external/llvm/test/CodeGen/Thumb/ |
dyn-stackalloc.ll | 56 %tmp1 = call i32 @strlen( i8* %tag ) 57 %tmp3 = call i32 @strlen( i8* %contents ) 62 %tmp6.len = call i32 @strlen( i8* %tmp6 ) 70 declare i32 @strlen(i8*)
|
/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, i8* null, i32 %strlen ; <i8*> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
strchr-1.ll | 68 ; Check transformation strchr(p, 0) -> p + strlen(p) 70 ; CHECK: %strlen = call i32 @strlen(i8* %str) 72 ; CHECK: %strchr = getelementptr i8, i8* %str, i32 %strlen
|
/external/mesa3d/src/egl/main/ |
eglstring.c | 44 size_t l = strlen(s);
|
/external/mesa3d/src/mesa/main/ |
remap.c | 98 spec += strlen(spec) + 1; 106 spec += strlen(spec) + 1; 149 const char *name = spec + strlen(spec) + 1; 154 const char *name = spec + strlen(spec) + 1;
|
Completed in 1574 milliseconds
<<11121314151617181920>>