Searched refs:gunique (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h82 char *gunique (char *);
H A Dftp.c969 (local = gunique (local)) == NULL) {
974 } else if (runique && (local = gunique (local)) == NULL) {
1725 gunique (char *local) function
/freebsd-12-stable/contrib/tnftp/src/
H A Dextern.h144 char *gunique(const char *);
H A Dftp.c970 (local = gunique(local)) == NULL) {
975 else if (runique && (local = gunique(local)) == NULL) {
1984 gunique(const char *local) function
/freebsd-12-stable/contrib/opie/
H A Dopieftpd.c245 static char *gunique __P((char *));
733 (name = gunique(name)) == NULL)
1368 static char *gunique FUNCTION((local), char *local) function
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c145 static char *gunique (char *);
1112 if ((uname = gunique(name)) == NULL)
2143 gunique(char *local) function

Completed in 214 milliseconds