Searched refs:ostr (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/
H A Dscoped3.C10 virtual void ostr() const;
18 void ostr() const function in struct:C
19 { B::ostr(); }
/openbsd-current/lib/libcrypto/asn1/
H A Dasn_moid.c119 char *ln, *ostr, *p, *lntmp; local
124 ostr = value;
127 ostr = p + 1;
128 if (!*ostr)
130 while (isspace((unsigned char)*ostr))
131 ostr++;
134 nid = OBJ_create(ostr, name, ln);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend10.C22 friend std::ostream& operator<<(std::ostream& ostr, const Handle& r) argument
26 return ostr << "in operator<<(ostream&, const Handle&)";
/openbsd-current/regress/lib/libsndio/
H A Dtools.c25 sio_enctostr(struct sio_par *par, char *ostr) argument
27 char *p = ostr;
47 return p - ostr - 1;
/openbsd-current/usr.bin/pr/
H A Degetopt.c47 * Non standard additions to the ostr specs are:
64 egetopt(int nargc, char * const *nargv, const char *ostr) argument
102 !(oli = strchr(ostr, eoptopt))) {
109 if (strchr(ostr, '#') && (isdigit((unsigned char)eoptopt) ||
/openbsd-current/usr.sbin/snmpd/
H A Dtrap.c50 char ostr[SNMP_MAX_OID_STRLEN]; local
57 mib_oid2string(oid, ostr, sizeof(ostr), snmpd_env->sc_oidfmt);
58 log_debug("trap_send: oid %s", ostr);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/
H A D03.cc50 std::ostream ostr(&sbuf);
54 ostr << "12220101";
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp121 std::ostringstream ostr; local
122 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " ";
123 ostr << wp_index;
125 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index);
128 m_stop_description = ostr.str();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp121 std::ostringstream ostr; local
122 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " ";
123 ostr << wp_index;
125 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index);
128 m_stop_description = ostr.str();
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc366 ostringstream ostr; local
367 ostr.precision(20);
368 ostr << pi;
369 string sval = ostr.str();
387 stringstream ostr;
388 ostr.precision(prec);
389 ostr << oval;
390 string sval = ostr.str();
H A Dostream_inserter_other.cc143 ostringstream ostr; local
144 ostr << istr.rdbuf() << endl;
146 if (ostr.rdstate() & ios_base::eofbit)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp417 std::ostringstream ostr; local
418 ostr << m_reg_context_up->GetWatchpointAddress(wp_index) << " ";
419 ostr << wp_index;
432 ostr << " " << m_reg_context_up->GetWatchpointHitAddress(wp_index);
434 m_stop_description = ostr.str();
/openbsd-current/lib/libc/gen/
H A Dlogin_cap.c1020 expandstr(const char *ostr, const struct passwd *pwd, int ispath) argument
1033 olen = nlen = strlen(ostr);
1034 for (op = ostr, ep = ostr + olen; op < ep; op++) {
1038 !tilde_valid(op, ostr, pwd->pw_name, ulen, ispath))
1072 for (op = ostr, ep = ostr + olen; op < ep; op++) {
1076 !tilde_valid(op, ostr, pwd->pw_name, ulen, ispath))
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dblessed.t391 my $ostr = bless \(my $tmpstr = "Foo"), "ThawHookDies";
393 ok(store($ostr, "store$$"), "save throw Foo on thaw");
408 my $strdata = freeze($ostr);
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_ameth.c936 ASN1_OCTET_STRING *ostr = NULL; local
962 if ((ostr = ASN1_OCTET_STRING_new()) == NULL)
964 if (!ASN1_OCTET_STRING_set(ostr, label, labellen))
967 V_ASN1_OCTET_STRING, ostr))
969 ostr = NULL;
983 ASN1_OCTET_STRING_free(ostr);
/openbsd-current/usr.bin/sndiod/
H A Ddsp.c130 aparams_enctostr(struct aparams *par, char *ostr) argument
132 char *p = ostr;
152 return p - ostr - 1;
/openbsd-current/usr.bin/aucat/
H A Ddsp.c200 aparams_enctostr(struct aparams *par, char *ostr) argument
202 char *p = ostr;
222 return p - ostr - 1;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.c1833 struct objc_object ostr; local
1837 read_objc_object (object, &ostr);
1838 if (ostr.isa == 0)
1841 return find_implementation_from_class (ostr.isa, sel);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2206 StreamString ostr; local
2207 ostr.Printf("%" PRIu64 " %" PRIu32, wp_addr, wp_index);
2208 description = std::string(ostr.GetString());
2226 StreamString ostr; local
2227 ostr.Printf("%" PRIu64 " %" PRIu64, pid_tid->first, pid_tid->second);
2228 description = std::string(ostr.GetString());

Completed in 633 milliseconds