Searched refs:errc (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/include/
H A Derr.h49 void errc(int, int, const char *, ...) __dead2 __printf0like(3, 4);
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp591 return err.report(errc::function_not_supported);
603 return err.report(errc::file_exists);
620 return err.report(errc::is_a_directory);
723 ec = make_error_code(errc::io_error);
759 m_ec = make_error_code(errc::not_supported);
775 return err.report(errc::not_supported);
778 return err.report(errc::file_exists);
796 return err.report(errc::file_exists);
816 return err.report(errc::bad_file_descriptor);
855 return err.report(errc
[all...]
H A Dfilesystem_common.h185 T report(errc const& err) const { return report(make_error_code(err)); }
188 T report(errc const& err, const char* msg, Args const&... args) const {
/barrelfish-master/lib/libc/gen/
H A Derr.c88 errc(int eval, int code, const char *fmt, ...) function
H A DMakefile.inc328 err.3 errc.3 \
/barrelfish-master/lib/libc/nls/
H A Dmsgcat.c78 #define NLRETERR(errc) { errno = errc; return (NLERR); }
/barrelfish-master/lib/cxx/cxx/
H A Dstring.cpp429 _LIBCPP_ASSERT(res.ec == errc(), "bufsize must be large enough to accomodate the value");

Completed in 48 milliseconds