Searched refs:in (Results 101 - 125 of 439) sorted by relevance

1234567891011>>

/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc10 This library is distributed in the hope that it will be useful,
88 if ((mode & (ios::in|ios::out)) == (ios::in|ios::out)) {
94 else if (mode & (int)ios::in)
110 if (!(mode & (int)ios::nocreate) && mode != ios::in)
/haiku/src/tools/fixup_amiga_boot_checksum/
H A Dfixup_amiga_boot_checksum.c5 #include <netinet/in.h>
/haiku/build/scripts/
H A Dbuild_archive19 # NOTE: rmAttrs and zip are only passed in when building zip
72 case "$archive" in
81 echo "Unhandled archive format in build_archive"
H A Ddetermine_haiku_revision8 case `uname` in
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh36 for p in $packages; do
71 case "$?" in
100 case "$line" in
102 case "$vendor" in
133 echo "Is it an add-in card (not part of the motherboard) ? "
/haiku/src/tests/system/network/icmp/
H A Dtcp_unreachable.cpp11 #include <netinet/in.h>
/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.h14 size_t in; member in struct:line_buffer
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dacos.s25 fabs # fix sign of zero (matters in downward rounding mode)
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIDevice.cpp43 WMIDevice::EvaluateMethod(uint8 instance, uint32 methodId, const acpi_data* in, argument
47 return fBus->EvaluateMethod(fBusCookie, instance, methodId, in, out);
124 const acpi_data* in, acpi_data* out)
127 return device->EvaluateMethod(instance, methodId, in, out);
123 wmi_evaluate_method(wmi_device _device, uint8 instance, uint32 methodId, const acpi_data* in, acpi_data* out) argument
H A DWMIPrivate.h60 const acpi_data* in, acpi_data* out);
113 const acpi_data* in);
116 const acpi_data* in, acpi_data* out);
/haiku/src/system/libnetwork/musl/network/
H A Dinet_aton.c4 #include <netinet/in.h>
/haiku/src/apps/poorman/
H A DPoorManLogger.cpp12 #include <netinet/in.h>
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.h7 * Authors (in chronological order):
76 uint8 *in, int in_count);
H A Dps2_elantech.h44 status_t (*send_command)(ps2_dev* dev, uint8 cmd, uint8 *in, int in_count);
/haiku/src/bin/unzip/
H A Dcrypt.h5 (the contents of which are also included in zip.h) for terms of use.
13 originally written in Europe. The whole source package can be
19 not copyrighted and put in the public domain. If you cannot comply
102 /* To allow combining of Zip and UnZip static libraries in a single binary,
127 #ifndef CRC_32_TAB /* UnZip provides this in globals.h */
138 /* decode byte c in place */
166 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c4 * day, and you think this stuff is worth it, you can buy me a beer in return.
23 #include <netinet/in.h>
132 fd_set in; local
137 FD_ZERO(&in);
139 FD_SET(0, &in);
140 FD_SET(sock, &in);
142 res = select(sock + 1, &in, 0, 0, 0);
146 if (FD_ISSET(0, &in)) {
158 if (FD_ISSET(sock, &in)) {
/haiku/3rdparty/os_probe/
H A D83haiku3 # If it doesn't find anything, try mounting the BeFS volumes in Linux.
17 case "$type" in
40 # technique in the sed stream editor.
/haiku/3rdparty/pulkomandy/
H A Dunbootstrap.sh13 for package in ../packages/*.hpkg
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp23 uint32 in; member in union:__anon3
25 } val{.in = *(vuint32*)adr};
36 uint32 in; member in union:__anon4
38 } val{.in = *(vuint32*)adr};
49 uint32 in; member in union:__anon5
51 } val{.in = *(vuint32*)adr};
53 *(vuint32*)adr = val.in;
63 uint32 in; member in union:__anon6
65 } val{.in = *(vuint32*)adr};
67 *(vuint32*)adr = val.in;
[all...]
/haiku/
H A Dconfigure21 from the sources (in several phases).
30 Toolchain will be compiled and placed in the
65 --include-3rdparty Include 3rdparty/ in the build system.
132 stored in /path/to/haiku_source/generated. To store objects in a non-default
286 case $gccMachine in
303 case $gccRawVersion in
323 case $gccMachine in
427 echo "Build tool \"$path\" not found (maybe specify it in $var?)" >&2
453 case $HOST_PLATFORM in
[all...]
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp125 RgbaInputFile in(istream);
127 //Imath::Box2i dw = in.dataWindow();
128 const Imath::Box2i &displayWindow = in.displayWindow();
129 const Imath::Box2i &dataWindow = in.dataWindow();
130 //float a = in.pixelAspectRatio(); // TODO take into account the aspect ratio
154 in.setFrameBuffer (&pixels[0][0] - dataWindow.min.y * dataWidth - dataWindow.min.x, 1, dataWidth);
155 in.readPixels (dataWindow.min.y, dataWindow.max.y);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h6 Redistribution and use in source and binary forms, with or without
11 * Redistributions in binary form must reproduce the above copyright notice,
12 this list of conditions and the following disclaimer in the documentation and/or
73 // strings for use in TranslatorSettings
86 Slider used in TranslatorView
119 status_t Copy(BPositionIO* in, BPositionIO* out);
120 status_t Compress(BPositionIO* in, BPositionIO* out,
122 status_t Decompress(BPositionIO* in, BPositionIO* out,
/haiku/src/bin/
H A Dleak_analyser.sh40 allocation, so can match in the header line as well as any
63 case "$1" in
115 for EXCLUDE in "${DEFAULT_EXCLUDE_LIST[@]}"
/haiku/src/bin/rc/
H A Dlexer.l6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
43 static uint8* lexptr; // current write position in lexbuf
163 <RAWDATA>. LEXERROR("invalid character in raw data")
178 <INCLUDE>\n LEXERROR("error in include statement")
179 <INCLUDE><<EOF>> LEXERROR("error in include statement")
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp90 FilterIO::PipeCommand(int argc, const char** argv, int& in, int& out, int& err, argument
94 // and published in the BeDevTalk FAQ
109 in = filedes[1]; // Write to in, appears on cmd's stdin

Completed in 115 milliseconds

1234567891011>>