Home
last modified time | relevance | path

Searched defs:sl_errno (Results 1 – 13 of 13) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dnet-xxx.c99 int sl_errno = 0; variable
H A Dnet-ibm.c115 int sl_errno = 0; variable
H A Dnet-win.c98 int sl_errno = 0; variable
H A Dnet-unix.c121 int sl_errno = 0; variable
H A Dnet-amy.c63 int sl_errno = 0; variable
H A Dnet6-unix.c125 int sl_errno = 0; variable
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dtrustfile.c131 static int sl_errno = 0; variable
H A Dslib.c396 long int sl_errno; variable
/dports/security/samhain/samhain-4.4.3/src/
H A Dtrustfile.c131 static int sl_errno = 0; variable
H A Dslib.c396 long int sl_errno; variable
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dtrustfile.c131 static int sl_errno = 0; variable
H A Dslib.c396 long int sl_errno; variable
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dmodusocket.c73 STATIC int convert_sl_errno(int sl_errno) { in convert_sl_errno()