Searched refs:os (Results 101 - 125 of 469) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp56 WriteBitcodeToFile(M, Out.os());
57 Out.os().close();
58 if (!Out.os().has_error()) {
152 WriteBitcodeToFile(Program, InFile.os());
153 InFile.os().close();
154 if (InFile.os().has_error()) {
156 InFile.os().clear_error();
/freebsd-9.3-release/tools/regression/zfs/
H A Dmisc.sh4 os=`uname -s`
32 if [ "${os}" = "SunOS" ]; then
165 if [ "${os}" = "FreeBSD" ]; then
175 elif [ "${os}" = "SunOS" ]; then
190 elif [ "${os}" = "Linux" ]; then
235 if [ "${os}" = "FreeBSD" ]; then
238 elif [ "${os}" = "SunOS" ]; then
247 elif [ "${os}" = "Linux" ]; then
339 if [ "${os}" = "Linux" ]; then
/freebsd-9.3-release/contrib/llvm/lib/IRReader/
H A DIRReader.cpp110 raw_string_ostream os(buf);
112 Diag.print(NULL, os, false);
113 os.flush();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp50 llvm::raw_string_ostream os(sbuf);
52 os << "The Objective-C class '"
75 os.str(), MethDLoc);
H A DBasicObjCFoundationChecks.cpp148 llvm::raw_svector_ostream os(sbuf);
153 os << "Array element cannot be nil";
156 os << "Value stored into '";
157 os << GetReceiverInterfaceName(msg) << "' cannot be nil";
160 os << "'"<< GetReceiverInterfaceName(msg) << "' key cannot be nil";
168 os << "Value argument ";
171 os << "Key argument ";
173 os << "to '" << msg.getSelector().getAsString() << "' cannot be nil";
175 os << "Argument to '" << GetReceiverInterfaceName(msg) << "' method '"
180 generateBugReport(N, os
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp122 Out.os() << *Composite;
123 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
124 WriteBitcodeToFile(Composite.get(), Out.os());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h167 virtual void dumpToStream(raw_ostream &os) const;
175 virtual void printPretty(raw_ostream &os) const;
185 virtual void printPrettyAsExpr(raw_ostream &os) const;
248 void dumpToStream(raw_ostream &os) const;
289 void dumpToStream(raw_ostream &os) const;
309 void dumpToStream(raw_ostream &os) const;
327 void dumpToStream(raw_ostream &os) const;
342 void dumpToStream(raw_ostream &os) const;
356 void dumpToStream(raw_ostream &os) const;
392 void dumpToStream(raw_ostream &os) cons
1359 operator <<(raw_ostream &os, const clang::ento::MemRegion* R) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c148 ASN1_OCTET_STRING *os = NULL; local
175 os = PKCS7_get_octet_string(p7->d.sign->contents);
198 os = PKCS7_get_octet_string(p7->d.digest->contents);
298 else if (os && os->length > 0)
299 bio = BIO_new_mem_buf(os->data, os->length);
651 ASN1_OCTET_STRING *os = NULL; local
671 if (!(os = M_ASN1_OCTET_STRING_new())) {
675 p7->d.signed_and_enveloped->enc_data->enc_data = os;
919 ASN1_OCTET_STRING *os; local
[all...]
/freebsd-9.3-release/bin/rmail/
H A DMakefile37 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java9 * or http://www.opensolaris.org/os/licensing.
29 import org.opensolaris.os.dtrace.*;
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dos.c18 /* $Id: os.c,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
22 #include <isc/os.h>
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dkupgrade6 os=`uname -s`
57 case $os in
69 filc=ip_fil_`echo $os | tr A-Z a-z`.c
70 case $os in
139 os=`uname -s`
140 if [ $os = FreeBSD -a -f /sys/conf/files ] ; then
179 if [ $os = NetBSD -a -f /sys/conf/files ] ; then
206 if [ $os = OpenBSD -a -f /sys/conf/files ] ; then
/freebsd-9.3-release/lib/libsmutil/
H A DMakefile23 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/libexec/mail.local/
H A DMakefile31 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/libexec/smrsh/
H A DMakefile30 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/release/powerpc/
H A Dmkisoimages.sh42 <os-name>FreeBSD</os-name>
/freebsd-9.3-release/sbin/pfctl/
H A DMakefile8 MAN= pfctl.8 pf.4 pflog.4 pfsync.4 pf.conf.5 pf.os.5
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal.h33 #include <dev/nxge/include/xge-os-pal.h>
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mkdir/
H A D08.t11 case "${os}:${fs}" in
46 case "${os}:${fs}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mkfifo/
H A D10.t11 case "${os}:${fs}" in
46 case "${os}:${fs}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mknod/
H A D09.t11 case "${os}:${fs}" in
44 case "${os}:${fs}" in
H A D11.t9 case "${os}" in
42 case "${os}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/open/
H A D09.t11 case "${os}:${fs}" in
46 case "${os}:${fs}" in
H A D10.t11 case "${os}:${fs}" in
40 case "${os}:${fs}" in
H A D11.t11 case "${os}:${fs}" in
41 case "${os}:${fs}" in

Completed in 116 milliseconds

1234567891011>>