Home
last modified time | relevance | path

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

/dports/devel/gearmand/gearmand-1.0.6/util/
H A Dpidfile.cc76 _last_errno(0), in Pidfile()
113 _last_errno= errno; in create()
130 _last_errno= errno; in create()
143 _last_errno= errno; in create()
154 _last_errno= errno; in create()
H A Dpidfile.hpp60 int _last_errno; member in datadifferential::util::Pidfile
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/util/
H A Dpidfile.hpp60 int _last_errno; member in datadifferential::util::Pidfile
H A Dpidfile.cc76 _last_errno(0), in Pidfile()
/dports/databases/libmemcached/libmemcached-1.0.18/util/
H A Dpidfile.hpp60 int _last_errno; member in datadifferential::util::Pidfile
H A Dpidfile.cc76 _last_errno(0),
/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/
H A Dpyinotify.py164 self._last_errno = None
171 return self._last_errno
177 self._last_errno = err.errno
185 self._last_errno = err.errno
193 self._last_errno = err.errno
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/
H A Dpyinotify.py162 self._last_errno = None
169 return self._last_errno
175 self._last_errno = err.errno
183 self._last_errno = err.errno
191 self._last_errno = err.errno