Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h86 #define SSH2_FXF_TRUNC 0x00000010 macro
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c133 if (pflags & SSH2_FXF_TRUNC) in flags_from_portable()
159 if (pflags & SSH2_FXF_TRUNC) in string_from_portable()
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1055 buffer_put_int(&msg, SSH2_FXF_WRITE|SSH2_FXF_CREAT|SSH2_FXF_TRUNC); in do_upload()