Home
last modified time | relevance | path

Searched refs:last_errno (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dlangprintf.c27 int last_errno; /* Last error */ in _cupsLangPrintError() local
45 last_errno = errno; in _cupsLangPrintError()
71 _cupsLangString(cg->lang_default, message), strerror(last_errno)); in _cupsLangPrintError()
/external/wpa_supplicant_8/src/utils/
Dos_unix.c298 int last_errno; in os_rel2abs_path() local
312 last_errno = errno; in os_rel2abs_path()
314 if (last_errno != ERANGE) in os_rel2abs_path()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4350 self.last_errno = False
4354 self.last_errno = os_error.errno
4358 return self.last_errno