Searched refs:x_b (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dcontext.h60 } x_b; member in union:context::__anon9900
70 #define x_buf x_un.x_b.X_buf
71 #define x_bufp x_un.x_b.X_bufp
72 #define x_arg x_un.x_b.X_arg
73 #define x_narg x_un.x_b.X_narg
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpaste7.c11 int x_a, x_b; variable
16 if (x_a != 1 || x_b != 2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dpaste7.c11 int x_a, x_b; variable
16 if (x_a != 1 || x_b != 2)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ecdh/
H A Decdhtest.c128 *x_b=NULL, *y_b=NULL; local
143 if ((x_b=BN_new()) == NULL) goto err;
186 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
192 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
200 BN_print(out,x_b);
260 BN_print(out, x_b);
296 if (x_b) BN_free(x_b);

Completed in 181 milliseconds