Searched refs:dummy (Results 276 - 300 of 1742) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/dev/usb/
H A Duberry.c115 char dummy[2]; local
119 uberry_cmd(sc, UT_READ | UT_VENDOR, 0xa5, 0, 1, dummy, 2);
120 uberry_cmd(sc, UT_WRITE | UT_VENDOR, 0xa2, 0, 1, dummy, 0);
137 char dummy[2]; local
140 uberry_cmd(sc, UT_READ | UT_VENDOR, 0xa9, 1, 1, dummy, 2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c37 char dummy; variable
44 char dummy; variable
70 int dummy; variable
84 const char *dummy; variable
89 &dummy, 1, 0, my_ggc_walker, NULL
275 #include "gt-jit-dummy-frontend.h"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dunique-ptr-tests.cc70 /* A dummy struct for testing unique_xmalloc_ptr. */
72 struct dummy struct in namespace:selftest::__anon1012
199 gnu::unique_xmalloc_ptr<dummy> p (XNEW (dummy));
209 gnu::unique_xmalloc_ptr<dummy[]> p (XNEWVEC (dummy, num));
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Difunc.exp404 { dummy.c } \
429 { dummy.c } \
485 { dummy.c } \
494 { dummy.c } \
682 { dummy.c } \
690 { dummy.c } \
698 { dummy.c } \
706 { dummy.c } \
714 { dummy.c } \
722 { dummy
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcorefile.c84 char dummy[BUFSIZE];
101 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
106 if (!strncmp (dummy, "No symbols in ", 14))
115 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
135 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
140 if (!strncmp (dummy, "No symbols in ", 14))
148 /* dummy has the filename, go ahead and copy it. */
149 symbol_map[count].file_name = (char *) xmalloc (strlen (dummy) + 1);
150 strcpy (symbol_map[count].file_name, dummy);
153 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
83 char dummy[BUFSIZE]; local
763 Sym *prev, dummy, *sym; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Di386.exp243 { dummy.s } {{readelf {-rW} pr19827.rd}} "pr19827"}
517 { dummy.s } \
638 { dummy.s } \
646 { dummy.s } \
686 { dummy.c } \
694 { dummy.c } \
702 { dummy.c } \
710 { dummy.c } \
734 { dummy.s } \
742 { dummy
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c86 char dummy[BUFSIZE];
103 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
108 if (!strncmp (dummy, "No symbols in ", 14))
117 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
137 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
142 if (!strncmp (dummy, "No symbols in ", 14))
150 /* dummy has the filename, go ahead and copy it. */
151 symbol_map[count].file_name = (char *) xmalloc (strlen (dummy) + 1);
152 strcpy (symbol_map[count].file_name, dummy);
155 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
85 char dummy[BUFSIZE]; local
766 Sym *prev, dummy, *sym; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c86 char dummy[BUFSIZE];
103 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
108 if (!strncmp (dummy, "No symbols in ", 14))
117 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
137 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy);
142 if (!strncmp (dummy, "No symbols in ", 14))
150 /* dummy has the filename, go ahead and copy it. */
151 symbol_map[count].file_name = (char *) xmalloc (strlen (dummy) + 1);
152 strcpy (symbol_map[count].file_name, dummy);
155 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy);
85 char dummy[BUFSIZE]; local
768 Sym *prev, dummy, *sym; local
[all...]
/netbsd-current/usr.sbin/rpc.statd/
H A Dstat_proc.c271 static char dummy; local
281 return (&dummy);
304 static char dummy; local
319 return (&dummy);
323 return (&dummy);
333 return (&dummy); /* Parent returns */
346 xdr_void, &dummy, timeout) != RPC_SUCCESS)
/netbsd-current/external/bsd/pam-u2f/dist/fuzz/
H A Dfuzz_auth.c51 /* conversation dummy for manual authentication */
101 struct param dummy; local
104 memset(&dummy, 0, sizeof(dummy));
105 if (!set_string(dummy.user, "user", MAXSTR) ||
106 !set_string(dummy.conf, dummy_conf, MAXSTR) ||
107 !set_string(dummy.conv, dummy_conv, MAXSTR) ||
108 !set_blob(&dummy.authfile, dummy_authfile, sizeof(dummy_authfile)) ||
109 !set_blob(&dummy.wiredata, dummy_wiredata, sizeof(dummy_wiredata))) {
110 assert(0); /* dummy could
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dwinsock.c81 SOCKET dummy; local
105 dummy = socket(AF_INET, SOCK_STREAM, IPPROTO_IP);
106 if (dummy != INVALID_SOCKET) {
108 if (getsockopt(dummy,
116 closesocket(dummy);
121 dummy = socket(AF_INET6, SOCK_STREAM, IPPROTO_IP);
122 if (dummy != INVALID_SOCKET) {
124 if (getsockopt(dummy,
132 closesocket(dummy);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpointers.c91 void dummy();
94 dummy();
106 void dummy() function
H A Dexprs.c3 extern void dummy();
4 dummy();
183 void dummy() function
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dc-stack.c94 char dummy; local
95 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexprs.c3 extern void dummy();
4 dummy();
183 void dummy() function
H A Dpointers.c91 void dummy();
94 dummy();
106 void dummy() function
/netbsd-current/external/cddl/osnet/dev/dtrace/
H A Ddtrace_load.c28 static void dtrace_anon_init(void *dummy);
36 dtrace_ap_start(void *dummy) argument
62 dtrace_load(void *dummy) argument
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_pi1_div.c84 mp_limb_t nh, cy, q1h, q0h, dummy, cnd; variable
124 umul_ppmm (q1h, dummy, nh, dinv);
132 umul_ppmm (q0h, dummy, nh, dinv);
H A Dbdiv_q_1.c44 mp_limb_t c, h, l, u, u_next, dummy; local
70 umul_ppmm (h, dummy, l, d);
90 umul_ppmm (h, dummy, l, d);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc47 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); local
49 = make_relative_prefix (dummy,
52 free (dummy);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpls-ops.cc94 static int dummy; variable
104 return &dummy;
129 return &dummy;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc46 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); local
48 = make_relative_prefix (dummy,
51 free (dummy);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpls-ops.cc94 static int dummy; variable
104 return &dummy;
129 return &dummy;
/netbsd-current/usr.bin/talk/
H A Dmsgs.c56 disp_msg(int dummy) argument
/netbsd-current/usr.bin/tip/aculib/
H A Dhayes.c84 char dummy; local
107 if ((dummy = gobble("01234")) != '1')
108 error_rep(dummy);
145 sigALRM(int dummy __unused)

Completed in 687 milliseconds

<<11121314151617181920>>