/src/usr.sbin/npf/npfd/ |
npfd.c | 52 static volatile sig_atomic_t hup, stats, done, flush; variable in typeref:typename:volatile sig_atomic_t 84 if (hup) { 85 hup = false; 126 hup = true;
|
/src/bin/ed/ |
main.c | 1374 char *hup = NULL; /* hup filename */ local in function:handle_hup 1381 if (addr_last && write_file("ed.hup", "w", 1, addr_last) < 0 && 1383 (n = strlen(s)) + 8 <= MAXPATHLEN && /* "ed.hup" + '/' */ 1384 (hup = (char *) malloc(n + 10)) != NULL) { 1385 strcpy(hup, s); 1386 if (hup[n - 1] != '/') 1387 hup[n] = '/', hup[n+1] = '\0'; 1388 strcat(hup, "ed.hup") [all...] |
/src/usr.sbin/ypbind/ |
ypbind.c | 1592 hup(int __unused sig) function in typeref:typename:void 1605 sa.sa_handler = hup;
|
/src/usr.sbin/moused/ |
moused.c | 442 __dead static void hup(int sig); 772 signal(SIGHUP, hup); 1008 hup(int sig) function in typeref:typename:void
|