Searched refs:cerrno (Results 1 – 9 of 9) sorted by relevance
/external/oprofile/libutil++/ |
D | op_exception.cpp | 47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) in op_runtime_error() argument 49 runtime_error(msg + "\ncause: " + strerror(cerrno)) in op_runtime_error()
|
D | op_exception.h | 55 op_runtime_error(std::string const & err, int cerrno);
|
/external/stlport/stlport/ |
D | cerrno | 27 # include_next <cerrno> 29 # include _STLP_NATIVE_CPP_C_HEADER(cerrno)
|
/external/stlport/etc/ |
D | std_headers_c.txt | 3 cerrno
|
D | msvcincl.dat | 13 cerrno 14 cerrno.h
|
D | ChangeLog | 666 * build/Makefiles/gmake/bcc.mak, lib/bcc.mak, app/bcc.mak, stlport/cerrno, 767 * stlport/errno.h, cerrno: Move import of errno from errno.h to 768 cerrno.
|
D | ChangeLog-5.1 | 5631 * stlport/cassert, cerrno, csignal, ctype.h, cwctype, stdarg.h, stdlib.h, string.h, 5633 compiler for evc3 and evc4 and problems with cerrno and cassert inclusions reported
|
/external/stlport/doc/ |
D | stlport_namespaces.txt | 53 Good candidates for that are <utility> or <cerrno> as they are small headers. Including
|
/external/eigen/Eigen/ |
D | Core | 135 #include <cerrno>
|