Home
last modified time | relevance | path

Searched refs:__status (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/lib/msun/x86/
H A Dfenv.h76 __uint16_t __status; member
85 __uint32_t __status; member
176 __env.__status &= ~__excepts; in feclearexcept()
191 __uint16_t __status; in fegetexceptflag() local
193 __fnstsw(&__status); in fegetexceptflag()
198 *__flagp = (__mxcsr | __status) & __excepts; in fegetexceptflag()
206 __uint16_t __status; in fetestexcept() local
208 __fnstsw(&__status); in fetestexcept()
213 return ((__status | __mxcsr) & __excepts); in fetestexcept()
273 __env.__x87.__status &= ~__excepts; in feclearexcept()
[all …]
/freebsd/lib/libc/tests/secure/
H A Dfortify_select_test.c224 int __status; in ATF_TC_BODY() local
237 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
241 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
242 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
251 WEXITSTATUS(__status)); in ATF_TC_BODY()
254 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
322 int __status; in ATF_TC_BODY() local
337 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
341 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
342 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_uio_test.c224 int __status; in ATF_TC_BODY() local
237 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
241 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
242 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
251 WEXITSTATUS(__status)); in ATF_TC_BODY()
254 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
322 int __status; in ATF_TC_BODY() local
337 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
341 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
342 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_unistd_test.c291 int __status; in ATF_TC_BODY() local
306 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
310 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
311 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
320 WEXITSTATUS(__status)); in ATF_TC_BODY()
323 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
437 int __status; in ATF_TC_BODY() local
453 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
457 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
458 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_stdio_test.c270 int __status; in ATF_TC_BODY() local
285 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
289 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
290 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
299 WEXITSTATUS(__status)); in ATF_TC_BODY()
302 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
412 int __status; in ATF_TC_BODY() local
427 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
431 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
432 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_poll_test.c232 int __status; in ATF_TC_BODY() local
249 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
253 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
254 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
263 WEXITSTATUS(__status)); in ATF_TC_BODY()
266 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
340 int __status; in ATF_TC_BODY() local
358 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
362 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
363 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_string_test.c274 int __status; in ATF_TC_BODY() local
290 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
294 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
295 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
304 WEXITSTATUS(__status)); in ATF_TC_BODY()
307 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
421 int __status; in ATF_TC_BODY() local
437 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
441 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
442 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_wchar_test.c274 int __status; in ATF_TC_BODY() local
290 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
294 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
295 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
304 WEXITSTATUS(__status)); in ATF_TC_BODY()
307 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
421 int __status; in ATF_TC_BODY() local
437 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
441 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
442 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_socket_test.c284 int __status; in ATF_TC_BODY() local
302 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
306 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
307 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
316 WEXITSTATUS(__status)); in ATF_TC_BODY()
319 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
443 int __status; in ATF_TC_BODY() local
461 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
465 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
466 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_strings_test.c274 int __status; in ATF_TC_BODY() local
290 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
294 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
295 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
304 WEXITSTATUS(__status)); in ATF_TC_BODY()
307 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
417 int __status; in ATF_TC_BODY() local
432 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
436 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
437 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_stdlib_test.c270 int __status; in ATF_TC_BODY() local
285 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
289 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
290 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
299 WEXITSTATUS(__status)); in ATF_TC_BODY()
302 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
412 int __status; in ATF_TC_BODY() local
427 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
431 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
432 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all...]
H A Dfortify_signal_test.c270 int __status; in ATF_TC_BODY() local
285 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
289 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
290 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
299 WEXITSTATUS(__status)); in ATF_TC_BODY()
302 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
H A Dfortify_random_test.c270 int __status; in ATF_TC_BODY() local
285 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
289 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
290 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
299 WEXITSTATUS(__status)); in ATF_TC_BODY()
302 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h56 _LIBCPP_EXPORTED_FROM_ABI file_status __status(const path&, error_code* __ec = nullptr);
151 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p) { return exists(__status(__p)); } in exists()
154 auto __s = __status(__p, &__ec); in exists()
169 inline _LIBCPP_HIDE_FROM_ABI bool is_block_file(const path& __p) { return is_block_file(__status(__… in is_block_file()
171 return is_block_file(__status(__p, &__ec)); in is_block_file()
176 …_HIDE_FROM_ABI bool is_character_file(const path& __p) { return is_character_file(__status(__p)); } in is_character_file()
178 return is_character_file(__status(__p, &__ec)); in is_character_file()
181 inline _LIBCPP_HIDE_FROM_ABI bool is_directory(const path& __p) { return is_directory(__status(__p)… in is_directory()
183 return is_directory(__status(__p, &__ec)); in is_directory()
189 inline _LIBCPP_HIDE_FROM_ABI bool is_fifo(const path& __p) { return is_fifo(__status(__p)); } in is_fifo()
[all …]
H A Ddirectory_entry.h306 return __status(__p_, __ec).type();
327 return __status(__p_, __ec);
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dlocale_guard.h38 __libcpp_locale_guard(locale_t __l) : __status(_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)) {
63 _configthreadlocale(__status);
71 int __status;
/freebsd/contrib/diff/lib/
H A Derror.h43 extern void error (int __status, int __errnum, const char *__format, ...)
46 extern void error_at_line (int __status, int __errnum, const char *__fname,
/freebsd/lib/msun/amd64/
H A Dfenv.c58 env.__x87.__status &= ~excepts; in fesetexceptflag()
59 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()
/freebsd/lib/msun/i387/
H A Dfenv.c101 env.__status &= ~excepts; in fesetexceptflag()
102 env.__status |= *flagp & excepts; in fesetexceptflag()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dshared_mutex266 cv_status __status = __base_.__gate1_.wait_until(__lk, __abs_time);
269 if (__status == cv_status::timeout)
276 cv_status __status = __base_.__gate2_.wait_until(__lk, __abs_time);
279 if (__status == cv_status::timeout) {
295 cv_status __status = __base_.__gate1_.wait_until(__lk, __abs_time);
299 if (__status == cv_status::timeout)
/freebsd/lib/msun/tests/
H A Dfenv_test.c197 ATF_CHECK(memcmp(&env.__x87.__status, &FE_DFL_ENV->__x87.__status, in ATF_TC_BODY()
198 sizeof(env.__x87.__status)) == 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h196 if (__result.__status == __unicode::__consume_result::__ok) { in __escape()
H A Dunicode.h53 } __status : 1 {__ok};
H A Dparser_std_format_spec.h597 if (__consumed.__status != __unicode::__consume_result::__ok)
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp876 file_status __status(const path& p, error_code* ec) { return detail::posix_stat(p, ec); } in __status() function
939 file_status st = __status(tmp, &m_ec); in __weakly_canonical()

12