Searched refs:delset (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddnssec.c621 isc_boolean_t delset = ISC_FALSE; local
653 delset = ISC_TRUE;
655 if ((inactset && inactive <= now) || (delset && delete <= now))
1220 isc_boolean_t delset = ISC_FALSE; local
1242 delset = ISC_TRUE;
1297 if (delset && delete <= now) {
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c105 static void delset(sigset_t *, ...);
302 delset(&mask, SIGABRT, SIGFPE, SIGILL, SIGSEGV, SIGBUS, SIGSYS,
370 delset(sigset_t *maskp, ...) function

Completed in 112 milliseconds