fixfname           72 src/vfs/sftpfs/dir.c     const GString *fixfname;
fixfname           77 src/vfs/sftpfs/dir.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname           83 src/vfs/sftpfs/dir.c         handle = libssh2_sftp_open_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len, 0,
fixfname          171 src/vfs/sftpfs/dir.c     const GString *fixfname;
fixfname          176 src/vfs/sftpfs/dir.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          181 src/vfs/sftpfs/dir.c             libssh2_sftp_mkdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len, mode);
fixfname          208 src/vfs/sftpfs/dir.c     const GString *fixfname;
fixfname          213 src/vfs/sftpfs/dir.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          217 src/vfs/sftpfs/dir.c         res = libssh2_sftp_rmdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len);
fixfname          137 src/vfs/sftpfs/file.c     const GString *fixfname;
fixfname          163 src/vfs/sftpfs/file.c     fixfname = sftpfs_fix_filename (name);
fixfname          170 src/vfs/sftpfs/file.c             libssh2_sftp_open_ex (super->sftp_session, fixfname->str, fixfname->len,
fixfname          122 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          128 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename ((*path_element)->path);
fixfname          132 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex ((*super)->sftp_session, fixfname->str, fixfname->len, stat_type,
fixfname          348 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          354 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          358 src/vfs/sftpfs/internal.c         res = libssh2_sftp_symlink_ex (super->sftp_session, fixfname->str, fixfname->len, buf, size,
fixfname          439 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          450 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          454 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
fixfname          492 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          502 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          506 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
fixfname          542 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          548 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename (path_element->path);
fixfname          552 src/vfs/sftpfs/internal.c         res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len);
fixfname          583 src/vfs/sftpfs/internal.c     const GString *fixfname;
fixfname          594 src/vfs/sftpfs/internal.c     fixfname = sftpfs_fix_filename (path1);
fixfname          598 src/vfs/sftpfs/internal.c         res = libssh2_sftp_rename_ex (super->sftp_session, fixfname->str, fixfname->len, tmp_path,