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

  /src/usr.bin/ftp/
extern.h 248 void *ftp_malloc(size_t);
253 #define ftp_malloc(a) malloc(a); macro
util.c 428 nuser = ftp_malloc(len);
1524 ftp_malloc(size_t size) function in typeref:typename:void *

Completed in 135 milliseconds