Searched refs:found (Results 151 - 170 of 170) sorted by last modified time

1234567

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp445 bool found = false; local
450 found = true;
463 if (!found)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c305 match was found and -2 indicates an internal error. */
472 /* I hope we needn't fill ther regs with -1's when no match was found. */
859 break; /* We found a match. */
1160 already found a valid (even if not the longest) match. */
1186 /* We found an appropriate halt state. */
1190 /* We found a match, do not modify match_first below. */
1263 /* Pick up a valid destination, or return -1 if none is found. */
3984 int mbs_cnt, found = 0;
3996 found = 1;
4006 /* If we found th
3980 int mbs_cnt, found = 0; local
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp23 bool found; member in struct:Keyword
81 fKeywords[i].found = false;
133 fKeywords[i].found = true;
144 if (!fKeywords[i].found && IsVersionRequired(&fKeywords[i])) {
154 if (!fKeywords[i].found && IsVersionRequired(&fKeywords[i])) {
/haiku/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)
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp340 bool found = false; local
342 !found && resources.GetResourceInfo(i, &typeFound, &idFound,
345 found = !strcmp(nameFound, name);
347 CHK(!found);
1412 bool found = false; local
1415 !found && apps.FindString("applications", i, &app) == B_OK;
1417 found = (app == signature);
1419 return found;
H A DResourceStringsTest.cpp127 bool found = false; local
128 while (!found && get_next_image_info(0, &cookie, &info) == B_OK) {
131 found = true;
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp99 Layer *found = FindLayer(child, where); local
100 if (found)
101 return found;
/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/interface/textview_support/
H A DWidthBuffer.cpp148 // We've found some characters which aren't yet in the hash table.
179 the index of the table, if found, or -1, if not.
241 uint32 found; local
242 while ((found = widths[hashed].code) != kInvalidCode) {
243 if (found == value)
250 if (found == kInvalidCode)
312 uint32 found; local
313 while ((found = widths[hashed].code) != kInvalidCode) {
314 if (found == value)
320 if (found
[all...]
/haiku/src/libs/libtelnet/
H A Dgenget.c81 char **c, **found; local
87 found = 0;
93 if (found)
95 found = c;
97 return(found);
/haiku/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/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/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp176 bool found = false; local
188 found = true;
193 if (found)
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp373 bool found = false; local
399 TRACE(("found %s descriptor\n", descriptor_type_to_string(
401 found = true;
430 TRACE(("duplicate iso9660 volume name found, using "
470 "found: 0%4x\n", ch));
480 TRACE(("duplicate joliet volume name found, using "
502 return found ? B_OK : error;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp341 bool found; local
345 found = FindNextImage(&curRef, &imgRef, next, rewind);
346 if (found) {
349 // 2. The last file in the directory is found (for find next or find first)
350 // 3. The first file in the directory is found (for find prev)
354 found = FindNextImage(&curRef, &imgRef, next, false);
355 if (!found)
406 bool found = false; local
434 found = true;
445 found
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp132 at the given index; if none is found, this function
164 /*! This function returns the first box or endpoint found that
212 return (fLastItemUnder = 0); // no item was found!
373 bool found = false; local
379 if (index >= 0) { // the item was found
385 found = true;
399 found = true;
407 return found;
441 at the given \param index; if none is found, this function
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp183 bool found = false; local
187 found = true;
191 if(!found) {
192 PRINT(("!!! output '%s' of node '%s' not found\n",
218 found = false;
222 found = true;
226 if(!found) {
227 PRINT(("!!! input '%s' of node '%s' not found\n",
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp126 // found a home; can it hold the tip?
198 // found one; erase it
306 // nothing found
443 // not found
713 "!!! _TipManagerView::removeTip(): window entry not found!\n\n"));
737 "!!! _TipManagerView::removeAll(): window entry not found!\n"));
909 pair<BView*, const tip_entry*> found = local
912 // if no tip found, or the view's no longer attached, bail:
913 if(!found.second || found
[all...]

Completed in 195 milliseconds

1234567