Searched refs:out2 (Results 1 - 25 of 64) sorted by path

123

/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h52 #define stderr out2
/freebsd-11-stable/bin/sh/
H A Derror.c133 outfmt(out2, "%s: ", commandname);
135 outfmt(out2, "%s: ", arg0);
136 doformat(out2, msg, ap);
H A Deval.c775 outbin(text, p - text, out2);
1129 out2 = &errout;
H A Dexec.c265 outfmt(out2, "%s: not found\n", name);
419 outfmt(out2, "%s: not found\n", name);
421 outfmt(out2, "%s: %s\n", name, strerror(e));
729 outfmt(out2, "%s: %s\n",
755 outfmt(out2, "%s: not found\n", argv[i]);
H A Dexpand.c638 outfmt(out2, "%s\n", startp);
H A Dredir.c165 out2 = &memout;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh28 tmpout2=/tmp/tst.fds.$$.out2
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp335 const std::string out2 = r2->stdout_path(); local
340 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos);
345 ATF_REQUIRE(out2.find("/check") != std::string::npos);
350 ATF_REQUIRE(out2.find("/stdout") != std::string::npos);
354 ATF_REQUIRE(out1 != out2);
358 check_lines(out2, "stdout", "result2");
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; local
415 out2 = atf_check_result_stdout(&result2);
420 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL);
425 ATF_CHECK(strstr(out2, "/check") != NULL);
430 ATF_CHECK(strstr(out2, "/stdout") != NULL);
434 ATF_CHECK(strcmp(out1, out2) != 0);
447 CHECK_LINES(out2, "stdout", "result2");
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c10570 goto out2;
10575 out2:
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c278 goto out2;
316 out2:
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/ia64/
H A Dfutex.h41 register long out2 asm ("out2") = val;
46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3)
47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp164 void out2(int);
236 void dvi_printer::out2(int n) function in class:dvi_printer
427 out2(param);
448 out2(param);
485 out2(have_pushed); // stack depth
486 out2(page_count);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c2526 goto out2;
2537 goto out2;
2558 out2:
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c1264 goto out2;
1271 goto out2;
1285 out2:
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dadd_enctype.c71 goto out2;
78 goto out2;
86 goto out2;
160 out2:
H A Ddel_enctype.c66 goto out2;
73 goto out2;
81 goto out2;
118 out2:
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; local
792 memset(&out2, 0, sizeof(out2));
800 100, &out2);
802 if (out1.length != out2.length)
804 if (memcmp(out1.value, out2.value, out1.length) != 0)
812 if (out1.length != out2.length)
814 if (memcmp(out1.value, out2.value, out1.length) != 0)
818 gss_release_buffer(&min_stat, &out2);
826 100, &out2);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c1340 goto out2;
1344 goto out2;
1393 out2:
H A Dkeytab.c201 goto out2;
205 goto out2;
211 goto out2;
249 out2:
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am176 out.pem out2.pem \
H A DMakefile.in587 out.pem out2.pem \
H A Dtest_crypto.in176 FILE:out2.pem || exit 1
181 PKCS12:out2.pem || exit 1
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c65 goto out2;
77 goto out2;
90 goto out2;
95 goto out2;
101 goto out2;
105 goto out2;
110 goto out2;
118 out2:
175 goto out2;
179 goto out2;
[all...]
H A Ddelete_s.c57 goto out2;
62 goto out2;
66 goto out2;
70 out2:

Completed in 256 milliseconds

123