Searched refs:found (Results 101 - 125 of 170) sorted by relevance

1234567

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp824 MailboxMap::iterator found = fMailboxes.find(&folder); local
825 if (found == fMailboxes.end())
828 IMAPMailbox* mailbox = found->second;
832 found->second = mailbox;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp259 std::set<std::string>::const_iterator found; local
264 found = set.find(string(name));
265 if (found == set.end())
269 if (found != set.end()) {
372 printf(" found only %ld from %ld\n", gKeys[i].count, gKeys[i].in);
380 be found or it's not in and can be found, something must be wrong
390 printf("found key %" B_PRId32 " even though it's not in!\n", i);
413 printf("BPlusTree::Validate() found errors\n");
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp173 TRACE_ALWAYS("no read and write endpoints found\n");
620 bool found = false; local
622 for (int i = 0; i < deviceDescriptor->num_configurations && !found; i++) {
627 for (size_t j = 0; j < config->interface_count && !found; j++) {
655 found = true;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp315 to the found node.
325 bool found = false; local
326 while (error == B_OK && !found) {
329 found = (GoTo(BACKWARDS) == B_OK);
357 to the found node.
367 bool found = false; local
368 while (error == B_OK && !found) {
371 found = (GoTo(FORWARD) == B_OK);
392 \param key The key to be found.
394 to the found nod
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c644 BOOL found; local
665 found = !ntfs_index_lookup((char*)&keyid,
667 if (!found && (errno != ENOENT)) {
694 * This was however found not to be true : chkdsk
720 found = !ntfs_index_lookup((char*)&keyid,
722 if (!found && (errno != ENOENT)) {
837 BOOL found; local
867 found = !ntfs_index_lookup((char*)&key,
869 if (!found && (errno != ENOENT))
875 found
1819 int found; local
5172 BOOL found; local
5208 BOOL found; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/mii/
H A Dbrgphy.c183 int found, i; local
185 found = 0;
188 return (found);
193 found++;
198 return (found);
/haiku/src/servers/net/
H A DNetServer.cpp602 // An existing resolv.conf was found, parse it for user settings
623 // No static entries found, close and re-open as new file
1008 bool found = false; local
1016 found = true;
1025 found = true;
1032 if (message.FindString("password", &password) != B_OK && found)
1057 || (found && networkMessage.FindString("authentication", &string)
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp142 STRACE_TILING("SATTiling: free area found; corner %i\n",
297 bool found = false; local
311 found = true;
323 if (!found)
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp464 bool found = false; local
467 found = true;
476 return found;
/haiku/src/apps/people/
H A DPictureView.cpp517 bool found = false; local
529 found = true;
536 if (!found) {
/haiku/src/kits/tracker/
H A DFSClipboard.cpp541 // Seek node in clipboard, if found return it's moveMode
646 bool found = false; local
651 found = true;
655 if (!found)
/haiku/src/bin/network/ftpd/
H A Dftpd.c908 goto found;
917 goto found;
923 found:
1109 int found = 0; local
1114 while (!found && (line = fgetln(fd, &len)) != NULL) {
1141 found = 1;
1149 found = 1;
1153 while (!found && grp->gr_mem[i])
1154 found = strcmp(name,
1163 found
[all...]
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp524 bool found = false; local
530 found = true;
534 if (!found) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp407 // No "addon instantiate function" symbol found in this addon
408 printf("No symbol \"instantiate_network_settings_add_on\" found "
466 SettingsMap::const_iterator found = fSettingsMap.find(item); local
467 if (found != fSettingsMap.end())
468 return found->second;
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp242 bool found = false; local
243 while (!found && (slash = strchr(slash + 1, '/')) != NULL) {
251 if (found)
/haiku/src/system/kernel/
H A Dthread.cpp1510 bool found = false;
1517 found = true;
1520 if (!found)
1521 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1542 bool found = false;
1552 found = true;
1555 if (!found)
1556 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1576 bool found = false;
1588 found
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp108 // don't go through the emergency keys. If we also found LEDs we assume
258 // found at least one item with a keyboard usage or with
766 bool found = false; local
769 found = true;
774 if (found)
/haiku/src/bin/unzip/
H A Dprocess.c7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
59 "Warning: TZ environment variable not found, cannot use UTC times!!\n";
72 static ZCONST char Far NoZipfileFound[] = "No zipfiles found.\n";
140 "error [%s]: start of central directory not found;\n\
148 End-of-central-directory signature not found. Either this file is not\n\
150 latter case the central directory and zipfile comment will be found on\n\
154 " End-of-central-directory signature not found.\n";
668 G.no_ecrec = TRUE; /* assume we found wrong file: e.g., */
766 of central directory should be. If header not found, uncompensate
897 int i, numblks, found variable
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnameinfo.c264 goto found;
268 found:
H A Dgetnetnamadr.c430 goto found;
432 found:
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp483 bool found = false; local
491 found = true;
496 if (!found) {
514 found = true;
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp235 TRACE("%s: found EDID information!\n", PortName());
241 TRACE("%s: found EDID information!\n", PortName());
248 TRACE("%s: no EDID information found.\n", PortName());
264 TRACE("%s: no DDC register found\n", PortName());
421 bool found = false; local
432 found = port == DVO_PORT_HDMIA || port == DVO_PORT_DPA;
435 found = port == DVO_PORT_HDMIB || port == DVO_PORT_DPB;
438 found = port == DVO_PORT_HDMIC || port == DVO_PORT_DPC;
441 found = port == DVO_PORT_HDMID || port == DVO_PORT_DPD;
444 found
[all...]
/haiku/src/kits/app/
H A DApplication.cpp1680 bool found = false; local
1687 found = true;
1690 found = BPrivate::get_app_ref(&ref) == B_OK;
1693 if (!found)
/haiku/src/bin/
H A Dhey.cpp97 //v1.1.0: Flattened BPropertyInfo is printed if found in the reply of B_GET_SUPPORTED_SUITES
500 bool found = false; local
521 == B_OK && !found) {
543 found = true;
560 if (!found) {
599 fprintf(stderr, "File not found!\n");
640 fprintf(stderr, "File not found!\n");
870 if (*s == '=') { // We found a <name>=
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c58 uint32 count; /* number of devices actually found */
1393 bool found = false; local
1420 found = true;
1434 if (found) {
1435 TRACE ("init_hardware: found device\n");
1437 TRACE ("init_hardware: no supported device found\n");
1442 return found ? B_OK : B_ERROR;

Completed in 333 milliseconds

1234567