pass 273 src/vfs/ftpfs/ftpfs.c static gboolean ftpfs_netrc_lookup (const char *host, char **login, char **pass); pass 618 src/vfs/ftpfs/ftpfs.c char *pass; pass 651 src/vfs/ftpfs/ftpfs.c pass = op; pass 654 src/vfs/ftpfs/ftpfs.c pass = g_strconcat ("-", op, (char *) NULL); pass 691 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "PASS %s", pass); pass 714 src/vfs/ftpfs/ftpfs.c wipe_password (pass); pass 730 src/vfs/ftpfs/ftpfs.c wipe_password (pass); pass 2535 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (const char *host, char **login, char **pass) pass 2546 src/vfs/ftpfs/ftpfs.c char *pass; pass 2551 src/vfs/ftpfs/ftpfs.c MC_PTR_FREE (*pass); pass 2558 src/vfs/ftpfs/ftpfs.c *pass = g_strdup (rupp->pass); pass 2661 src/vfs/ftpfs/ftpfs.c rupp->pass = g_strdup (tmp_pass); pass 2666 src/vfs/ftpfs/ftpfs.c *pass = tmp_pass; pass 259 src/vfs/smbfs/helpers/include/proto.h BOOL cli_session_setup (struct cli_state *cli, char *user, char *pass, int passlen, char *ntpass, pass 263 src/vfs/smbfs/helpers/include/proto.h const char *share, const char *dev, const char *pass, int passlen); pass 807 src/vfs/smbfs/helpers/include/smb.h struct passwd *(*unix_password_check) (char *username, char *pass, int pass_len); pass 42 src/vfs/smbfs/helpers/lib/username.c struct passwd *pass; pass 44 src/vfs/smbfs/helpers/lib/username.c pass = Get_Pwnam (user); pass 46 src/vfs/smbfs/helpers/lib/username.c if (!pass) pass 48 src/vfs/smbfs/helpers/lib/username.c return (pass->pw_dir); pass 286 src/vfs/smbfs/helpers/lib/username.c struct passwd *pass = Get_Pwnam (user, False); pass 288 src/vfs/smbfs/helpers/lib/username.c if (pass) pass 290 src/vfs/smbfs/helpers/lib/username.c gptr = getgrgid (pass->pw_gid); pass 2248 src/vfs/smbfs/helpers/lib/util.c struct passwd *pass; pass 2257 src/vfs/smbfs/helpers/lib/util.c if ((pass = Get_Pwnam (username)) != NULL) pass 2259 src/vfs/smbfs/helpers/lib/util.c string_sub (p, "%G", gidtoname (pass->pw_gid)); pass 2507 src/vfs/smbfs/helpers/lib/util.c struct passwd *pass = getpwuid (uid); pass 2508 src/vfs/smbfs/helpers/lib/util.c if (pass) pass 2509 src/vfs/smbfs/helpers/lib/util.c return (pass->pw_name); pass 2537 src/vfs/smbfs/helpers/lib/util.c struct passwd *pass = getpwnam (name); pass 2538 src/vfs/smbfs/helpers/lib/util.c if (pass) pass 2539 src/vfs/smbfs/helpers/lib/util.c return (pass->pw_uid); pass 734 src/vfs/smbfs/helpers/libsmb/clientgen.c char *pass, int passlen, char *ntpass, int ntpasslen, char *workgroup) pass 747 src/vfs/smbfs/helpers/libsmb/clientgen.c if (((passlen == 0) || (passlen == 1)) && (pass[0] == '\0')) pass 759 src/vfs/smbfs/helpers/libsmb/clientgen.c SMBencrypt ((uchar *) pass, (uchar *) cli->cryptkey, (uchar *) pword); pass 764 src/vfs/smbfs/helpers/libsmb/clientgen.c fstrcpy (pword, pass); pass 895 src/vfs/smbfs/helpers/libsmb/clientgen.c const char *share, const char *dev, const char *pass, int passlen) pass 908 src/vfs/smbfs/helpers/libsmb/clientgen.c pass = ""; pass 911 src/vfs/smbfs/helpers/libsmb/clientgen.c if ((cli->sec_mode & 2) && *pass && passlen != 24) pass 914 src/vfs/smbfs/helpers/libsmb/clientgen.c SMBencrypt ((uchar *) pass, (uchar *) cli->cryptkey, (uchar *) pword); pass 918 src/vfs/smbfs/helpers/libsmb/clientgen.c memcpy (pword, pass, passlen); pass 268 src/vfs/smbfs/smbfs.c const char *user, const char *pass) pass 272 src/vfs/smbfs/smbfs.c auth = vfs_smb_authinfo_new (host, share, domain, user, pass); pass 306 src/vfs/smbfs/smbfs.c const char *domain, const char *user, const char *pass, pass 313 src/vfs/smbfs/smbfs.c if (domain && user && pass) pass 320 src/vfs/smbfs/smbfs.c bucket->password = g_strdup (pass); pass 322 src/vfs/smbfs/smbfs.c smbfs_auth_add (bucket->host, bucket->service, domain, user, pass); pass 2229 src/vfs/smbfs/smbfs.c const char *user, const char *pass) pass 2241 src/vfs/smbfs/smbfs.c auth->password = g_strdup (pass); pass 35 src/vfs/smbfs/smbfs.h const char *domain, const char *user, const char *pass);