Home
last modified time | relevance | path

Searched refs:ssh_FXF_WRITE (Results 1 – 15 of 15) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Dpacket_test.go226 pflags: ssh_FXF_WRITE,
230 pflags: ssh_FXF_READ | ssh_FXF_WRITE,
257 testFlags: []uint32{ssh_FXF_WRITE},
262 haveFlags: ssh_FXF_WRITE,
268 haveFlags: ssh_FXF_READ | ssh_FXF_WRITE,
274 haveFlags: ssh_FXF_READ | ssh_FXF_WRITE,
275 testFlags: []uint32{ssh_FXF_WRITE},
280 haveFlags: ssh_FXF_READ | ssh_FXF_WRITE,
281 testFlags: []uint32{ssh_FXF_READ, ssh_FXF_WRITE},
H A Dclient_test.go76 {os.O_WRONLY, ssh_FXF_WRITE},
77 {os.O_RDWR, ssh_FXF_READ | ssh_FXF_WRITE},
78 …{os.O_RDWR | os.O_CREATE | os.O_TRUNC, ssh_FXF_READ | ssh_FXF_WRITE | ssh_FXF_CREAT | ssh_FXF_TRUN…
79 {os.O_WRONLY | os.O_APPEND, ssh_FXF_WRITE | ssh_FXF_APPEND},
H A Drequest-attrs.go17 Write: flags&ssh_FXF_WRITE != 0,
H A Drequest-attrs_test.go12 pflags := newFileOpenFlags(ssh_FXF_READ | ssh_FXF_WRITE | ssh_FXF_APPEND)
H A Dsftp.go81 ssh_FXF_WRITE = 0x00000002 const
H A Dserver.go366 return !p.hasPflags(ssh_FXF_WRITE)
380 if p.hasPflags(ssh_FXF_READ, ssh_FXF_WRITE) {
382 } else if p.hasPflags(ssh_FXF_WRITE) {
H A Drequest_test.go70 flags = flags | ssh_FXF_WRITE
H A Dclient.go1263 out |= ssh_FXF_WRITE
1268 out |= ssh_FXF_READ | ssh_FXF_WRITE
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/pkg/sftp/
H A Drequest-attrs.go18 Write: flags&ssh_FXF_WRITE != 0,
H A Dsftp.go81 ssh_FXF_WRITE = 0x00000002 const
H A Dserver.go371 return !p.hasPflags(ssh_FXF_WRITE)
385 if p.hasPflags(ssh_FXF_READ, ssh_FXF_WRITE) {
387 } else if p.hasPflags(ssh_FXF_WRITE) {
H A Dclient.go1182 out |= ssh_FXF_WRITE
1187 out |= ssh_FXF_READ | ssh_FXF_WRITE
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/pkg/sftp/
H A Dsftp.go81 ssh_FXF_WRITE = 0x00000002 const
H A Dserver.go395 return !p.hasPflags(ssh_FXF_WRITE)
409 if p.hasPflags(ssh_FXF_READ, ssh_FXF_WRITE) {
411 } else if p.hasPflags(ssh_FXF_WRITE) {
H A Dclient.go1108 out |= ssh_FXF_WRITE
1113 out |= ssh_FXF_READ | ssh_FXF_WRITE