Searched refs:in (Results 201 - 225 of 439) sorted by relevance

1234567891011>>

/haiku/src/bin/network/telnet/
H A Dsys_bsd.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
40 * (at least between 4.x and dos) which is used in telnet.c.
688 long in, out; local
691 in = cfgetispeed(&old_tc);
692 if (in == 0)
693 in = out;
697 while ((tp->speed != -1) && (tp->value < in))
706 *ispeed = in;
[all...]
/haiku/headers/private/net/
H A DNetUtilities.h9 #include <netinet/in.h>
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp9 # include <netinet/in.h>
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.cpp11 #include <netinet/in.h>
/haiku/src/apps/deskbar/
H A DResourceSet.h9 this software and associated documentation files (the "Software"), to deal in
16 and shall be included in all copies or substantial portions of the Software.
25 Except as contained in this notice, the name of Be Incorporated shall not be
26 used in advertising or otherwise to promote the sale, use or other dealings in
30 trademarks of Be Incorporated in the United States and other countries. Other
100 status_t ExpandString(BString* out, const char* in);
/haiku/src/bin/unzip/
H A Dgbloffs.c5 (the contents of which are also included in unzip.h) for terms of use.
9 /* Write out a fragment of assembly source giving offsets in "Uz_Globs"
71 printf(out_format, "in", (ulg)&G.in - (ulg)&G);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp42 #warning M68K: 060: must *not* have pgtables in copyback cachable mem!!!
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h12 #include <netinet/in.h>
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_ether.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
38 #include <netinet/in.h>
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp64 // If we can overcommit, we don't commit here, but in Fault(). We always
131 # error Stack direction has not been defined in arch_config.h
/haiku/src/tests/system/network/
H A Dfirefox_crash.cpp10 #include <netinet/in.h>
H A Dtcp_server.c8 #include <netinet/in.h>
H A Dtcp_connection_test.cpp3 #include <netinet/in.h>
/haiku/src/tests/add-ons/kernel/file_systems/ext2/
H A Dextents_test.sh22 echo "Can not find test binary in ${PWD}"
59 echo "Can not find test binary in ${PWD}"
78 for job in `jobs -p`
/haiku/src/kits/shared/
H A DKeymap.cpp33 // implementation in the future
63 File format in big endian:
380 // if key is not mapped in the option table, fall-through.
421 // if dead key, we search for our current offset char in the dead key
457 BKeymap::GetModifiedCharacters(const char* in, int32 inModifiers, argument
460 if (in == NULL || *in == '\0' || _outList == NULL)
466 if (sizeIn == 0 || memcmp(in, fChars + inOffset, sizeIn) != 0) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h14 * This program is distributed in the hope that it will be useful,
20 * along with this program (in the main directory of the Linux-NTFS
21 * distribution in the file COPYING); if not, write to the Free Software
62 * if *not in use* then the other flags are ignored?
99 /* MAX_PATH definition was missing in ntfs-3g's headers. */
110 char *ntfs_utils_unix_path(const char *in);
/haiku/src/tests/add-ons/kernel/file_systems/fat/
H A Dfat_test.sh21 echo "Can not find test binary in ${PWD}"
57 echo "Can not find test binary in ${PWD}"
76 for job in `jobs -p`
/haiku/src/bin/writembr/
H A Dwritembr.cpp71 fs.open(device.Path(), fstream::in | fstream::out | fstream::binary);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_amrr.c9 * copyright notice and this permission notice appear in all copies.
28 #include <netinet/in.h>
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp28 not control characters (in the case of a char, any value < 0)
67 trim(std::string_view in)
69 auto left = in.begin();
71 if (left == in.end())
77 auto right = in.end() - 1;
99 return "Invalid format or unsupported characters in input";
138 Moving leaves the other object in the empty state. It is implemented to satisfy the internal
140 longer be used as an entry in a BHttpFields object.
160 Moving leaves the other object in the empty state. It is implemented to satisfy the internal
162 longer be used as an entry in
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp58 kprintf(" in: %lu\n", tty.input_buffer.in);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetent.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
36 * copyright notice and this permission notice appear in all copies.
53 #include <netinet/in.h>
/haiku/headers/posix/netinet/
H A Dip_icmp.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
34 #include <netinet/in.h>
148 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */
149 #define ICMP_TIMXCEED_REASS 1 /* ttl==0 in reass */
/haiku/src/bin/network/traceroute/
H A Difaddrlist.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
47 #include <netinet/in.h>
113 * are returned in a union.)
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h110 } in, out; member in class:L2capEndpoint

Completed in 108 milliseconds

1234567891011>>