Searched defs:se (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtimers.cpp113 struct ::sigevent se; local
114 se.sigev_notify = SIGEV_SIGNAL;
115 se.sigev_signo = SIGALRM;
116 se.sigev_value.sival_ptr = static_cast< void* >(this);
117 se.sigev_notify_function = NULL;
118 se.sigev_notify_attributes = NULL;
119 if (::timer_create(CLOCK_MONOTONIC, &se, &m_pimpl->m_timer) == -1) {
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c45 struct servent *se; local
48 se = getservbyname(name, proto);
49 if (se != NULL)
50 *port = ntohs(se->s_port);
52 return (ISC_TF(se != NULL));

Completed in 11 milliseconds