Searched refs:constraint_handler_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/stdlib/
H A Dset_constraint_handler_s.c44 static constraint_handler_t *_ch = NULL;
47 constraint_handler_t
48 set_constraint_handler_s(constraint_handler_t handler)
50 constraint_handler_t *new, *old, ret;
52 new = malloc(sizeof(constraint_handler_t));
74 constraint_handler_t ch;
/freebsd-13-stable/include/
H A Dstdlib.h349 typedef void (*constraint_handler_t)(const char * __restrict, typedef
352 constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);

Completed in 56 milliseconds