tmp_pass         2590 src/vfs/ftpfs/ftpfs.c     char *tmp_pass = NULL;
tmp_pass         2680 src/vfs/ftpfs/ftpfs.c             if (tmp_pass == NULL)
tmp_pass         2681 src/vfs/ftpfs/ftpfs.c                 tmp_pass = g_strdup (buffer);
tmp_pass         2712 src/vfs/ftpfs/ftpfs.c     rupp->pass = g_strdup (tmp_pass);
tmp_pass         2717 src/vfs/ftpfs/ftpfs.c     *pass = tmp_pass;