Home
last modified time | relevance | path

Searched refs:SSH2_FXF_APPEND (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp.h77 #define SSH2_FXF_APPEND 0x00000004 macro
H A Dsftp-server.c267 if (pflags & SSH2_FXF_APPEND) in flags_from_portable()
295 if (pflags & SSH2_FXF_APPEND) in string_from_portable()
H A Dsftp-client.c2098 openmode |= SSH2_FXF_APPEND; in sftp_upload()