Home
last modified time | relevance | path

Searched refs:sigmsg (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/nvi/ex/
H A Dex_shell.c28 static const char *sigmsg(int);
176 sigmsg(WTERMSIG(pstat)), in proc_wait()
212 sigmsg(int signo) in sigmsg() function
/freebsd-13.1/contrib/bc/src/
H A Ddc.c54 vm.sigmsg = dc_sig_msg; in dc_main()
H A Dbc.c54 vm.sigmsg = bc_sig_msg; in bc_main()
H A Dvm.c120 if (write(STDOUT_FILENO, vm.sigmsg, vm.siglen) != (ssize_t) vm.siglen)
H A Dhistory.c1490 bc_file_write(&vm.fout, bc_flush_none, vm.sigmsg, vm.siglen); in bc_history_edit()
/freebsd-13.1/contrib/bc/include/
H A Dvm.h446 const char *sigmsg; member