Home
last modified time | relevance | path

Searched refs:ftp_malloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Dextern.h249 void *ftp_malloc(size_t);
H A Dfetch.c182 realm = (char *)ftp_malloc(len + 1); in auth_url()
213 clear = (char *)ftp_malloc(clen); in auth_url()
222 *response = (char *)ftp_malloc(rlen); in auth_url()
377 thost = (char *)ftp_malloc(len + 1); in parse_url()
1156 xferbuf = ftp_malloc(bufsize); in fetch_url()
1855 path = (char *)ftp_malloc(len); in auto_put()
H A Dutil.c435 nuser = ftp_malloc(len); in ftp_login()
1545 ftp_malloc(size_t size) in ftp_malloc() function
H A Dcmds.c1349 locbuf = ftp_malloc(len); in ls()
2579 pager = ftp_malloc(len); in lpage()
2610 pager = ftp_malloc(len); in page()
H A Dmain.c489 anonpass = ftp_malloc(len); in main()
H A Dftp.c779 buf = ftp_malloc(bufsize); in sendrequest()
1040 buf = ftp_malloc(bufsize); in recvrequest()