Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp-server.c523 static const char * const status_messages[] = { in status_to_message() local
535 return (status_messages[MINIMUM(status,SSH2_FX_MAX)]); in status_to_message()