Searched refs:__throw_constraint_handler_s (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/lib/libc/string/ |
H A D | memset_s.c | 48 __throw_constraint_handler_s("memset_s : s is NULL", ret); in memset_s() 50 __throw_constraint_handler_s("memset_s : smax > RSIZE_MAX", in memset_s() 53 __throw_constraint_handler_s("memset_s : n > RSIZE_MAX", ret); in memset_s() 58 __throw_constraint_handler_s("memset_s : n > smax", in memset_s()
|
/dflybsd-src/lib/libc/stdio/ |
H A D | gets_s.c | 73 __throw_constraint_handler_s("gets_s : end of buffer", E2BIG); in _gets_s() 86 __throw_constraint_handler_s("gets_s : str is NULL", EINVAL); in gets_s() 89 __throw_constraint_handler_s("gets_s : n > RSIZE_MAX", in gets_s() 93 __throw_constraint_handler_s("gets_s : n == 0", EINVAL); in gets_s()
|
/dflybsd-src/lib/libc/include/ |
H A D | libc_private.h | 145 void __throw_constraint_handler_s(const char * restrict msg, int error);
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | set_constraint_handler_s.c | 71 __throw_constraint_handler_s(const char * restrict msg, errno_t error) in __throw_constraint_handler_s() function
|