HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1026 - 1050 of 3375) sorted by null

<<41424344454647484950>>

  /external/dropbear/
svr-authpam.c 84 msg_len = strlen(compare_message);
119 m_burn(userDatap->passwd, strlen(userDatap->passwd));
  /external/e2fsprogs/debugfs/
dump.c 249 fullname = malloc(strlen(dumproot) + strlen(name) + 2);
  /external/e2fsprogs/misc/
chattr.c 279 path = malloc(strlen (dir_name) + 1 + strlen (de->d_name) + 1);
  /external/elfutils/src/
nm.c 420 size_t fname_len = strlen (fname) + 1;
421 size_t prefix_len = prefix != NULL ? strlen (prefix) : 0;
423 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0;
768 print_file_name ? (int) strlen (fullname) + 1: 0, "",
1070 longest_name = MAX ((size_t) longest_name, strlen (symstr));
1209 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
1210 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix);
1211 size_t fname_len = strlen (fname) + 1;
    [all...]
  /external/icu4c/samples/numfmt/
main.cpp 108 if(currency==NULL || strlen(currency)!=3) {
196 if(currency==NULL || strlen(currency)!=3) {
  /external/icu4c/test/iotest/
strtst.c 209 if (retVal != (int32_t)strlen(longStr)) {
210 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr));
218 if (retVal != (int32_t)strlen(longStr)) {
219 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr));
233 if (retVal != (int32_t)strlen(longStr + 10)) {
234 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr));
391 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
395 TestSPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */
  /external/iproute2/tc/
m_xt.c 232 if (strlen(tname) > 16) {
236 size = 1 + strlen(tname);
  /external/iptables/extensions/
libipt_addrtype.c 95 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
libipt_icmp.c 125 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype))
144 char buffer[strlen(icmptype) + 1];
libxt_conntrack.c 181 if (strlen(arg) == 0 || !parse_state(arg, strlen(arg), sinfo))
220 if (strlen(arg) == 0 || !conntrack_ps_state(info, arg, strlen(arg)))
255 if (strlen(arg) == 0 || !parse_status(arg, strlen(arg), sinfo))
290 if (strlen(arg) == 0 || !conntrack_ps_status(info, arg, strlen(arg)))
  /external/libpcap/
fad-win32.c 301 name += strlen(name) + 1;
302 desc += strlen(desc) + 1;
  /external/libpng/contrib/gregbook/
wpng.c 275 if (strlen(bgstr) != 7 || bgstr[0] != '#')
324 } else if ((len = strlen(inname)) > 250) {
455 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
485 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
517 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1)
555 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
585 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
615 if (FGETS(p, 74, keybd) && (len = strlen(p)) > 1) {
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 909 $len = strlen($txt);
1069 $chr_cnt = strlen($this->_curr_expr);
    [all...]
  /external/llvm/test/CodeGen/X86/
2009-02-12-DebugInfoVLA.ll 23 %6 = call i64 @strlen(i8* %5) nounwind readonly, !dbg !13 ; <i64> [#uses=1]
65 declare i64 @strlen(i8*) nounwind readonly
  /external/mesa3d/src/glsl/
glsl_compiler.cpp 253 const unsigned len = strlen(argv[optind]);
286 if (strlen(whole_program->InfoLog) > 0)
  /external/mesa3d/src/pixelflinger2/
shader.cpp 155 int len = strlen(string[i]);
626 *params = shader->InfoLog ? strlen(shader->InfoLog) + 1 : 0;
629 *params = shader->Source ? strlen(shader->Source) + 1 : 0;
643 len = strlen(shader->InfoLog);
648 *length = strlen(infolog);
664 *params = program->InfoLog ? strlen(program->InfoLog) + 1 : 0;
690 len = strlen(program->InfoLog);
695 *length = strlen(infolog);
    [all...]
  /external/openssl/crypto/asn1/
a_gentm.c 194 t.length=strlen(str);
257 s->length=strlen(p);
  /external/openssl/crypto/bio/
b_dump.c 147 ret+=cb((void *)buf,strlen(buf),u);
154 ret+=cb((void *)buf,strlen(buf),u);
bss_fd.c 233 n=strlen(str);
250 ret=strlen(buf);
  /external/openssl/crypto/buffer/
buffer.c 168 return BUF_strndup(str, strlen(str));
212 return l + strlen(src);
  /external/openssl/crypto/x509v3/
v3_prn.c 92 len = strlen(nval->value)+1;
136 len = strlen(value)+1;
v3_sxnet.c 192 if(userlen == -1) userlen = strlen(user);
208 if(userlen == -1) userlen = strlen(user);
  /external/oprofile/opjitconv/
parse_dump.c 45 ptr += strlen(ptr) + 1;
63 rec_totalsize = sizeof(*rec) + strlen(entry->symbol_name) + 1 + entry->code_size;
  /external/qemu/android/protocol/
fb-updates-impl.c 202 bpp += strlen("bitsperpixel=");
205 end = bpp + strlen(bpp);
  /external/qemu/
os-win32.c 43 size_t length = strlen(name) + strlen(value) + 2;

Completed in 442 milliseconds

<<41424344454647484950>>