fault_handler      33 lib/util/fault.c 	void (*fault_handler)(int sig);
fault_handler     177 lib/util/fault.c 	if (fault_handlers.fault_handler) {
fault_handler     179 lib/util/fault.c 		fault_handlers.fault_handler(sig);
fault_handler     212 lib/util/fault.c 				     void (*fault_handler)(int sig))
fault_handler     222 lib/util/fault.c 	fault_handlers.fault_handler = fault_handler;
fault_handler      99 lib/util/util.h _PUBLIC_ bool register_fault_handler(const char *name, void (*fault_handler)(int sig));