Lines Matching defs:facct
375 char *fuser, *pass, *facct, *p;
381 fuser = pass = facct = NULL;
400 if (ruserpass(host, &fuser, &pass, &facct) < 0) {
450 if (facct == NULL) {
454 facct = ftp_strdup(p);
457 if (facct[0] == '\0') {
461 n = command("ACCT %s", facct);
462 memset(facct, 0, strlen(facct));
465 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) {
493 if (facct != NULL)
494 memset(facct, 0, strlen(facct));
495 FREEPTR(facct);