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

  /src/usr.bin/ftp/
extern.h 251 char *ftp_strdup(const char *);
256 #define ftp_strdup(a) strdup(a) macro
util.c 383 fuser = ftp_strdup(luser);
385 pass = ftp_strdup(lpass);
395 fuser = ftp_strdup("anonymous"); /* as per RFC 1635 */
397 pass = ftp_strdup(getoptionvalue("anonpass"));
417 fuser = ftp_strdup(localname);
419 fuser = ftp_strdup(tmp);
442 pass = ftp_strdup(p);
454 facct = ftp_strdup(p);
470 username = ftp_strdup(fuser);
633 return (ftp_strdup(pattern))
1563 ftp_strdup(const char *str) function in typeref:typename:char *
    [all...]

Completed in 13 milliseconds