Searched refs:BUF_strlcpy (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/buffer/
H A Dbuf_str.c81 BUF_strlcpy(ret,str,siz+1);
100 size_t BUF_strlcpy(char *dst, const char *src, size_t size) function
118 return l + BUF_strlcpy(dst, src, size);
H A Dbuffer.h94 size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drandfile.c285 if (BUF_strlcpy(buf,s,size) >= size)
300 BUF_strlcpy(buf,s,size);
319 if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) {
323 if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) {
H A Drand_egd.c149 BUF_strlcpy(addr.sun_path,path,sizeof addr.sun_path);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_time.c169 if (t->data[0] >= '5') BUF_strlcpy(str, "19", newlen);
170 else BUF_strlcpy(str, "20", newlen);
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_file.c368 BUF_strlcpy(p,"a+",sizeof p);
369 else BUF_strlcpy(p,"a",sizeof p);
372 BUF_strlcpy(p,"r+",sizeof p);
374 BUF_strlcpy(p,"w",sizeof p);
376 BUF_strlcpy(p,"r",sizeof p);
H A Db_dump.c109 BUF_strlcpy(buf,str,sizeof buf);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c124 BUF_strlcpy(ntmp, objtmp, nlen);
/freebsd-10.0-release/crypto/openssl/crypto/dso/
H A Ddso_lib.c386 BUF_strlcpy(copied, filename, strlen(filename) + 1);
445 BUF_strlcpy(result, filename, strlen(filename) + 1);
/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c490 BUF_strlcpy(buf,s,buf_len);
582 BUF_strlcpy(buf,bndec,buf_len);
604 BUF_strlcpy(buf,tbuf,buf_len);
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_pbe.c168 if (!pbe_obj) BUF_strlcpy (obj_tmp, "NULL", sizeof obj_tmp);
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_def.c237 BUF_strlcpy(section,"default",10);
391 BUF_strlcpy(v->name,pname,strlen(pname)+1);
H A Dconf_mod.c565 BUF_strlcpy(file,X509_get_default_cert_area(),len + 1);
/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_lib.c434 BUF_strlcpy(prompt, prompt1, len + 1);
890 BUF_strlcpy(uis->result_buf, result,
/freebsd-10.0-release/crypto/openssl/apps/
H A Dreq.c1453 BUF_strlcpy(buf,value,sizeof buf);
1477 BUF_strlcpy(buf,def,sizeof buf);
1518 BUF_strlcpy(buf,value,sizeof buf);
1542 BUF_strlcpy(buf,def,sizeof buf);
H A Ds_socket.c456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
H A Dpkcs12.c583 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
655 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
H A Dx509.c1121 BUF_strlcpy(buf,CAfile,len);
1131 BUF_strlcpy(buf,serialfile,len);
H A Dca.c597 BUF_strlcpy(tofree,s,len);
2198 BUF_strlcpy(row[DB_file],"unknown",8);
2466 BUF_strlcpy(row[DB_file],"unknown",8);
2794 BUF_strlcpy(str, (char *)revtm->data, i);
H A Dsrp.c453 BUF_strlcpy(tofree,s,len);
H A Dapps.c375 BUF_strlcpy(out,p,size);
1549 BUF_strlcpy(p,t,len);
1669 BUF_strlcpy(buf[0], serialfile, BSIZE);
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dmem_dbg.c733 BUF_strlcpy(buf + buf_len, amip->info,

Completed in 216 milliseconds