Home
last modified time | relevance | path

Searched refs:__throw_constraint_handler_s (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dbsearch.c88 __throw_constraint_handler_s("bsearch_s : nmemb > RSIZE_MAX",
92 __throw_constraint_handler_s("bsearch_s : size > RSIZE_MAX",
97 __throw_constraint_handler_s("bsearch_s : key == NULL",
101 __throw_constraint_handler_s("bsearch_s : base == NULL",
105 __throw_constraint_handler_s("bsearch_s : compar == NULL",
H A Dqsort.c217 __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 Dset_constraint_handler_s.c69 __throw_constraint_handler_s(const char * restrict msg, errno_t error) in __throw_constraint_handler_s() function
/freebsd/lib/libc/string/
H A Dmemset_s.c46 __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 Dgets_s.c72 __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/include/
H A Dlibc_private.h375 void __throw_constraint_handler_s(const char * restrict msg, int error);