Home
last modified time | relevance | path

Searched refs:SSH_FXF_EXCL (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dsftp.h46 #define SSH_FXF_EXCL 0x00000020 macro
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dsftp.h75 #define SSH_FXF_EXCL 0x00000020 macro
H A Dgvfsbackendsftp.c3418 …g_data_output_stream_put_uint32 (command, SSH_FXF_WRITE|SSH_FXF_CREAT|SSH_FXF_EXCL, NULL, NULL); … in try_create()
3845 …g_data_output_stream_put_uint32 (command, SSH_FXF_WRITE|SSH_FXF_CREAT|SSH_FXF_EXCL, NULL, NULL); … in replace_create_temp()
4037 …g_data_output_stream_put_uint32 (command, SSH_FXF_WRITE|SSH_FXF_CREAT|SSH_FXF_EXCL, NULL, NULL); … in try_replace()
6011 g_data_output_stream_put_uint32 (command, SSH_FXF_WRITE|SSH_FXF_CREAT|SSH_FXF_EXCL, NULL, NULL); in push_create_temp()
6124 … g_data_output_stream_put_uint32 (command, SSH_FXF_WRITE|SSH_FXF_CREAT|SSH_FXF_EXCL, NULL, NULL); in push_source_fstat_cb()
/dports/security/putty-nogtk/putty-0.76/
H A Dsftpserver.c73 } else if ((flags & (SSH_FXF_CREAT|SSH_FXF_EXCL)) == SSH_FXF_EXCL) { in sftp_handle_request()
H A Dsftp.h54 #define SSH_FXF_EXCL 0x00000020 macro
/dports/security/putty/putty-0.76/
H A Dsftpserver.c73 } else if ((flags & (SSH_FXF_CREAT|SSH_FXF_EXCL)) == SSH_FXF_EXCL) { in sftp_handle_request()
H A Dsftp.h54 #define SSH_FXF_EXCL 0x00000020 macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_xfer.hrl199 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_xfer.hrl203 -define(SSH_FXF_EXCL, 16#00000020). macro
/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dsftp.h942 #define SSH_FXF_EXCL 0x20 macro
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dsftp.h996 #define SSH_FXF_EXCL 0x20
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsftp.h54 #define SSH_FXF_EXCL 0x00000020 macro
/dports/security/putty/putty-0.76/unix/
H A Duxsftpserver.c241 if (flags & SSH_FXF_EXCL) in uss_open()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxsftpserver.c241 if (flags & SSH_FXF_EXCL) in uss_open()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DSFtp.h126 #define SSH_FXF_EXCL 0x00000020 macro
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dsshfs.c115 #define SSH_FXF_EXCL 0x00000020 macro
2431 buf_add_uint32(&buf, SSH_FXF_WRITE | SSH_FXF_CREAT | SSH_FXF_EXCL); in sshfs_mknod()
2767 pflags |= SSH_FXF_EXCL; in sshfs_open_common()
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dssh.c1844 #define SSH_FXF_EXCL 0x20 macro
/dports/security/libssh/libssh-0.9.6/src/
H A Dsftp.c1829 sftp_flags |= SSH_FXF_EXCL; in sftp_open()
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dsftp.c1631 sftp_flags |= SSH_FXF_EXCL; in sftp_open()
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DChannelSftp.java75 private static final int SSH_FXF_EXCL= 0x00000020; field in ChannelSftp

12