Home
last modified time | relevance | path

Searched refs:__status (Results 1 – 25 of 27) 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.c214 int __status; in ATF_TC_BODY() local
227 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
231 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
232 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
241 WEXITSTATUS(__status)); in ATF_TC_BODY()
244 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
303 int __status; in ATF_TC_BODY() local
318 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
322 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
323 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_unistd_test.c254 int __status; in ATF_TC_BODY() local
269 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
273 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
274 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
283 WEXITSTATUS(__status)); in ATF_TC_BODY()
286 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
385 int __status; in ATF_TC_BODY() local
401 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
405 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
406 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_stdio_test.c254 int __status; in ATF_TC_BODY() local
269 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
273 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
274 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
283 WEXITSTATUS(__status)); in ATF_TC_BODY()
286 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
381 int __status; in ATF_TC_BODY() local
396 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
400 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
401 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_uio_test.c214 int __status; in ATF_TC_BODY() local
227 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
231 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
232 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
241 WEXITSTATUS(__status)); in ATF_TC_BODY()
244 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
303 int __status; in ATF_TC_BODY() local
318 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
322 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
323 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_string_test.c258 int __status; in ATF_TC_BODY() local
274 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
278 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
279 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
288 WEXITSTATUS(__status)); in ATF_TC_BODY()
291 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
390 int __status; in ATF_TC_BODY() local
406 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
410 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
411 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_socket_test.c268 int __status; in ATF_TC_BODY() local
286 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
290 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
291 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
300 WEXITSTATUS(__status)); in ATF_TC_BODY()
303 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
412 int __status; in ATF_TC_BODY() local
430 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
434 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
435 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_poll_test.c222 int __status; in ATF_TC_BODY() local
239 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
243 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
244 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
253 WEXITSTATUS(__status)); in ATF_TC_BODY()
256 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
321 int __status; in ATF_TC_BODY() local
339 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
343 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
344 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_wchar_test.c258 int __status; in ATF_TC_BODY() local
274 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
278 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
279 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
288 WEXITSTATUS(__status)); in ATF_TC_BODY()
291 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
390 int __status; in ATF_TC_BODY() local
406 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
410 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
411 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_strings_test.c258 int __status; in ATF_TC_BODY() local
274 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
278 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
279 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
288 WEXITSTATUS(__status)); in ATF_TC_BODY()
291 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
386 int __status; in ATF_TC_BODY() local
401 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
405 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
406 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_stdlib_test.c254 int __status; in ATF_TC_BODY() local
269 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
273 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
274 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
283 WEXITSTATUS(__status)); in ATF_TC_BODY()
286 ATF_REQUIRE_EQ(SIGABRT, WTERMSIG(__status)); in ATF_TC_BODY()
381 int __status; in ATF_TC_BODY() local
396 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
400 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
401 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
[all …]
H A Dfortify_random_test.c254 int __status; in ATF_TC_BODY() local
269 while (waitpid(__child, &__status, 0) != __child) { in ATF_TC_BODY()
273 if (!WIFSIGNALED(__status)) { in ATF_TC_BODY()
274 switch (WEXITSTATUS(__status)) { in ATF_TC_BODY()
283 WEXITSTATUS(__status)); in ATF_TC_BODY()
286 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)
H A Dlocale292 unsigned char* __status = __statbuf;
295 __status = (unsigned char*)malloc(__nkw);
296 if (__status == nullptr)
298 __stat_hold.reset(__status);
303 unsigned char* __st = __status;
326 __st = __status;
352 __st = __status;
366 for (__st = __status; __kb != __ke; ++__kb, (void)++__st)
/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