Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp.h85 #define SSH2_FXF_CREAT 0x00000008 macro
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c131 if (pflags & SSH2_FXF_CREAT) in flags_from_portable()
157 if (pflags & SSH2_FXF_CREAT) in string_from_portable()
/titanic_50/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()