Searched refs:os (Results 126 - 150 of 654) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D9555-oa.cc34 std::wostream os(&b);
35 os.exceptions(std::wios::badbit);
39 os << arg;
44 VERIFY( os.bad() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A Dcache_1.cc56 ostream os(&sbuf);
57 os.setf(ios_base::boolalpha);
64 os.imbue(loc);
65 os << true;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D9555-oa.cc43 std::ostream os(&b);
44 os.exceptions(std::ios::badbit);
48 os << arg;
53 VERIFY( os.bad() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D9555-oa.cc43 std::wostream os(&b);
44 os.exceptions(std::wios::badbit);
48 os << arg;
53 VERIFY( os.bad() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dchk.h1 #ifndef os
2 # define os(ptr) __builtin_object_size (ptr, 0) macro
9 __builtin___memcpy_chk (dst, src, len, os (dst))
12 __builtin___mempcpy_chk (dst, src, len, os (dst))
15 __builtin___memmove_chk (dst, src, len, os (dst))
18 __builtin___memset_chk (dst, val, len, os (dst))
21 __builtin___strcpy_chk (dst, src, os (dst))
24 __builtin___stpcpy_chk (dst, src, os (dst))
27 __builtin___strcat_chk (dst, src, os (dst))
30 __builtin___strncpy_chk (dst, src, len, os (ds
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dchk.h1 #ifndef os
2 # define os(ptr) __builtin_object_size (ptr, 0) macro
9 __builtin___memcpy_chk (dst, src, len, os (dst))
12 __builtin___mempcpy_chk (dst, src, len, os (dst))
15 __builtin___memmove_chk (dst, src, len, os (dst))
18 __builtin___memset_chk (dst, val, len, os (dst))
21 __builtin___strcpy_chk (dst, src, os (dst))
24 __builtin___stpcpy_chk (dst, src, os (dst))
27 __builtin___strcat_chk (dst, src, os (dst))
30 __builtin___strncpy_chk (dst, src, len, os (ds
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datffile_test.cpp58 std::auto_ptr< std::ofstream > os(new std::ofstream("Atffile"));
59 ATF_REQUIRE(*os);
61 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
62 return os;
69 std::ofstream os(name);
70 ATF_REQUIRE(os);
71 os.close();
522 std::auto_ptr< std::ofstream > os = new_atffile(); local
523 (*os) << "prop: test-suite = foo\n";
524 (*os) << "t
552 std::auto_ptr< std::ofstream > os = new_atffile(); local
579 std::auto_ptr< std::ofstream > os = new_atffile(); local
592 std::auto_ptr< std::ofstream > os = new_atffile(); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile_test.cpp58 std::auto_ptr< std::ofstream > os(new std::ofstream("Atffile"));
59 ATF_REQUIRE(*os);
61 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
62 return os;
69 std::ofstream os(name);
70 ATF_REQUIRE(os);
71 os.close();
522 std::auto_ptr< std::ofstream > os = new_atffile(); local
523 (*os) << "prop: test-suite = foo\n";
524 (*os) << "t
552 std::auto_ptr< std::ofstream > os = new_atffile(); local
579 std::auto_ptr< std::ofstream > os = new_atffile(); local
592 std::auto_ptr< std::ofstream > os = new_atffile(); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C33 ostream& operator<<( ostream& os, Array<Type>& ar ) argument
35 ar.print(os);
36 return os;
40 void Array<Type>::print(ostream& os) argument
44 os << "( " << size << " )< ";
46 if (ix % lineLength == 0 && ix) os << "\n\t";
47 os << ia[ ix ];
51 os << ", ";
53 os << " >\n";
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C33 ostream& operator<<( ostream& os, Array<Type>& ar ) argument
35 ar.print(os);
36 return os;
40 void Array<Type>::print(ostream& os) argument
44 os << "( " << size << " )< ";
46 if (ix % lineLength == 0 && ix) os << "\n\t";
47 os << ia[ ix ];
51 os << ", ";
53 os << " >\n";
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h9 * or http://www.opensolaris.org/os/licensing.
167 void dmu_objset_rele(objset_t *os, void *tag);
168 void dmu_objset_disown(objset_t *os, void *tag);
171 int dmu_objset_evict_dbufs(objset_t *os);
173 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg);
245 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
247 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
249 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
268 int dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx);
281 int dmu_object_next(objset_t *os, uint64_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate10.C24 void print(ostream& os);
27 void X::print(ostream& os) argument
30 os << smd; // { dg-bogus "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate10.C24 void print(ostream& os);
27 void X::print(ostream& os) argument
30 os << smd; // { dg-bogus "" }
/netbsd-6-1-5-RELEASE/x11/Xserver/include/
H A DMakefile9 ${XF86SRC}/os-support/xf86_libc.h xf86_libc.h \
10 ${XF86SRC}/os-support/xf86_ansic.h xf86_ansic.h \
11 ${XF86SRC}/os-support/bus/xf86Pci.h xf86Pci.h \
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dconfig.charset112 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
114 echo "# suitable for operating system '${os}'."
118 case "$os" in
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/drm/
H A DMakefile11 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/linux/drm
15 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
16 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bsd/drm \
20 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel \
21 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel \
22 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel \
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Denv.lua3 local f=function (t,i) return os.getenv(i) end
/netbsd-6-1-5-RELEASE/usr.sbin/pf/man/man5/
H A DMakefile9 MAN+= pf.os.5
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/win32/
H A Dos.c19 /* Id: os.c,v 1.3 2009/06/11 23:47:55 tbox Exp */
23 #include <confgen/os.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dos.c20 /* Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp */
24 #include <isc/os.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dos.c20 /* Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp */
24 #include <isc/os.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dattr-march-armv6-m+os.d1 # name: attributes for -march=armv6-m+os
3 # as: -march=armv6-m+os
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A Dcache_1.cc55 wostream os(&sbuf);
56 os.setf(ios_base::boolalpha);
63 os.imbue(loc);
64 os << true;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A Dcache_1.cc56 wostream os(&sbuf);
57 os.setf(ios_base::boolalpha);
64 os.imbue(loc);
65 os << true;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwupdate.c99 union ww_char *ns, *os; local
108 os = &wwos[i][j];
119 if ((--ns)->c_w == (--os)->c_w)
181 union ww_char *os = &wwos[i][j]; local
184 os++->c_w = ' ';
195 union ww_char *os, *ns; local
206 for (os = &wwos[i][j], j = wwncol - j; --j >= 0;)
207 os++->c_w = ' ';
211 os = wwos[i];
220 for (; j++ < wwncol && ns++->c_w == os
[all...]

Completed in 1187 milliseconds

1234567891011>>