Searched refs:is (Results 1 - 25 of 65) sorted by relevance

123

/haiku/headers/private/kernel/boot/platform/bios_ia32/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/boot/platform/efi/
H A Dplatform_stage2_args.h10 # error This file is included from <boot/stage2_args.h> only
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
14 // TODO: Until inline kernel atomic code for ppc is fixed
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/boot/platform/amiga_m68k/
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku/headers/private/kernel/boot/platform/atari_m68k/
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp19 short readLength(istream &is) argument
22 is.read((char *)&len, sizeof(short));
51 istream& operator >> (istream &is, DATETIME &attr) argument
53 return is;
74 istream &IppAttribute::input(istream &is) argument
76 return is;
108 istream &IppNamedAttribute::input(istream &is) argument
110 short len = readLength(is);
114 is.read(buffer, len);
120 return is;
157 input(istream &is) argument
201 input(istream &is) argument
252 input(istream &is) argument
304 input(istream &is) argument
355 input(istream &is) argument
406 input(istream &is) argument
471 input(istream &is) argument
551 input(istream &is) argument
654 input(istream &is) argument
[all...]
H A DIppContent.h173 virtual istream &input(istream &is);
176 friend istream& operator >> (istream &is, IppAttribute &attr) argument
178 return attr.input(is);
194 virtual istream &input(istream &is);
197 friend istream& operator >> (istream &is, IppNamedAttribute &attr) argument
199 return attr.input(is);
214 virtual istream &input(istream &is);
217 friend istream& operator >> (istream &is, IppNoValueAttribute &attr) argument
219 return attr.input(is);
233 virtual istream &input(istream &is);
236 operator >>(istream &is, IppBooleanAttribute &attr) argument
257 operator >>(istream &is, IppIntegerAttribute &attr) argument
289 operator >>(istream &is, IppDatetimeAttribute &attr) argument
310 operator >>(istream &is, IppStringAttribute &attr) argument
330 operator >>(istream &is, IppDoubleStringAttribute &attr) argument
353 operator >>(istream &is, IppResolutionAttribute &attr) argument
376 operator >>(istream &is, IppRangeOfIntegerAttribute &attr) argument
396 operator >>(istream &is, IppContent &ic) argument
445 istream *is; member in class:IppContent
[all...]
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/libs/libtelnet/
H A Dauth.h40 * Export of this software from the United States of America is assumed
42 * It is the responsibility of any person or organization contemplating
47 * without fee is hereby granted, provided that the above copyright
53 * this software for any purpose. It is provided "as is" without express
61 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */
71 void (*is)(struct XauthP *, unsigned char *, int); member in struct:XauthP
H A Dencrypt.h40 * Export of this software from the United States of America is assumed
42 * It is the responsibility of any person or organization contemplating
47 * without fee is hereby granted, provided that the above copyright
53 * this software for any purpose. It is provided "as is" without express
91 int (*is)(unsigned char *, int); member in struct:__anon4812
/haiku/src/system/libroot/posix/glibc/libio/
H A Dpclose.c2 This file is part of the GNU C Library.
4 The GNU C Library is free software; you can redistribute it and/or
9 The GNU C Library is distributed in the hope that it will be useful,
40 if (fp is not a proc_file)
/haiku/headers/private/kernel/arch/sparc/
H A Darch_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
24 addr_range framebuffer; // maps where the framebuffer is located, in physical memory
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
25 addr_range framebuffer; // maps where the framebuffer is located, in physical memory
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp151 LpsClient::transferData(istream &is, int size) argument
156 is.seekg(0, ios::end);
157 size = is.tellg();
158 is.seekg(0, ios::beg);
162 while (is.get(c)) {
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only

Completed in 89 milliseconds

123