Home
last modified time | relevance | path

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

/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpnpserver.cxx70 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 Dpiobase.cxx92 int ptdecl unixerrno() in unixerrno() function
354 return unixerrno(); in uerrno()
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dnf_base.cpp29 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 Dnf_base.h46 uint32 errnoHost2Mint( int unixerrno,int defaulttoserrno ) const;
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Dtoserror.h68 extern int unix2toserrno(int unixerrno,int defaulttoserrno);
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsftp-server.c189 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 Dpstreams.h74 ptpublic int ptdecl unixerrno();
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsftp-server.c185 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 Dsftp-server.c208 errno_to_portable(int unixerrno) in errno_to_portable() argument
212 switch (unixerrno) { in errno_to_portable()