Searched refs:found (Results 176 - 200 of 307) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tools/
H A Dhta_committer.sh78 listOfLanguagesFoundInSubversion="none found"
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom570x/dev/mii/
H A Dbrgphy.c167 int found; local
169 found = 0;
175 found = 1;
179 return (found);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c222 "No interfaces of specified class found",
223 "No interfaces of specified type found",
224 "No interfaces of specified number found",
353 * string "PKT DRVR" found at offset 3 in the interrupt handler, return
359 BOOL found = FALSE; local
361 while (!found && intr < 0xFF)
385 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
388 pktInfo.intr = (found ? intr-1 : 0);
389 return (found);
1102 PUTS ("Packet driver not found
[all...]
/haiku-fatelf/src/bin/zip/
H A Dzip.c7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
120 /* Free all allocations in the 'found' list, the 'zfiles' list and
123 struct flist far *f; /* steps through found list */
126 for (f = found; f != NULL; f = fexpel(f))
450 " -E use the .LONGNAME Extended attribute (if found) as filename",
900 struct flist far *f; /* steps through found linked list */
1003 found = NULL; /* where in found, or new found entry */
1004 fnxt = &found;
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c289 int found = 0; local
315 found++;
336 found++;
356 found++;
375 found++;
381 if (!found) {
1177 * Propagate the PERR if we previously found it on our routing table.
1371 "%s", "queue frame until path found");
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.c181 found:
183 addr = found in inferior;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpointer.c735 "xmlXPtrLocationSetDel: Range wasn't found in RangeList\n");
918 * given child if found
2310 goto found;
2315 goto found;
2324 goto found;
2328 found:
2437 * Returns -1 in case of failure, 0 if not found, 1 if found in which case
2474 "found range %d bytes at index %d of ->",
2491 "found subrang
2770 int found, pos = 0, num = 0; local
[all...]
/haiku-fatelf/src/bin/
H A Dhey.cpp97 //v1.1.0: Flattened BPropertyInfo is printed if found in the reply of B_GET_SUPPORTED_SUITES
475 bool found=false; local
492 while(rply.FindData("messages", B_PROPERTY_INFO_TYPE, j++, (const void **)&voidptr, &sizefound)==B_OK && !found){
507 found=true;
523 if(!found){
561 fprintf(stderr, "File not found!\n");
605 fprintf(stderr, "File not found!\n");
820 if (*s == '=') { // We found a <name>=
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp586 bool found = false; local
596 found = true;
598 } while (!found);
600 // bail out, if we've found nothing or hit an empty
602 if (!found || strlen(sLineBuffer[historyLine]) == 0)
605 // found a suitable line -- replace the current buffer
/haiku-fatelf/src/kits/tracker/
H A DUtilities.cpp1587 const char* found = strcasestr(text, match); local
1588 if (found != NULL) {
1589 if (found == text)
1592 return 1.f / (found - text);
H A DPose.cpp421 bool found = false; local
432 found = true;
436 if (found && column->Editable()) {
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c66 uint32 count; /* number of devices actually found */
181 found, otherwise returns B_ERROR so the driver will be unloaded.
410 bool found = false; local
416 found = true;
420 if (found)
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia_gpgpu/
H A Ddriver.c58 uint32 count; /* number of devices actually found */
1071 bool found = false; local
1097 found = true;
1113 return found ? B_OK : B_ERROR;
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c231 /* State of the catalog counter at the point the string was found. */
234 /* Catalog where the string was found. */
494 /* Try to find the translation among those which we found at
529 /* We found it! */
603 no valid entry has been found. We solve this situation
794 goto found;
825 goto found;
827 /* No translation was found. */
831 found:
832 /* The translation was found a
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c225 /* State of the catalog counter at the point the string was found. */
228 /* Catalog where the string was found. */
484 /* Try to find the translation among those which we found at
519 /* We found it! */
593 no valid entry has been found. We solve this situation
784 goto found;
815 goto found;
817 /* No translation was found. */
821 found:
822 /* The translation was found a
[all...]
/haiku-fatelf/src/bin/rc/
H A Dparser.y841 bool found = false;
845 found = true;
850 if (!found)
854 bool found = false;
862 found = true;
867 if (!found)
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c441 static bool found = FALSE; local
455 found = TRUE;
465 if (found && enable_gpm_mouse(TRUE)) {
713 return result; /* true if we found an event */
/haiku-fatelf/src/system/boot/loader/
H A Dmenu.cpp573 bool found = false; local
578 found = true;
585 if (!found) {
698 // no boot volume found yet
699 menu->AddItem(item = new(nothrow) MenuItem("<No boot volume found>"));
834 = new(nothrow) MenuItem("No supported volumes found"));
/haiku-fatelf/src/system/kernel/
H A Dwait_for_objects.cpp812 bool found = false;
817 found = true;
828 if (!found)
/haiku-fatelf/src/system/runtime_loader/
H A Delf.cpp125 // correct error code in case the file could not been found
669 // iterate through all the hash buckets until we've found the one
726 bool found = false; local
727 for (uint32 i = 0; i < HASHTABSIZE(image) && !found; i++) {
739 found = true;
855 // found the image
861 // found the caller -- now search the global scope until we find
891 // found a symbol
905 // found the symbol
/haiku-fatelf/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp361 bool found = false; local
364 while (error == B_OK && !found) {
366 found = (error == B_OK
/haiku-fatelf/src/tests/kits/storage/
H A DResourceStringsTest.cpp127 bool found = false; local
128 while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
131 found = true;
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp241 bool found = false; local
245 found = true;
250 if (!found) {
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp1290 bool found = false; local
1293 // found partition: ask it to remove its obsolete descendants
1294 found = true;
1308 if (!found) {
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp825 bool found = false; local
829 found = true;
837 if (!found) {
839 "not found!"));

Completed in 166 milliseconds

1234567891011>>