Lines Matching full:strlen
577 len = strlen(s)+sizeof(CONFIG_FILE);
581 len = strlen(s)+sizeof(CONFIG_FILE)+1;
749 if (key) OPENSSL_cleanse(key,strlen(key));
906 j=strlen(p);
1298 if(strlen(outdir) >= (size_t)(j ? BSIZE-j*2-6 : BSIZE-8))
1310 n=(char *)&(buf[2][strlen(buf[2])]);
2514 row[DB_serial] = OPENSSL_malloc(strlen(serial) + 2);
2521 if (strlen(serial) % 2)
2527 memcpy(row[DB_serial]+1, serial, strlen(serial));
2528 row[DB_serial][strlen(serial)+1]='\0';
2533 memcpy(row[DB_serial], serial, strlen(serial));
2534 row[DB_serial][strlen(serial)]='\0';
2757 if (reason) i += strlen(reason) + 1;
2758 if (other) i += strlen(other) + 1;