Searched refs:errc (Results 76 - 100 of 363) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dpmc4.sh116 errc(1, rc, "test()");
120 errc(1, rc, "pthread_join(%d)", i);
H A Dsndstat.sh117 errc(1, e, "pthread_create");
130 errc(1, e, "pthread_create");
H A Dtruss.sh119 errc(1, rc, "pthread_create");
124 errc(1, rc, "pthread_join");
H A Dsigreturn4.sh179 errc(1, e, "pthread_create");
183 errc(1, e, "pthread_create");
188 errc(1, e, "pthread_kill");
190 errc(1, e, "pthread_join");
H A Drename14.sh152 errc(1, r, "pthread_create");
154 errc(1, r, "pthread_create");
157 errc(1, r, "pthread_join");
159 errc(1, r, "pthread_join");
H A Dmidi2.sh104 errc(1, rc, "pthread_create");
109 errc(1, rc, "pthread_join");
H A Dposix_fadvise2.sh72 errc(1, r, "posix_fadvise(%s)", file[i]);
H A Dpthread5.sh93 errc(1, rc, "pthread_create");
103 errc(1, rc, "pthread_join");
H A Dfsync3.sh146 errc(1, r, "pthread_create");
148 errc(1, r, "pthread_create");
151 errc(1, r, "pthread_join");
153 errc(1, r, "pthread_join");
H A Dkevent14.sh65 errc(1, ev[1].data, "kevent");
H A Dcontext2.sh110 errc(1, r, "pthread_create(): %s\n", strerror(r));
125 errc(1, r, "pthread_cancel(%d)", i);
128 errc(1, r, "pthread_join(%d)", i);
H A Dmmap11.sh258 errc(1, rc, "tmmap()");
260 errc(1, rc, "tmlock()");
262 errc(1, rc, "tmprotect()");
264 errc(1, rc, "tmlockall()");
266 errc(1, rc, "tmlockall()");
278 errc(1, rc, "pthread_join(%d)", i);
H A Dnfs15lockd.sh180 errc(1, rc, "pthread_create");
182 errc(1, rc, "pthread_create");
184 errc(1, rc, "pthread_create");
187 errc(1, rc, "pthread_join");
189 errc(1, rc, "pthread_join");
191 errc(1, rc, "pthread_join");
H A Dnfs15lockd3.sh186 errc(1, rc, "pthread_create");
188 errc(1, rc, "pthread_create");
190 errc(1, rc, "pthread_create");
193 errc(1, rc, "pthread_join");
195 errc(1, rc, "pthread_join");
197 errc(1, rc, "pthread_join");
H A Dmlockall5.sh128 errc(1, rc, "pthread_create()");
131 errc(1, rc, "pthread_create()");
136 errc(1, rc, "pthread_join(%d)", i);
/freebsd-current/contrib/unifdef/win32/
H A Dunifdef.h70 void errc(int, int, const char *, ...);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp72 if (EC != errc::no_such_file_or_directory && EC != errc::permission_denied)
120 if (EC != errc::permission_denied)
159 return createStringError(errc::io_error,
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp28 return createStringError(llvm::errc::invalid_argument,
48 return createStringError(llvm::errc::invalid_argument,
67 return createStringError(llvm::errc::invalid_argument,
95 llvm::errc::invalid_argument,
H A DCommonConfig.cpp41 return createStringError(errc::invalid_argument,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DUtils.h36 return createStringError(std::errc::invalid_argument, "Infinite recursion");
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_condition.h17 #include <__system_error/errc.h>
37 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc> : true_type {};
41 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum<errc::__lx> : true_type {};
92 inline _LIBCPP_HIDE_FROM_ABI error_condition make_error_condition(errc __e) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp95 std::errc::is_a_directory : std::errc::not_a_directory);
/freebsd-current/usr.bin/ar/
H A Dacplex.l73 errc(EXIT_FAILURE, errno, "strdup failed");
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dsystem_error.inc22 using std::errc;
/freebsd-current/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h18 #include <__system_error/errc.h>
48 case errc::invalid_argument:
50 case errc::result_out_of_range:
69 return {__r.ptr, errc::result_out_of_range};
109 return {__first, errc::invalid_argument};
117 if (__r.ec == errc::result_out_of_range) {
144 return {__p, errc::result_out_of_range};
209 return {__p, errc::result_out_of_range};

Completed in 231 milliseconds

1234567891011>>