Home
last modified time | relevance | path

Searched refs:gunique (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h82 char *gunique (char *);
H A Dftp.c969 (local = gunique (local)) == NULL) { in recvrequest()
974 } else if (runique && (local = gunique (local)) == NULL) { in recvrequest()
1725 gunique (char *local) in gunique() function
/freebsd/contrib/tnftp/src/
H A Dextern.h144 char *gunique(const char *);
H A Dftp.c970 (local = gunique(local)) == NULL) { in recvrequest()
975 else if (runique && (local = gunique(local)) == NULL) { in recvrequest()
1984 gunique(const char *local) in gunique() function
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c145 static char *gunique (char *);
1112 if ((uname = gunique(name)) == NULL) in do_store()
2143 gunique(char *local) in gunique() function