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

123

/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c69 goto out2;
80 goto out2;
85 goto out2;
89 goto out2;
93 goto out2;
98 goto out2;
106 out2:
163 goto out2;
167 goto out2;
170 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;
85 goto out2;
92 goto out2;
100 goto out2;
104 out2:
/freebsd-9.3-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-9.3-release/bin/sh/
H A Doutput.c76 struct output *out2 = &errout; variable in typeref:struct:output
87 out2 = &errout;
118 outstr(p, out2);
124 outqstr(p, out2);
269 doformat(out2, fmt, ap);
271 flushout(out2);
H A Doutput.h54 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
78 #define out2c(c) outcslow(c, out2);
H A Derror.c141 outfmt(out2, "%s: ", commandname);
142 doformat(out2, msg, ap);
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Ddel_enctype.c68 goto out2;
75 goto out2;
83 goto out2;
120 out2:
H A Dadd_enctype.c73 goto out2;
80 goto out2;
88 goto out2;
161 out2:
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/krb5/
H A Dconvert_creds.c76 goto out2;
87 goto out2;
95 goto out2;
101 goto out2;
141 out2:
/freebsd-9.3-release/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c219 goto out2;
229 goto out2;
237 goto out2;
255 goto out2;
260 out2:
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_context.c339 gss_buffer_desc in, out1, out2; local
468 memset(&out2, 0, sizeof(out2));
476 100, &out2);
478 if (out1.length != out2.length)
480 if (memcmp(out1.value, out2.value, out1.length) != 0)
488 if (out1.length != out2.length)
490 if (memcmp(out1.value, out2.value, out1.length) != 0)
494 gss_release_buffer(&min_stat, &out2);
502 100, &out2);
[all...]
/freebsd-9.3-release/bin/sh/bltin/
H A Dbltin.h51 #define stderr out2
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkerberos4.c370 RCHECK(krb5_ret_int8(sp, &kvno), out2); local
371 RCHECK(krb5_ret_stringz(sp, &realm), out2); local
382 goto out2;
395 goto out2;
405 goto out2;
414 goto out2;
417 RCHECK(krb5_ret_int8(sp, &ticket_len), out2); local
418 RCHECK(krb5_ret_int8(sp, &req_len), out2); local
436 goto out2;
439 RCHECK(krb5_ret_int32(sp, &req_time), out2); local
442 RCHECK(krb5_ret_uint8(sp, &life), out2); local
443 RCHECK(krb5_ret_stringz(sp, &sname), out2); local
444 RCHECK(krb5_ret_stringz(sp, &sinst), out2); local
[all...]
/freebsd-9.3-release/sys/xen/interface/
H A Ddom0_ops.h77 uint32_t out2; member in struct:dom0_msr
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in176 FILE:out2.pem || exit 1
181 PKCS12:out2.pem || exit 1
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpal.S101 mov out2=in2
/freebsd-9.3-release/sys/ia64/include/
H A Dasm.h50 mov out2 = b0;; \
/freebsd-9.3-release/contrib/cvs/src/
H A Dpatch.c424 goto out2;
451 goto out2;
463 goto out2;
482 goto out2;
509 goto out2;
788 out2:
/freebsd-9.3-release/crypto/openssh/regress/
H A DMakefile76 CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
131 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
133 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S58 add out2=24,sp // address for obj_main
69 mov out2=r15

Completed in 116 milliseconds

123