Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h51 #define SSH2_FXP_STAT 17 macro
Dsftp-server.c136 { "stat", NULL, SSH2_FXP_STAT, process_stat, 0 },
Dsftp-client.c740 conn->version == 0 ? SSH2_FXP_STAT_VERSION_0 : SSH2_FXP_STAT, in do_stat()