Home
last modified time | relevance | path

Searched refs:caller_errno (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dvfwprintf.cpp46 int caller_errno = errno; in FUNCTION_NAME() local
442 convbuf = helpers::mbsconv(strerror_r(caller_errno, in FUNCTION_NAME()
Dvfprintf.cpp46 int caller_errno = errno; in FUNCTION_NAME() local
456 cp = strerror_r(caller_errno, buf, sizeof(buf)); in FUNCTION_NAME()