password          269 lib/vfs/path.c             path_element->password = g_strdup (inner_colon);
password          881 lib/vfs/path.c     new_element->password = g_strdup (element->password);
password          915 lib/vfs/path.c     g_free (element->password);
password         1158 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "password", element->password);
password         1230 lib/vfs/path.c         element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL);
password         1531 lib/vfs/path.c     if (element->password != NULL && keep_password)
password         1534 lib/vfs/path.c         g_string_append (buffer, element->password);
password         1539 lib/vfs/path.c         if ((element->user != NULL) || (element->password != NULL))
password           36 lib/vfs/path.h     char *password;
password          285 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          624 src/vfs/ftpfs/ftpfs.c     if (super->path_element->password != NULL)  /* explicit password */
password          625 src/vfs/ftpfs/ftpfs.c         op = g_strdup (super->path_element->password);
password          645 src/vfs/ftpfs/ftpfs.c         super->path_element->password = g_strdup (op);
password          718 src/vfs/ftpfs/ftpfs.c             wipe_password (super->path_element->password);
password          719 src/vfs/ftpfs/ftpfs.c             super->path_element->password = NULL;
password          728 src/vfs/sftpfs/connection.c                                              super->path_element->password) == 0)
password          816 src/vfs/sftpfs/connection.c     if (super->path_element->password != NULL)
password          819 src/vfs/sftpfs/connection.c                                                 super->path_element->password)) ==
password          825 src/vfs/sftpfs/connection.c         kbi_passwd = super->path_element->password;
password          872 src/vfs/sftpfs/connection.c             g_free (super->path_element->password);
password          873 src/vfs/sftpfs/connection.c             super->path_element->password = passwd;
password          584 src/vfs/shell/shell.c         if (super->path_element->password == NULL)
password          594 src/vfs/shell/shell.c             super->path_element->password = op;
password          602 src/vfs/shell/shell.c             str_len = strlen (super->path_element->password);
password          603 src/vfs/shell/shell.c             if ((write (shell_super.sockw, super->path_element->password, str_len) !=