Searched refs:sd (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dplatform.h77 #define MAKE_NONBLOCKING(sd, retval) \
80 retval = ioctlsocket((SOCKET) sd, FIONBIO, &_on); \
/bind-9.11.3/lib/isc/win32/
H A Dfsaccess.c145 SECURITY_DESCRIPTOR sd; local
165 if (!InitializeSecurityDescriptor(&sd, SECURITY_DESCRIPTOR_REVISION))
261 if (!SetSecurityDescriptorDacl(&sd, TRUE, pacl, FALSE))
263 if (!SetFileSecurity(filename, DACL_SECURITY_INFORMATION, &sd)) {
/bind-9.11.3/lib/lwres/
H A Dcontext.c112 #define MAKE_NONBLOCKING(sd, retval) \
114 retval = fcntl(sd, F_GETFL, 0); \
117 retval = fcntl(sd, F_SETFL, retval); \
/bind-9.11.3/lib/dns/
H A Dgen.c170 sd(int, const char *, const char *, char);
460 sd(int rdclass, const char *classname, const char *dirname, char filetype) { function
611 sd(rdclass, classname, buf, filetype);
616 sd(0, "", buf, filetype);
/bind-9.11.3/bin/tests/system/checkzone/
H A Dtests.sh21 zones/good-dns-sd-reverse.db)
38 zones/bad-dns-sd-reverse.db)

Completed in 29 milliseconds