Searched refs:__throw_constraint_handler_s (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/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-src/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 gets_s() 88 __throw_constraint_handler_s("gets_s : n > RSIZE_MAX", in gets_s() 92 __throw_constraint_handler_s("gets_s : n == 0", EINVAL); in gets_s()
|
/freebsd-src/lib/libc/stdlib/ |
H A D | qsort.c | 230 __throw_constraint_handler_s("qsort_s : n > RSIZE_MAX", EINVAL); in qsort_s() 233 __throw_constraint_handler_s("qsort_s : es > RSIZE_MAX", in qsort_s() 238 __throw_constraint_handler_s("qsort_s : a == NULL", in qsort_s() 242 __throw_constraint_handler_s("qsort_s : cmp == NULL", in qsort_s() 246 __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-src/lib/libc/include/ |
H A D | libc_private.h | 373 void __throw_constraint_handler_s(const char * restrict msg, int error);
|