Searched refs:dummy (Results 551 - 575 of 1743) sorted by relevance

<<21222324252627282930>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa.h119 int dummy; member in struct:RSA::rsa_CRYPTO_EX_DATA
/netbsd-current/sys/arch/vax/vsa/
H A Dasc_vsbus.c132 int dummy; local
159 dummy = ncr_regs[NCR_INTR << 2] & 0xFF;
165 dummy = ncr_regs[NCR_INTR << 2] & 0xFF;
166 return (dummy & NCRINTR_SBR) != 0;
/netbsd-current/sys/fs/hfs/
H A Dhfs.h102 long dummy; /* FOR DEVELOPMENT ONLY */ member in struct:hfsnode
/netbsd-current/external/apache2/llvm/dist/libcxx/src/experimental/
H A Dmemory_resource.cpp74 char dummy; member in union:__anon1234::ResourceInitHelper
/netbsd-current/include/protocols/
H A Ddumprestore.h72 char dummy[TP_BSIZE]; member in union:u_spcl
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c35 * + Optionally allocate a reference to a byte of dummy memory.
49 * Used by dummy memory option "scramble". Default = unsigned long.
87 * Malloc debugging -- allocate dummy memory for initialized
89 * noalloc - Default. Do not allocate dummy memory.
90 * alloc - Store a pointer to dummy memory. However, leak
93 * scramble - Store bitwise complement of dummy memory pointer.
98 * adjptr - Point to end of dummy memory.
406 unsigned char *dummy = DUMMY_ADDR( usage ); local
407 PEEK( dummy );
408 free( dummy );
413 unsigned char *dummy = malloc( 1 ); local
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpramasm.s330 moveb %a0@,%d1 | get our (data/dummy) byte into %d1
331 swap %d1 | move (data/dummy) byte to MSW
335 swap %d1 | we want access to (data/dummy) byte
336 moveb %d1,%a0@+ | move (data/dummy) byte back to %a0,
375 swap %d1 | better get that (data/dummy) byte ready
/netbsd-current/games/robots/
H A Dmain.c204 quit(int dummy __unused)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c198 char *dummy; local
201 dummy = concat (gcc_exec_prefix, "dummy", NULL);
203 = make_relative_prefix (dummy,
206 free (dummy);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Delf.exp461 {dummy.c} \
473 {dummy.c} \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin.exp104 || ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/dummy.s tmpdir/dummy.o] \
126 # Rather than having libs we just define dummy values for anything
210 tmpdir/dummy.o" "" "" "" {{readelf -sW pr17973.d}} "main.x" ]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dtext.c1566 char *dummy; local
1569 char dummy[2];
1595 dummy = (char *)xmalloc (char_length + 1);
1597 dummy[i] = rl_line_buffer[rl_point + i];
1598 dummy[i] = '\0';
1600 dummy[0] = rl_line_buffer[rl_point];
1601 dummy[char_length = 1] = '\0';
1609 rl_insert_text (dummy);
1613 xfree (dummy);
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dtable.c93 table_include dummy; local
94 table_include *include = &dummy;
96 /* dummy up a search of this directory */
97 dummy.next = includes;
98 dummy.dir = "";
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dbio_core_test.c15 int dummy; member in struct:ossl_core_bio_st
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc204 char *dummy; local
207 dummy = concat (gcc_exec_prefix, "dummy", NULL);
209 = make_relative_prefix (dummy,
212 free (dummy);
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dtable.c89 table_include dummy; local
90 table_include *include = &dummy;
92 /* dummy up a search of this directory */
93 dummy.next = includes;
94 dummy.dir = "";
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dtext.c1598 char *dummy; local
1601 char dummy[2];
1627 dummy = (char *)xmalloc (char_length + 1);
1629 dummy[i] = rl_line_buffer[rl_point + i];
1630 dummy[i] = '\0';
1632 dummy[0] = rl_line_buffer[rl_point];
1633 dummy[char_length = 1] = '\0';
1641 rl_insert_text (dummy);
1645 xfree (dummy);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe.h706 ixgbe_legacy_ring_empty(struct ifnet *ifp, pcq_t *dummy) argument
708 UNREFERENCED_1PARAMETER(dummy);
714 ixgbe_mq_ring_empty(struct ifnet *dummy, pcq_t *interq) argument
716 UNREFERENCED_1PARAMETER(dummy);
/netbsd-current/sys/fs/udf/
H A Dudf_strat_direct.c163 uint32_t sector, dummy; local
168 error = udf_translate_vtop(ump, icb, &sector, &dummy);
193 uint32_t logsector, sector, dummy; local
205 error = udf_translate_vtop(ump, icb, &sector, &dummy);
/netbsd-current/sys/kern/
H A Dkern_idle.c45 idle_loop(void *dummy) argument
/netbsd-current/games/rain/
H A Drain.c164 onsig(int dummy __unused)
/netbsd-current/tests/lib/libc/gen/
H A Dt_siginfo.c527 ATF_TC(dummy); variable
528 ATF_TC_HEAD(dummy, tc)
530 atf_tc_set_md_var(tc, "descr", "A dummy test");
533 ATF_TC_BODY(dummy, tc)
554 ATF_TP_ADD_TC(tp, dummy);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c235 time_t dummy; local
236 error = nis_init(m, map, &dummy);
/netbsd-current/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl253 @dummy=$saferports;
486 ($srcip,$dummy,$destip,$dummy2,$dummy3,$dummy4,$lenicmp)= split " " , $a ;
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dmdate-sh119 set dummy x`eval "$ls_command \"\$save_arg1\""`
124 # Because of the dummy argument above, month is in $2.

Completed in 436 milliseconds

<<21222324252627282930>>