Searched refs:FALSE (Results 1 - 25 of 30) sorted by relevance

12

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp127 {"bindevt.dll", FileData::BinDir, FileData::Normal, FALSE, TRUE},
128 {"libbind9.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
129 {"libisc.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
130 {"libisccfg.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
131 {"libisccc.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
132 {"libdns.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
133 {"liblwres.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
134 {"libeay32.dll", FileData::BinDir, FileData::Critical, FALSE, TRUE},
135 {"named.exe", FileData::BinDir, FileData::Critical, FALSE, FALSE},
[all...]
H A DBINDInstall.cpp103 // Since the dialog has been closed, return FALSE so that we exit the
105 return FALSE;
H A DVersionInfo.cpp27 m_isValid = FALSE;
179 return(CopyFile(originalFile.GetFilename(), m_filename, FALSE));
H A DAccountInfo.cpp214 return (FALSE);
301 BOOL bSuccess = FALSE; /* assume this function will fail */
368 FALSE, &PrivilegeString, 1));
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dos.c24 static BOOL bInit = FALSE;
H A Dntpaths.c49 static BOOL Initialized = FALSE;
59 keyFound = FALSE;
65 keyFound = FALSE;
71 if (keyFound == FALSE)
H A Dapp.c92 hEvents[RELOAD_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
95 hEvents[SHUTDOWN_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
170 FALSE, INFINITE);
H A Dcondition.c41 h = CreateEvent(NULL, FALSE, FALSE, NULL);
76 hc = CreateEvent(NULL, FALSE, FALSE, NULL);
220 result = WaitForMultipleObjects(2, threadcond->handle, FALSE,
H A Dfsaccess.c72 return (FALSE);
98 return (FALSE);
105 return (FALSE);
272 if (!SetSecurityDescriptorDacl(&sd, TRUE, pacl, FALSE))
345 if (is_ntfs(filename) == FALSE)
361 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE))
364 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE))
H A Dwin32os.c24 static BOOL bInit = FALSE;
H A Dstrerror.c71 freebuf = FALSE;
119 *bfreebuf = FALSE;
146 BOOL bfreebuf = FALSE;
H A Dinterfaceiter.c312 BOOL ifNamed = FALSE;
355 if (ifNamed == FALSE)
370 BOOL ifNamed = FALSE;
389 if (ifNamed == FALSE)
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.h23 #ifndef FALSE
24 #define FALSE 0 macro
H A Dquery-loc.c17 short verbose = FALSE;
64 loc = getlocbyname (host, FALSE);
77 loc = getlocbyname (hp->h_name, FALSE);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dconvert.c143 return FALSE;
153 return FALSE;
171 return FALSE;
178 return FALSE;
H A Dcheckdll.c87 return (FALSE);
187 BOOL here = FALSE;
216 return (FALSE);
235 return (FALSE);
H A Dhook.c100 return (FALSE);
218 return (FALSE);
221 return (FALSE);
H A Dprintf.c121 if (idnGetLogFile(logfile_name, sizeof(logfile_name)) == FALSE) {
H A Dencoding.c198 return (FALSE);
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c79 #define FALSE 0 macro
153 int ignore_config_changes = FALSE;
164 int run_only_once = FALSE;
165 int use_timelimit = FALSE;
171 int serverset = FALSE, portset = FALSE;
172 int queriesset = FALSE, timeoutset = FALSE;
173 int edns = FALSE, dnssec = FALSE;
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c87 if (stat == FALSE) {
102 if (stat == FALSE) {
141 if (stat == FALSE) {
/bind-9.6-ESV-R11/lib/lwres/win32/
H A Dlwconfig.c62 keyFound = FALSE;
68 keyFound = FALSE;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c130 if (stat == FALSE) {
145 if (stat == FALSE) {
184 if (stat == FALSE) {
312 nbuff, sizeof(nbuff)) == FALSE) {
576 if (stat == FALSE) {
/bind-9.6-ESV-R11/bin/named/win32/
H A Dntservice.c38 static BOOL foreground = FALSE;
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dgenkey.c29 static CK_BBOOL falsevalue = FALSE;

Completed in 43 milliseconds

12