Searched defs:hack (Results 1 - 4 of 4) sorted by relevance

/external/libnl/tests/
H A Dtest-nf-cache-mngr.c7 static struct nl_addr *hack = NULL; local
9 if (!hack)
10 hack = nl_addr_parse("194.88.212.233", AF_INET);
12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) ||
13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.c7 // assignment to *hack is a trick to fool memcheck's bogus-literal
12 void foo ( int* p1, int* p2, unsigned int * hack )
14 *hack = 0x80808080;
25 unsigned int hack; local
37 foo(pi1,pi2, &hack);
45 foo(pi1,pi2, &hack);
52 foo(pi1,pi2, &hack);
/external/openssl/apps/
H A Ds_server.c299 static int hack=0; variable
451 hack=0;
538 BIO_printf(bio_err," -hack - workaround for early Netscape code\n");
1177 else if (strcmp(*argv,"-hack") == 0)
1178 { hack=1; }
1559 if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
1632 if (hack) SSL_CTX_set_options(ctx2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
2654 if (hack)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c251 XXX this is a hack: the endianness of the initial length field is
4221 /* Run the CIE's instructions. Ugly hack: if
4227 { Bool hack = di->ddump_frames; local
4234 di->ddump_frames = hack;

Completed in 368 milliseconds