Home | History | Annotate | Download | only in dropbear

Lines Matching full:strlen

410 	if ((strncmp(src, "/dev/", 5) == 0) || (dstsize < (strlen(src) + 5))) {
453 len = strlen(src);
643 utx->ut_syslen = MIN(strlen(li->hostname), sizeof(utx->ut_host));