password 235 lib/vfs/path.c path_element->password = g_strdup (inner_colon); password 854 lib/vfs/path.c new_element->password = g_strdup (element->password); password 888 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 1537 lib/vfs/path.c if (element->password != NULL && keep_password) password 1540 lib/vfs/path.c g_string_append (buffer, element->password); password 1545 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 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) !=