Home
last modified time | relevance | path

Searched refs:constraint_handler_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.c41 static constraint_handler_t *_ch = NULL;
44 constraint_handler_t
45 set_constraint_handler_s(constraint_handler_t handler) in set_constraint_handler_s()
47 constraint_handler_t *new, *old, ret; in set_constraint_handler_s()
49 new = malloc(sizeof(constraint_handler_t)); in set_constraint_handler_s()
71 constraint_handler_t ch; in __throw_constraint_handler_s()
/freebsd/include/
H A Dstdlib.h388 typedef void (*constraint_handler_t)(const char * __restrict, typedef
391 constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc382 SYMBOL(constraint_handler_t, None, <stdlib.h>)