Searched refs:__throw_constraint_handler_s (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/lib/libc/string/ |
| H A D | memset_s.c | 46 __throw_constraint_handler_s("memset_s : s is NULL", ret); in memset_s() 48 __throw_constraint_handler_s("memset_s : smax > RSIZE_MAX", in memset_s() 51 __throw_constraint_handler_s("memset_s : n > RSIZE_MAX", ret); in memset_s() 56 __throw_constraint_handler_s("memset_s : n > smax", in memset_s()
|
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | gets_s.c | 71 __throw_constraint_handler_s("gets_s : end of buffer", E2BIG); in _gets_s() 84 __throw_constraint_handler_s("gets_s : str is NULL", EINVAL); in gets_s() 87 __throw_constraint_handler_s("gets_s : n > RSIZE_MAX", in gets_s() 91 __throw_constraint_handler_s("gets_s : n == 0", EINVAL); in gets_s()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | qsort.c | 233 __throw_constraint_handler_s("qsort_s : n > RSIZE_MAX", EINVAL); in qsort_s() 236 __throw_constraint_handler_s("qsort_s : es > RSIZE_MAX", in qsort_s() 241 __throw_constraint_handler_s("qsort_s : a == NULL", in qsort_s() 245 __throw_constraint_handler_s("qsort_s : cmp == NULL", in qsort_s() 249 __throw_constraint_handler_s("qsort_s : es <= 0", in qsort_s()
|
| H A D | set_constraint_handler_s.c | 69 __throw_constraint_handler_s(const char * restrict msg, errno_t error) in __throw_constraint_handler_s() function
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | libc_private.h | 441 void __throw_constraint_handler_s(const char * restrict msg, int error);
|