Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c88 static char *gunique(char *local);
1123 (local = gunique(local)) == NULL) { in recvrequest()
1128 } else if (runique && (local = gunique(local)) == NULL) { in recvrequest()
2196 gunique(char *local) in gunique() function