Searched refs:out (Results 226 - 250 of 288) sorted by path

1234567891011>>

/haiku/src/bin/writembr/
H A Dwritembr.cpp71 fs.open(device.Path(), fstream::in | fstream::out | fstream::binary);
/haiku/src/bin/
H A Dxres.cpp846 const char *out = next_arg(argi); local
849 Command *command = new SetOutputCommand(out);
/haiku/src/build/libbe/support/
H A DArchivable.cpp68 static void Demangle(const char *name, BString &out);
69 static void Mangle(const char *name, BString &out);
207 void Demangle(const char* name, BString& out) argument
212 out = "";
245 out.Append(name, nameLen);
246 out += "::";
251 out.Append(name, GetNumber(name));
254 void Mangle(const char* name, BString& out) argument
279 out = "";
282 out
[all...]
/haiku/src/kits/interface/
H A DAlert.cpp299 // No window to update, so just hang out until we're done.
334 BMessage* out = fInvoker->Message(); local
335 if (out && (out->ReplaceInt32("which", which) == B_OK
336 || out->AddInt32("which", which) == B_OK))
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp61 // are equal (testing only the hash would not filter out collisions):
73 // are equal (testing only the hash would not filter out collisions):
156 char* out = in; local
163 *out = '\a';
165 *out = '\b';
167 *out = '\f';
169 *out = '\n';
171 *out = '\r';
173 *out = '\t';
175 *out
[all...]
/haiku/src/kits/mail/
H A DMailMessage.cpp121 // Filter out the sender
945 || defaultMailOutPath.Append("mail/out") != B_OK)
946 path = "/boot/home/mail/out";
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp333 char out[4] = { 0, 0, 0, 0 }; local
338 out[0] = (in[0] & 0xFC) >> 2;
339 out[1] = ((in[0] & 0x03) << 4) | ((in[1] & 0xF0) >> 4);
340 out[2] = ((in[1] & 0x0F) << 2) | ((in[2] & 0xC0) >> 6);
341 out[3] = in[2] & 0x3F;
344 out[i] = kBase64Symbols[(int)out[i]];
350 out[2] = '=';
353 out[3] = '=';
357 result.Append(out,
378 char out[3] = { 0, 0, 0 }; local
[all...]
/haiku/src/kits/network/libnetservices2/
H A DNetServicesMisc.cpp189 char out[4] = {0, 0, 0, 0}; local
194 out[0] = (in[0] & 0xFC) >> 2;
195 out[1] = ((in[0] & 0x03) << 4) | ((in[1] & 0xF0) >> 4);
196 out[2] = ((in[1] & 0x0F) << 2) | ((in[2] & 0xC0) >> 6);
197 out[3] = in[2] & 0x3F;
200 out[i] = kBase64Symbols[(int) out[i]];
206 out[2] = '=';
209 out[3] = '=';
213 result.Append(out,
[all...]
/haiku/src/kits/shared/
H A DKeymap.cpp277 out via isEnabled (isEnabled is not touched for non-dead keys).
473 char* out = (char*)malloc(sizeOut + 1); local
474 if (out == NULL)
477 memcpy(out, fChars + outOffset, sizeOut);
478 out[sizeOut] = '\0';
480 _outList->AddItem((const char*)out);
/haiku/src/kits/support/
H A DArchivable.cpp54 demangle_class_name(const char* name, BString& out) argument
59 out = "";
68 out += "::";
71 out.Append(name, nameLen);
100 out.Append(name, nameLength);
101 out += "::";
107 out.Append(name, nameLength);
115 mangle_class_name(const char* name, BString& out) argument
149 out = "";
152 out
[all...]
/haiku/src/kits/tracker/
H A DBitmaps.cpp236 BBitmap** out) const
238 *out = NULL;
257 *out = new BBitmap(&archive);
258 if (*out == NULL)
261 result = (*out)->InitCheck();
263 delete *out;
264 *out = NULL;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c945 goto out;
953 goto out;
978 goto out;
1000 out:
1255 goto out;
1258 goto out;
1262 goto out;
1266 out:
1302 goto out;
1307 goto out;
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dif.c545 struct ifmultiaddr **out)
562 if (out)
563 (*out) = result;
583 * If the ifnet is detaching, null out references to ifnet,
594 * ifp may already be nulled out if we are being reentered
544 if_addmulti(struct ifnet *ifp, struct sockaddr *address, struct ifmultiaddr **out) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_adhoc.c336 * here but were received out of order and been held on
359 goto out;
393 goto out;
409 goto out;
454 goto out;
467 goto out; /* XXX */
473 goto out;
486 goto out;
507 goto out;
512 goto out;
[all...]
H A Dieee80211_hostap.c295 * to weed out sta's that don't follow a CSA.
330 * to allow configuration to happen out of order.
502 * here but were received out of order and been held on
525 goto out;
559 goto out;
574 goto out;
585 goto out;
598 goto out; /* XXX */
615 goto out;
639 * XXX out
[all...]
H A Dieee80211_mesh.c520 * not send out periodic GANNs but instead mark the
805 * to weed out sta's that don't follow a CSA.
1560 goto out;
1590 goto out;
1605 goto out;
1611 goto out;
1618 goto out;
1647 goto out;
1687 goto out; /* XXX */
1709 goto out; /* XX
[all...]
H A Dieee80211_power.c361 * this to order frames returned out of the driver
539 * XXX can we use a data frame to take us out of ps?
555 * back out of powersave mode.
608 goto out;
611 goto out;
615 goto out;
624 goto out;
629 goto out;
650 out:
H A Dieee80211_sta.c110 * Handle a beacon miss event. The common code filters out
567 * here but were received out of order and been held on
590 goto out;
619 goto out;
642 goto out;
654 goto out;
667 goto out; /* XXX */
680 goto out;
695 goto out;
709 goto out;
[all...]
H A Dieee80211_wds.c255 /* if it came in this interface, don't send it back out */
437 * here but were received out of order and been held on
459 goto out;
491 goto out;
500 goto out;
510 goto out;
521 goto out; /* XXX */
527 goto out;
536 goto out;
547 goto out;
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c282 goto out;
291 goto out;
415 goto out;
421 goto out;
477 goto out;
485 goto out;
497 goto out;
505 goto out;
516 goto out;
522 goto out;
[all...]
H A Dieee80211_rssadapt.c104 goto out;
121 out:
186 "%s rate #%d > #%d out of bounds\n",
/haiku/src/libs/icon/
H A DIconUtils.cpp125 rgb_color out; local
159 out.blue = (uint8)(p1.blue * d1 + p2.blue * d2 + p3.blue * d3
161 out.green = (uint8)(p1.green * d1 + p2.green * d2 + p3.green * d3
163 out.red = (uint8)(p1.red * d1 + p2.red * d2 + p3.red * d3
165 out.alpha = (uint8)(p1.alpha * d1 + p2.alpha * d2 + p3.alpha * d3
169 *((rgb_color*)dstBits + (i * dstWidth) + j) = out;
184 * an astonishing job of doubling game graphic data while interpolating out
228 * an astonishing job of tripling game graphic data while interpolating out
407 // chicken out on unrealisticly large attributes
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp753 NULL, // next out
754 0, // avail out
755 0, // total out
767 char* out = (char*)regionDeleter.Get(); local
788 if (!out) {
790 if (platform_allocate_region((void**)&out, kTarRegionSize,
795 regionDeleter.SetTo(out);
799 zStream.next_out = (Bytef*)out;
/haiku/src/system/boot/loader/
H A Dmain.cpp86 goto out;
114 goto out;
171 out:
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp304 goto out;
327 out:

Completed in 296 milliseconds

1234567891011>>