Searched refs:out2 (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.0-release/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-10.0-release/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:
H A Dmodify_s.c62 goto out2;
65 goto out2;
69 goto out2;
74 goto out2;
80 out2:
H A Drandkey_s.c67 goto out2;
75 goto out2;
79 goto out2;
84 goto out2;
102 out2:
H A Drename_s.c62 goto out2;
86 goto out2;
93 goto out2;
101 goto out2;
105 out2:
/freebsd-10.0-release/tools/test/iconv/
H A Dconst-gnuism.c46 char *out1, *out2; local
53 if ((out2 = malloc(inbytes)) == NULL)
56 if (iconv(cd, in2, &inbytes, &out2, &outbytes) == -1)
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Ddel_enctype.c66 goto out2;
73 goto out2;
81 goto out2;
118 out2:
H A Dadd_enctype.c71 goto out2;
78 goto out2;
86 goto out2;
160 out2:
/freebsd-10.0-release/bin/sh/
H A Doutput.c76 struct output *out2 = &errout; variable in typeref:struct:output
99 outstr(p, out2);
105 outqstr(p, out2);
264 doformat(out2, fmt, ap);
266 flushout(out2);
H A Doutput.h54 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
80 #define out2c(c) outcslow(c, out2);
H A Derror.c141 outfmt(out2, "%s: ", commandname);
142 doformat(out2, msg, ap);
/freebsd-10.0-release/lib/libc/ia64/gen/
H A Dsetjmp.S53 add out2=J_SIGSET,in0 // oset = &jb[J_SIGSET]
72 mov out2=0 // oset = NULL
/freebsd-10.0-release/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c227 goto out2;
237 goto out2;
245 goto out2;
263 goto out2;
268 out2:
/freebsd-10.0-release/bin/sh/bltin/
H A Dbltin.h51 #define stderr out2
/freebsd-10.0-release/sys/xen/interface/
H A Ddom0_ops.h77 uint32_t out2; member in struct:dom0_msr
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck_test.c412 const char *out1, *out2; local
424 out2 = atf_check_result_stdout(&result2);
429 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL);
434 ATF_CHECK(strstr(out2, "/check") != NULL);
439 ATF_CHECK(strstr(out2, "/stdout") != NULL);
443 ATF_CHECK(strcmp(out1, out2) != 0);
456 CHECK_LINES(out2, "stdout", "result2");
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dcheck_test.cpp340 const std::string out2 = r2->stdout_path(); local
345 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos);
350 ATF_REQUIRE(out2.find("/check") != std::string::npos);
355 ATF_REQUIRE(out2.find("/stdout") != std::string::npos);
359 ATF_REQUIRE(out1 != out2);
363 check_lines(out2, "stdout", "result2");
/freebsd-10.0-release/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-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in176 FILE:out2.pem || exit 1
181 PKCS12:out2.pem || exit 1
/freebsd-10.0-release/sys/ia64/ia64/
H A Dpal.S101 mov out2=in2
/freebsd-10.0-release/sys/ia64/include/
H A Dasm.h50 mov out2 = b0;; \
/freebsd-10.0-release/crypto/openssh/regress/
H A DMakefile74 CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
126 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
128 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dkeytab.c201 goto out2;
205 goto out2;
211 goto out2;
249 out2:
/freebsd-10.0-release/contrib/file/
H A Dreadcdf.c253 goto out2;
302 out2:

Completed in 313 milliseconds

123