Searched refs:acctstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1294 char acctstr[80]; local
1319 fgets(acctstr, sizeof(acctstr) - 1, stdin);
1320 acctstr[strcspn(acctstr, "\r\n")] = '\0';
1321 argv[3] = acctstr; argc++;
1586 char acctstr[50]; local
1591 strlcpy (acctstr, *argv, sizeof(acctstr));
1595 strlcat(acctstr, *arg
[all...]
H A Dftp.c169 char *userstr, *pass, *acctstr; local
178 userstr = pass = acctstr = 0;
186 if (ruserpass (host, &userstr, &pass, &acctstr) < 0) {
233 acctstr = tmp;
234 UI_UTIL_read_pw_string (acctstr, 128, "Account:", 0);
235 n = command ("ACCT %s", acctstr);
241 if (!aflag && acctstr != NULL)
242 command ("ACCT %s", acctstr);

Completed in 101 milliseconds