OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errno_to_portable
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
sftp-server.c
87
errno_to_portable
(int unixerrno)
function
568
status =
errno_to_portable
(errno);
595
status = (ret == -1) ?
errno_to_portable
(errno) : SSH2_FX_OK;
622
status =
errno_to_portable
(errno);
626
status =
errno_to_portable
(errno);
664
status =
errno_to_portable
(errno);
671
status =
errno_to_portable
(errno);
700
status =
errno_to_portable
(errno);
739
status =
errno_to_portable
(errno);
783
status =
errno_to_portable
(errno)
[
all
...]
Completed in 50 milliseconds