Searched defs:sd (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | fsaccess.c | 145 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/dns/ |
H A D | gen.c | 170 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);
|
Completed in 19 milliseconds