Searched refs:__throw_constraint_handler_s (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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/lib/libc/stdio/ |
| H A D | gets_s.c | 72 __throw_constraint_handler_s("gets_s : end of buffer", E2BIG); in _gets_s() 85 __throw_constraint_handler_s("gets_s : str is NULL", EINVAL); in __ssp_real() 88 __throw_constraint_handler_s("gets_s : n > RSIZE_MAX", in __ssp_real() 92 __throw_constraint_handler_s("gets_s : n == 0", EINVAL); in __ssp_real()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | qsort.c | 217 __throw_constraint_handler_s("qsort_s : n > RSIZE_MAX", EINVAL); 220 __throw_constraint_handler_s("qsort_s : es > RSIZE_MAX", 225 __throw_constraint_handler_s("qsort_s : a == NULL", 229 __throw_constraint_handler_s("qsort_s : cmp == NULL", in qsort_s() 233 __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/lib/libc/include/ |
| H A D | libc_private.h | 373 void __throw_constraint_handler_s(const char * restrict msg, int error);
|