Searched refs:infp (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/usr.bin/mixerctl/
H A Dmixerctl.c55 mixer_devinfo_t *infp; member in struct:field
96 for (i = 0; i < p->infp->un.e.num_mem; i++)
97 if (p->infp->un.e.member[i].ord == m->un.ord)
99 p->infp->un.e.member[i].label.name);
102 for (i = 0; i < p->infp->un.e.num_mem; i++)
104 p->infp->un.e.member[i].label.name);
109 for (n = i = 0; i < p->infp->un.s.num_mem; i++)
110 if (m->un.mask & p->infp->un.s.member[i].mask)
112 p->infp->un.s.member[i].label.name);
115 for (i = 0; i < p->infp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c1706 layout_mcore_frame (struct mcore_frame * infp)
1725 infp->arg_size = nbytes;
1728 infp->reg_mask = calc_live_regs (& n);
1729 infp->reg_size = n * 4;
1732 infp->local_size = get_frame_size ();
1733 infp->outbound_size = crtl->outgoing_args_size;
1736 if (infp->local_size % STACK_BYTES)
1737 infp->local_size = (infp->local_size + STACK_BYTES - 1) & ~ (STACK_BYTES -1);
1741 infp
1701 layout_mcore_frame(struct mcore_frame * infp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc1706 layout_mcore_frame (struct mcore_frame * infp)
1725 infp->arg_size = nbytes;
1728 infp->reg_mask = calc_live_regs (& n);
1729 infp->reg_size = n * 4;
1732 infp->local_size = get_frame_size ();
1733 infp->outbound_size = crtl->outgoing_args_size;
1736 if (infp->local_size % STACK_BYTES)
1737 infp->local_size = (infp->local_size + STACK_BYTES - 1) & ~ (STACK_BYTES -1);
1741 infp
1701 layout_mcore_frame(struct mcore_frame * infp) argument
[all...]
/netbsd-current/external/gpl2/groff/dist/src/utils/addftinfo/
H A Daddftinfo.cpp127 FILE *infp = fopen(font, "r"); local
128 if (infp == 0)
130 convert_font(param, infp, stdout);
164 static void convert_font(const font_params &param, FILE *infp, FILE *outfp) argument
167 while (get_line(infp, &s)) {
173 while (get_line(infp, &s)) {
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_ttyconv.c350 FILE *infp, *outfp, *errfp; local
364 if ((outfp = infp = errfp = fopen(_PATH_TTY, "w+")) == NULL) {
367 infp = stdin;
400 if (infp != stdin)
401 (void)fclose(infp);
412 if (infp != stdin)
413 (void)fclose(infp);
/netbsd-current/usr.bin/db/
H A Ddb.c107 FILE *infp; local
117 infp = NULL;
314 infp = stdin;
315 else if ((infp = fopen(infile, "r")) == NULL)
331 if (infp) {
332 while (parseline(infp, fieldsep, &key, &val)) {
336 if (ferror(infp)) {
341 } else if (!infp && argc == 0) { /* read all */
359 if (infp) {
360 while (parseline(infp, fieldse
[all...]
/netbsd-current/tests/lib/libm/
H A Dt_pow.c184 const volatile double infp = 1.0 / 0.0; local
191 ATF_REQUIRE_MSG(isinf(infp), "infp=%a", infp); local
194 ATF_CHECK_EQ_MSG((z = pow(-1.0, infp)), 1.0, "z=%a", z);
452 const volatile float infp = 1.0f / 0.0f; local
459 ATF_REQUIRE_MSG(isinf(infp), "infp=%a", infp); local
462 ATF_CHECK_EQ_MSG((z = powf(-1.0, infp)), 1.
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_flt.c58 float infp; local
64 infp = (float) MPFR_DBL_INFP;
65 if (infp * 0.5 != infp)
397 g = infp;
423 g = -infp;
468 g = infp;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dfipr.s54 mov.l infp, r0
136 infp: .long 0x7f800000 label
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Doutput.cpp162 simple_output &simple_output::copy_file(FILE *infp) argument
165 while ((c = getc(infp)) != EOF)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dfipr.s54 mov.l infp, r0
136 infp: .long 0x7f800000 label
/netbsd-current/usr.sbin/altq/libaltq/
H A Daltq_qop.h127 int do_command(FILE *infp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c1716 machine_function *infp = cfun->machine; local
1719 if (infp->frame_init_p)
1723 infp->outbound_size = CSKY_STACK_ALIGN (crtl->outgoing_args_size);
1724 infp->local_offset = infp->outbound_size;
1725 infp->local_size = CSKY_STACK_ALIGN (get_frame_size ());
1726 infp->reg_offset = infp->local_offset + infp->local_size;
1730 infp
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc1804 machine_function *infp = cfun->machine; local
1807 if (infp->frame_init_p)
1811 infp->outbound_size = CSKY_STACK_ALIGN (crtl->outgoing_args_size);
1812 infp->local_offset = infp->outbound_size;
1813 infp->local_size = CSKY_STACK_ALIGN (get_frame_size ());
1814 infp->reg_offset = infp->local_offset + infp->local_size;
1818 infp
[all...]
/netbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c297 FILE *infp; variable
340 infp = fopen (sourcefile, "r");
341 if (infp == NULL) {
424 while (fgets (inbuf, sizeof (inbuf), infp)) {
/netbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c1667 print_rmtcallstat(int rtype, const rpcb_stat *infp) argument
1677 for (pr = infp->rmtinfo; pr; pr = pr->next) {
1693 print_getaddrstat(int rtype, const rpcb_stat *infp) argument
1699 for (al = infp->addrinfo; al; al = al->next) {
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp106 ps_output &ps_output::copy_file(FILE *infp) argument
109 while ((c = getc(infp)) != EOF)

Completed in 305 milliseconds