password          234 lib/vfs/path.c             path_element->password = g_strdup (inner_colon);
password          853 lib/vfs/path.c     new_element->password = g_strdup (element->password);
password          887 lib/vfs/path.c     g_free (element->password);
password         1164 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "password", element->password);
password         1236 lib/vfs/path.c         element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL);
password         1536 lib/vfs/path.c     if (element->password != NULL && keep_password)
password         1539 lib/vfs/path.c         g_string_append (buffer, element->password);
password         1544 lib/vfs/path.c         if ((element->user != NULL) || (element->password != NULL))
password           36 lib/vfs/path.h     char *password;
password          289 lib/vfs/utilvfs.c             path_element->password = g_strdup (inner_colon);
password          361 src/vfs/ftpfs/ftpfs.c             ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password);
password          367 src/vfs/ftpfs/ftpfs.c     if (ftpfs_use_netrc && path_element->password == NULL)
password          376 src/vfs/ftpfs/ftpfs.c             MC_PTR_FREE (path_element->password);
password          456 src/vfs/ftpfs/ftpfs.c         if (ftpfs_login_server (me, super, super->path_element->password))
password          622 src/vfs/ftpfs/ftpfs.c     if (super->path_element->password != NULL)  // explicit password
password          623 src/vfs/ftpfs/ftpfs.c         op = g_strdup (super->path_element->password);
password          643 src/vfs/ftpfs/ftpfs.c         super->path_element->password = g_strdup (op);
password          716 src/vfs/ftpfs/ftpfs.c             wipe_password (super->path_element->password);
password          717 src/vfs/ftpfs/ftpfs.c             super->path_element->password = NULL;
password          729 src/vfs/sftpfs/connection.c                                              super->path_element->password)
password          817 src/vfs/sftpfs/connection.c     if (super->path_element->password != NULL)
password          820 src/vfs/sftpfs/connection.c                                                 super->path_element->password))
password          827 src/vfs/sftpfs/connection.c         kbi_passwd = super->path_element->password;
password          873 src/vfs/sftpfs/connection.c             g_free (super->path_element->password);
password          874 src/vfs/sftpfs/connection.c             super->path_element->password = passwd;
password          581 src/vfs/shell/shell.c         if (super->path_element->password == NULL)
password          591 src/vfs/shell/shell.c             super->path_element->password = op;
password          599 src/vfs/shell/shell.c             str_len = strlen (super->path_element->password);
password          600 src/vfs/shell/shell.c             if ((write (shell_super.sockw, super->path_element->password, str_len) !=