Searched refs:found (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/ncurses/
H A Dmk-0th.awk40 found = 0;
62 if ( found == 0 )
70 found = 1
72 found = 2
83 if ( found == 1 )
H A Dmk-2nd.awk56 found = 0
65 if (found == 0) {
91 found = 1
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.c31 struct thread_info *found; local
35 found = (struct thread_info *) find_inferior_id (&all_threads,
40 found = NULL;
46 found = (struct thread_info *) find_inferior_id (&all_threads,
49 if (found == NULL)
50 found = (struct thread_info *) find_inferior_id (&all_threads,
54 if (found == NULL)
57 current_inferior = found;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Src/
H A Dgetnetbynm.c38 goto found;
40 found:
/haiku-fatelf/src/libs/libtelnet/
H A Dgenget.c81 char **c, **found; local
87 found = 0;
93 if (found)
95 found = c;
97 return(found);
/haiku-fatelf/src/bin/
H A Dprintenv.c56 bool found = false; local
63 found = true;
67 return (found ? 0 : 1);
H A Dsysinfo.cpp360 int32 found = 4; local
366 printf("%s%s", found == 0 ? "\t\t" : " ", kFeatures[i]);
367 found++;
368 if (found > 0 && (found % 16) == 0) {
370 found = 0;
375 if (found != 0)
389 int32 found = 0; local
393 printf("%s%s", found == 0 ? "\t\t" : " ", kFeatures[i]);
394 found
416 int32 found = 0; local
447 int32 found = 0; local
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dname_match.c81 int code, found; local
90 found = FALSE;
94 found = TRUE;
98 if (found)
H A Dmake_keys.c52 bool found = FALSE; local
55 found = TRUE;
59 if (!found) {
62 found = TRUE;
67 return found ? n : UNKNOWN;
/haiku-fatelf/src/bin/gdb/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp190 int32 found = 0; local
192 for (int32 cookie = 0; found < MAX_CARDS;) {
211 gDeviceNames[found] = strdup(name);
212 if (gDeviceNames[found] == NULL)
215 gDeviceInfo[found] = (intel_info*)malloc(sizeof(intel_info));
216 if (gDeviceInfo[found] == NULL) {
217 free(gDeviceNames[found]);
223 memset(gDeviceInfo[found], 0, sizeof(intel_info));
224 gDeviceInfo[found]->init_status = B_NO_INIT;
225 gDeviceInfo[found]
[all...]
/haiku-fatelf/src/kits/media/
H A DBufferCache.cpp38 BufferMap::iterator found = fMap.find(id); local
39 if (found != fMap.end())
40 return found->second;
H A DTimeSourceObjectManager.cpp73 NodeMap::iterator found = fMap.find(node.node); local
74 if (found != fMap.end())
75 return dynamic_cast<BTimeSource*>(found->second->Acquire());
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgroup-member.c82 int found; local
89 found = 0;
94 found = 1;
101 return found;
/haiku-fatelf/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp207 DiskDeviceMap::iterator found = sDiskDevices.find(partitionID); local
208 if (found == sDiskDevices.end())
211 return found->second;
218 PartitionMap::iterator found = sPartitions.find(partitionID); local
219 if (found == sPartitions.end())
222 return found->second;
229 PartitionMap::iterator found = sPartitions.find(partitionID); local
230 if (found == sPartitions.end())
233 return found->second->parent;
240 PartitionMap::iterator found local
264 PartitionMap::iterator found = sPartitions.find(partitionID); local
305 PartitionMap::iterator found = sPartitions.find(partitionID); local
[all...]
/haiku-fatelf/src/bin/desklink/
H A Ddesklink.cpp51 int32 found = 0; local
55 while (found < count) {
60 found++;
93 int32 found = 0; local
102 found++;
104 printf("Removed %ld items.\n", found);
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h42 void SetFound(bool found) { fFound = found; } argument
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dcommon.dj26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
/haiku-fatelf/src/apps/processcontroller/
H A DPriorityMenu.cpp79 long found = false; local
85 if (!found && fPriority < priority->priority) {
101 found = true, item->SetMarked(true);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_freeall.c66 bool found = FALSE; local
72 found = TRUE;
77 if (!found) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Ddriver.c59 int i, found; local
71 for (i = found = 0; (status = pci->get_nth_pci_info(i, info)) == B_OK; i++) {
80 pciInfo[found++] = info;
88 if (found == 0) {
97 for (i = 0; i < found; i++) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp146 int i, found; local
170 for (i = 0, found = 0; (status = gPci->get_nth_pci_info(i, info)) == B_OK; i++) {
176 pciInfo[found] = info;
184 gFwohci_softc[found] = fwohci_sc;
193 gFirewire_softc[found] = fw_sc;
194 gFirewire_softc[found+1] = NULL;
196 found++;
201 if (found == MAX_CARDS)
206 TRACE("found %d cards\n", found);
[all...]
/haiku-fatelf/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp50 bool found = false; local
53 while (error == B_OK && !found) {
55 found = (error == B_OK && !strcmp("AppLooperPort", info.name));
73 bool found = false; local
75 while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
79 found = true;
83 if (error == B_OK && !found)
H A DRosterLaunchTestApp1.cpp50 bool found = false; local
53 while (error == B_OK && !found) {
55 found = (error == B_OK && !strcmp("AppLooperPort", info.name));
73 bool found = false; local
75 while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
79 found = true;
83 if (error == B_OK && !found)
H A DRosterWatchingTestApp1.cpp50 bool found = false; local
53 while (error == B_OK && !found) {
55 found = (error == B_OK && !strcmp("AppLooperPort", info.name));
73 bool found = false; local
75 while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
79 found = true;
83 if (error == B_OK && !found)

Completed in 190 milliseconds

1234567891011>>