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 248 void *ftp_malloc(size_t);
253 #define ftp_malloc(a) malloc(a); macro
fetch.c 297 realm = (char *)ftp_malloc(len + 1);
328 clear = (char *)ftp_malloc(clen);
337 *response = ftp_malloc(rlen);
524 thost = (char *)ftp_malloc(len + 1);
1130 buf = ftp_malloc(ftp_buflen);
1310 buf = ftp_malloc(ftp_buflen);
1704 xferbuf = ftp_malloc(bufsize);
2455 path = (char *)ftp_malloc(len);
main.c 323 p = ftp_malloc(sizeof(*p));
515 anonpass = ftp_malloc(len);
util.c 428 nuser = ftp_malloc(len);
1524 ftp_malloc(size_t size) function in typeref:typename:void *
cmds.c 1347 locbuf = ftp_malloc(len);
2597 pager = ftp_malloc(len);
2629 pager = ftp_malloc(len);
ftp.c 816 buf = ftp_malloc(bufsize);
1080 buf = ftp_malloc(bufsize);

Completed in 19 milliseconds