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

  /src/usr.bin/ftp/
extern.h 251 char *ftp_strdup(const char *);
256 #define ftp_strdup(a) strdup(a) macro
fetch.c 240 dui->host = ftp_strdup(sui->host);
241 dui->port = ftp_strdup(sui->port);
242 dui->path = ftp_strdup(sui->path);
521 thost = ftp_strdup(url);
528 ui->path = ftp_strdup(ep);
537 thost = ftp_strdup(cp + 1);
541 auth->pass = ftp_strdup(cp + 1);
600 ui->port = ftp_strdup(tport);
605 ui->path = ftp_strdup(emptypath);
701 auth->user = ftp_strdup(fuser)
    [all...]
main.c 324 p->header = ftp_strdup(optarg);
344 outfile = ftp_strdup(optarg);
388 oac = ftp_strdup(optarg);
415 upload_path = ftp_strdup(optarg);
484 localhome = ftp_strdup(cp);
493 localhome = ftp_strdup(pw->pw_dir);
494 localname = ftp_strdup(pw->pw_name);
505 localhome = ftp_strdup("/");
1010 ftp_sl_add(buf, ftp_strdup(p));
complete.c 145 ftp_sl_add(words, ftp_strdup(c->c_name));
212 tcp = ftp_strdup(dp->d_name);
257 ftp_sl_add(words, ftp_strdup(o->name));
324 tcp = ftp_strdup(tcp);
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...]
ruserpass.c 151 *aname = ftp_strdup(tokval);
169 *apass = ftp_strdup(tokval);
181 *aacct = ftp_strdup(tokval);
cmds.c 1058 gateport = ftp_strdup(argv[2]);
1326 locfile = locbuf = ftp_strdup("-");
2722 o->value = ftp_strdup(value);

Completed in 16 milliseconds