Searched refs:handle_term (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c68 static void handle_term(int);
217 act_term.sa_handler = handle_term;
559 handle_term(int signo) function
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dmain.c297 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
299 static void handle_term(int sig, void *signal_ctx) function
363 eloop_register_signal_terminate(handle_term, interfaces);
H A Dhlr_auc_gw.c965 static void handle_term(int sig) function
1081 signal(SIGTERM, handle_term);
1082 signal(SIGINT, handle_term);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp771 Options.HandleTerm = Flags.handle_term;

Completed in 131 milliseconds