user 94 lib/lock.c const char *user = NULL; user 99 lib/lock.c user = pw->pw_name; user 100 lib/lock.c if (user == NULL) user 101 lib/lock.c user = getenv ("USER"); user 102 lib/lock.c if (user == NULL) user 103 lib/lock.c user = getenv ("USERNAME"); user 104 lib/lock.c if (user == NULL) user 105 lib/lock.c user = getenv ("LOGNAME"); user 106 lib/lock.c if (user == NULL) user 107 lib/lock.c user = ""; user 113 lib/lock.c return g_strdup_printf ("%s@%s.%d", user, host, (int) getpid ()); user 238 lib/vfs/path.c path_element->user = g_strdup (pcopy); user 852 lib/vfs/path.c new_element->user = g_strdup (element->user); user 886 lib/vfs/path.c g_free (element->user); user 1163 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "user", element->user); user 1235 lib/vfs/path.c element->user = mc_config_get_string_raw (cpath, groupname, "user", NULL); user 1533 lib/vfs/path.c if (element->user != NULL) user 1534 lib/vfs/path.c g_string_append (buffer, element->user); user 1544 lib/vfs/path.c if ((element->user != NULL) || (element->password != NULL)) user 35 lib/vfs/path.h char *user; user 293 lib/vfs/utilvfs.c path_element->user = g_strdup (pcopy); user 303 lib/vfs/utilvfs.c g_free (path_element->user); user 304 lib/vfs/utilvfs.c path_element->user = vfs_get_local_username (); user 24 src/filemanager/boxes.h int panel_listing_box (WPanel *p, int num, char **user, char **mini, gboolean *use_msformat, user 440 src/filemanager/chown.c struct passwd *user; user 448 src/filemanager/chown.c user = getpwnam (text); user 449 src/filemanager/chown.c if (user != NULL) user 450 src/filemanager/chown.c new_user = user->pw_uid; user 480 src/filemanager/chown.c struct passwd *user; user 484 src/filemanager/chown.c user = getpwnam (text); user 485 src/filemanager/chown.c if (user != NULL) user 487 src/filemanager/chown.c new_user = user->pw_uid; user 441 src/filemanager/cmd.c char **user, char **status) user 452 src/filemanager/cmd.c p->user_format = *user; user 453 src/filemanager/cmd.c *user = NULL; user 1392 src/filemanager/cmd.c char *user, *status; user 1398 src/filemanager/cmd.c list_format = panel_listing_box (p, MENU_PANEL_IDX, &user, &status, &use_msformat, &brief_cols); user 1403 src/filemanager/cmd.c configure_panel_listing (p, list_format, brief_cols, use_msformat, &user, &status); user 1404 src/filemanager/cmd.c g_free (user); user 357 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL) user 361 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password); user 363 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL) user 364 src/vfs/ftpfs/ftpfs.c path_element->user = g_strdup ("anonymous"); user 375 src/vfs/ftpfs/ftpfs.c if (new_user != NULL && strcmp (path_element->user, new_user) != 0) user 626 src/vfs/ftpfs/ftpfs.c else if (strcmp (super->path_element->user, "anonymous") == 0 user 627 src/vfs/ftpfs/ftpfs.c || strcmp (super->path_element->user, "ftp") == 0) user 638 src/vfs/ftpfs/ftpfs.c p = g_strdup_printf (_ ("FTP: Password required for %s"), super->path_element->user); user 656 src/vfs/ftpfs/ftpfs.c name = g_strconcat (super->path_element->user, "@", user 661 src/vfs/ftpfs/ftpfs.c name = g_strdup (super->path_element->user); user 693 src/vfs/ftpfs/ftpfs.c super->path_element->user); user 723 src/vfs/ftpfs/ftpfs.c super->path_element->user); user 1047 src/vfs/ftpfs/ftpfs.c && (strcmp (path_element->user, super->path_element->user) == 0) user 823 src/vfs/ftpfs/ftpfs_parse_ls.c char *user; user 834 src/vfs/ftpfs/ftpfs_parse_ls.c user = t; user 911 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_uid = ftpfs_get_uid (user); user 56 src/vfs/sftpfs/config_parser.c char *user; // the user to log in as user 87 src/vfs/sftpfs/config_parser.c offsetof (sftpfs_ssh_config_entity_t, user), user 141 src/vfs/sftpfs/config_parser.c g_free (config_entity->user); user 380 src/vfs/sftpfs/config_parser.c if (config_entity->user == NULL) user 382 src/vfs/sftpfs/config_parser.c config_entity->user = vfs_get_local_username (); user 383 src/vfs/sftpfs/config_parser.c if (config_entity->user == NULL) user 422 src/vfs/sftpfs/config_parser.c if (super->path_element->user == NULL) user 423 src/vfs/sftpfs/config_parser.c super->path_element->user = g_strdup (config_entity->user); user 630 src/vfs/sftpfs/connection.c userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user, user 631 src/vfs/sftpfs/connection.c strlen (super->path_element->user)); user 694 src/vfs/sftpfs/connection.c if (libssh2_agent_userauth (sftpfs_super->agent, super->path_element->user, identity) == 0) user 727 src/vfs/sftpfs/connection.c if (libssh2_userauth_publickey_fromfile (sftpfs_super->session, super->path_element->user, user 733 src/vfs/sftpfs/connection.c p = g_strdup_printf (_ ("sftp: Enter passphrase for %s "), super->path_element->user); user 742 src/vfs/sftpfs/connection.c sftpfs_super->session, super->path_element->user, sftpfs_super->pubkey, user 781 src/vfs/sftpfs/connection.c if (strncmp (name, kbi_super->path_element->user, name_len) != 0) user 819 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user, user 830 src/vfs/sftpfs/connection.c super->path_element->user, user 842 src/vfs/sftpfs/connection.c p = g_strdup_printf (_ ("sftp: Enter password for %s "), super->path_element->user); user 850 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user, user 861 src/vfs/sftpfs/connection.c super->path_element->user, user 695 src/vfs/sftpfs/sftpfs.c && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0) user 541 src/vfs/shell/shell.c if (super->path_element->user != NULL) user 544 src/vfs/shell/shell.c argv[i++] = super->path_element->user; user 549 src/vfs/shell/shell.c super->path_element->user = vfs_get_local_username (); user 586 src/vfs/shell/shell.c super->path_element->user); user 647 src/vfs/shell/shell.c g_strconcat ("sh://", super->path_element->user, "@", super->path_element->host, user 721 src/vfs/shell/shell.c if (path_element->user == NULL) user 722 src/vfs/shell/shell.c path_element->user = vfs_get_local_username (); user 725 src/vfs/shell/shell.c && (strcmp (path_element->user, super->path_element->user) == 0) user 1680 src/vfs/shell/shell.c super->path_element->user, "@", super->path_element->host, flags,