Symbol: set_constraint_handler_s
include/stdlib.h
401
constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);
lib/libc/tests/stdio/gets_s_test.c
113
set_constraint_handler_s(h);
lib/libc/tests/stdio/gets_s_test.c
127
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
124
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
140
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
156
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
172
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
188
set_constraint_handler_s(h);
lib/libc/tests/stdlib/qsort_s_test.c
203
set_constraint_handler_s(h);
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
35
assert(set_constraint_handler_s(abort_handler_s) == NULL);
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
42
set_constraint_handler_s(abort_handler_s);
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
43
assert(set_constraint_handler_s(ignore_handler_s) == abort_handler_s);
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
50
set_constraint_handler_s(ignore_handler_s);
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
51
assert(set_constraint_handler_s(abort_handler_s) == ignore_handler_s);
lib/libc/tests/string/memset_s_test.c
117
set_constraint_handler_s(h);
lib/libc/tests/string/memset_s_test.c
134
set_constraint_handler_s(h);
lib/libc/tests/string/memset_s_test.c
148
set_constraint_handler_s(h);
lib/libc/tests/string/memset_s_test.c
162
set_constraint_handler_s(h);
lib/libc/tests/string/memset_s_test.c
176
set_constraint_handler_s(h);