HomeSort by: relevance | last modified time | path
    Searched refs:ftp_malloc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
extern.h 250 void *ftp_malloc(size_t);
255 #define ftp_malloc(a) malloc(a); macro
fetch.c 296 realm = (char *)ftp_malloc(len + 1);
327 clear = (char *)ftp_malloc(clen);
336 *response = ftp_malloc(rlen);
523 thost = (char *)ftp_malloc(len + 1);
1131 buf = ftp_malloc(ftp_buflen);
1311 buf = ftp_malloc(ftp_buflen);
1708 xferbuf = ftp_malloc(bufsize);
2461 path = (char *)ftp_malloc(len);
util.c 428 nuser = ftp_malloc(len);
1558 ftp_malloc(size_t size) function
cmds.c 1347 locbuf = ftp_malloc(len);
2597 pager = ftp_malloc(len);
2629 pager = ftp_malloc(len);
main.c 510 anonpass = ftp_malloc(len);
ftp.c 829 buf = ftp_malloc(bufsize);
1100 buf = ftp_malloc(bufsize);

Completed in 22 milliseconds