Searched refs:se (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtimer.cpp117 struct ::sigevent se; local
118 se.sigev_notify = SIGEV_SIGNAL;
119 se.sigev_signo = SIGALRM;
120 se.sigev_value.sival_ptr = static_cast< void* >(this);
121 se.sigev_notify_function = NULL;
122 se.sigev_notify_attributes = NULL;
123 if (::timer_create(CLOCK_MONOTONIC, &se, &m_pimpl->m_timer) == -1) {
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c54 struct servent *se; local
57 se = getservbyname(name, proto);
58 if (se != NULL)
59 *port = ntohs(se->s_port);
61 return (ISC_TF(se != NULL));
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dtests-results.css78 pre.se {

Completed in 10 milliseconds