Searched refs:keyFound (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dntpaths.c55 BOOL keyFound = TRUE; local
60 keyFound = FALSE;
62 if (keyFound == TRUE) {
66 keyFound = FALSE;
72 if (keyFound == FALSE)
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dntpaths.c54 BOOL keyFound = TRUE; local
59 keyFound = FALSE;
61 if (keyFound == TRUE) {
65 keyFound = FALSE;
71 if (keyFound == FALSE)
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/
H A Dlwconfig.c50 BOOL keyFound = TRUE; local
62 keyFound = FALSE;
64 if (keyFound == TRUE) {
68 keyFound = FALSE;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMStorageItemsView.js145 var keyFound = false;
149 if (keyFound) {
153 keyFound = true;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c208 Boolean keyFound; local
283 keyFound = SearchNode (btreePtr, nodeRec.buffer, searchKey, &index);
293 if ( (keyFound != true) && (index != 0))
327 if (keyFound)
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp723 BOOL keyFound = FALSE; local
732 keyFound = TRUE;
738 if (keyFound == TRUE) {
742 keyFound = FALSE;
746 if (keyFound == FALSE)
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTreeTreeOps.c198 Boolean keyFound; local
282 keyFound = SearchNode (btreePtr, nodeRec.buffer, searchKey, &index);
292 if ( (keyFound != true) && (index != 0))
326 if (keyFound)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistThemes.tcl1701 set keyFound 0
1709 set keyFound 1
1715 return [expr {$keyFound ? $val : ""}]

Completed in 126 milliseconds