Home
last modified time | relevance | path

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

/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c194 int sw_signum; /* the signal to send */ member
2111 swork->sw_signum); in do_sigwork()
2113 printf("\tkill -%d %d \t\t# %s\n", swork->sw_signum, in do_sigwork()
2122 asprintf(&tmp, "%s %d", swork->sw_fname, swork->sw_signum); in do_sigwork()
2139 kres = kill(swork->sw_pid, swork->sw_signum); in do_sigwork()
2304 if (ent->sig == stmp->sw_signum) in save_sigwork()
2306 if (ent->sig > stmp->sw_signum) { in save_sigwork()
2328 stmp->sw_signum = ent->sig; in save_sigwork()