Searched refs:in (Results 76 - 100 of 439) sorted by relevance

1234567891011>>

/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp24 FILE* in = stdin; local
38 in = tty.Get();
43 int inFD = fileno(in);
46 fprintf(in, "Error: Failed to get tty attributes: %s\n",
55 fprintf(in, "Error: Failed to set tty attributes: %s\n",
66 if (fgets(password, bufferSize, in) == NULL) {
/haiku/headers/cpp/
H A Dfstream.h10 This library is distributed in the hope that it will be useful,
64 ifstream(const char *name, int mode=ios::in, int prot=0664)
65 : fstreambase(name, mode | ios::in, prot) { }
66 void open(const char *name, int mode=ios::in, int prot=0664)
67 { fstreambase::open(name, mode | ios::in, prot); }
H A Dbuiltinbuf.h10 This library is distributed in the hope that it will be useful,
50 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
51 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO11 4)(????)Correct locking of driver entry in xpt_scsi_io
28 #21) Some kind of investigation - try to return CHECK_CONDITION in case of zero autosense_len - will system resend this command with non-zero autosense len?
33 #26) Replace the write/read to fwrite/fread in tracing daemon (fyysik's request)
41 #34) Tracing in protocols implementations should be more generic ...
46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" files. Are there solutions?
47 #40) open log file in /var/log/ instead of home directory
49 #42) debug output settings should be used in protocol extensions too ...
54 #-DUPLICATE-47) A word about disabling Zeta's modules in manual.
55 #48) Handle all TODOs in ReadMe.html before releasing RC-1.
58 #-Problems in curren
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h9 #include <netinet/in.h>
25 uint8 header_length : 4; // header length in 32-bit words
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h77 void SetBlankCorner(screen_corner in) argument
78 { fBlankCorner = in; }
79 void SetNeverBlankCorner(screen_corner in) argument
80 { fNeverBlankCorner = in; }
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DInsecureConnectionListener.h9 # include <netinet/in.h>
/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh28 case `alert "Which editor do you want by default?" "Pe" "vim" "nano"` in
41 notice "Please fill in your name and email address for git commits���"
45 notice "Please fill in your name and email address for packaging���"
/haiku/src/tests/system/network/multicast/
H A Dmulticast.cpp12 #include <netinet/in.h>
/haiku/headers/private/wmi/
H A Dwmi.h32 uint32 methodId, const acpi_data* in, acpi_data* out);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp19 to the first character in string named \c str, and
22 the fifth character in \c str.
49 \param in Pointer to a C-String from which utf8 characters
50 will be read. *in will be incremented to reflect
54 \return The 4-byte unicode character, or **in if passed an
58 utf8_to_unicode(const char **in) argument
60 if (!in)
62 uint8 *bytes = (uint8 *)*in;
80 (*in)++;
90 (*in)
173 const char *in = utf8; local
[all...]
/haiku/src/system/libnetwork/netresolv/include/
H A Dresolv_mt.h7 #include <netinet/in.h>
/haiku/src/system/libnetwork/netresolv/net/
H A Dvars6.c7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
39 #include <netinet/in.h>
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp134 // initializes in-memory B+Tree
192 // although it's in stat.h, the S_ALLOW_DUPS flag is obviously unused
380 // regardless of traverse direction the duplicates are always presented in
417 // is the current key in the current node?
578 // binary search in the key array
702 // /* paste new data ptr in page */
741 // how many keys will fit in one (half) page?
749 int32 out,in; local
750 for (in = out = 0;in < nod
[all...]
/haiku/src/kits/mail/
H A Dcrypt.cpp47 _EXPORT void passwd_crypt(char *in,char *out,int length) argument
51 memcpy(out,in,length);
/haiku/src/system/libroot/os/arch/x86/
H A Dsyscalls.inc14 * branch to the syscall vector in the commpage
/haiku/3rdparty/qtcreator/
H A Dcreate_project_file.sh32 for rootdir in $ROOTDIRS; do
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp36 int32 in; member in struct:key
89 // in any case, write the tree back to disk
166 debugger("unknown type in gType");
172 printf("% 8ld. (%3ld) key = ", i, gKeys[i].in);
278 gKeys[i].in = 0;
309 gKeys[i].in = 0;
338 printf("\ninvalid value %lld in tree: ", value);
350 printf("\nkeys don't match (key index = %lld, %ld times in tree, "
351 "%ld. occassion):\n\tfound: ", value, gKeys[value].in,
369 if (gKeys[i].in !
[all...]
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp41 const BUSBInterface *interface, const BUSBEndpoint *in, const BUSBEndpoint *out);
110 const BUSBEndpoint *in = NULL, *out = NULL; local
113 // Try to find a working printer interface in this device
135 in = endpoint;
139 if (!in || !out)
153 // for it now, and a user identification for display in the Printers
172 printer, in, out));
185 // If the device is in the list, remove it
210 const BUSBInterface *intf, const BUSBEndpoint *in, const BUSBEndpoint *out)
211 : fInterface(intf), fOut(out), fIn(in), fNam
209 USBPrinter(const BString& id, const BString& name, const BUSBInterface *intf, const BUSBEndpoint *in, const BUSBEndpoint *out) argument
[all...]
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.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
78 Slider used in TranslatorView
150 status_t Copy(BPositionIO* in, BPositionIO* out);
151 status_t Compress(BPositionIO* in, BPositionIO* out);
152 status_t Decompress(BPositionIO* in, BPositionIO* out);
/haiku/src/kits/locale/
H A DUnicodeChar.cpp90 // as well as Latin letters a-f and A-F in both ASCII and Fullwidth ASCII.
103 // i.e., true for all code points mentioned in UnicodeData.txt.
234 BUnicodeChar::FromUTF8(const char** in) argument
238 U8_NEXT_UNSAFE(*in, i, c);
239 *in += i;
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp465 PSDLoader::_GetInt64FromStream(BPositionIO *in) argument
468 in->Read(&ret, sizeof(int64));
474 PSDLoader::_GetInt32FromStream(BPositionIO *in) argument
477 in->Read(&ret, sizeof(int32));
483 PSDLoader::_GetInt16FromStream(BPositionIO *in) argument
486 in->Read(&ret, sizeof(int16));
492 PSDLoader::_GetInt8FromStream(BPositionIO *in) argument
495 in->Read(&ret, sizeof(int8));
501 PSDLoader::_GetUInt8FromStream(BPositionIO *in) argument
504 in
510 _SkipStreamBlock(BPositionIO *in, size_t count) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureConnection.h9 # include <netinet/in.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.h41 thread_id PipeCommand(int argc, const char** argv, int& in,
/haiku/src/bin/network/traceroute/
H A Dfindsaddr-haiku.c14 #include <netinet/in.h>

Completed in 412 milliseconds

1234567891011>>