Searched refs:unixerrno (Results 1 – 9 of 9) sorted by relevance
/dports/devel/ptypes/ptypes-2.1.1/src/ |
H A D | pnpserver.cxx | 70 error(unixerrno(), "Couldn't create"); in openinst() 97 error(unixerrno(), "Couldn't create local socket"); in open() 101 error(unixerrno(), "Couldn't bind local socket"); in open() 104 error(unixerrno(), "Couldn't listen on local socket"); in open() 147 error(unixerrno(), "Couldn't read"); in serve() 160 error(unixerrno(), "Couldn't connect to client"); in serve()
|
H A D | piobase.cxx | 92 int ptdecl unixerrno() in unixerrno() function 354 return unixerrno(); in uerrno()
|
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/ |
H A D | nf_base.cpp | 29 uint32 NF_Base::errnoHost2Mint(int unixerrno,int defaulttoserrno) const in errnoHost2Mint() argument 33 switch(unixerrno) { in errnoHost2Mint() 59 D(bug("NF: errnoHost2Mint (%d,%d->%d)", unixerrno, defaulttoserrno, retval)); in errnoHost2Mint()
|
H A D | nf_base.h | 46 uint32 errnoHost2Mint( int unixerrno,int defaulttoserrno ) const;
|
/dports/emulators/aranym/aranym-1.1.0/src/include/ |
H A D | toserror.h | 68 extern int unix2toserrno(int unixerrno,int defaulttoserrno);
|
/dports/security/gnome-ssh-askpass/openssh-6.6p1/ |
H A D | sftp-server.c | 189 errno_to_portable(int unixerrno) in errno_to_portable() argument 193 switch (unixerrno) { in errno_to_portable()
|
/dports/devel/ptypes/ptypes-2.1.1/include/ |
H A D | pstreams.h | 74 ptpublic int ptdecl unixerrno();
|
/dports/security/pam_ssh/pam_ssh-8.0/openssh/ |
H A D | sftp-server.c | 185 errno_to_portable(int unixerrno) in errno_to_portable() argument 189 switch (unixerrno) { in errno_to_portable()
|
/dports/security/openssh-portable/openssh-8.8p1/ |
H A D | sftp-server.c | 208 errno_to_portable(int unixerrno) in errno_to_portable() argument 212 switch (unixerrno) { in errno_to_portable()
|