Searched refs:tmpopt (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dparseutils.c76 int r, tmpopt = 0; local
86 tmpopt |= r;
90 *howto = tmpopt;
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dparseutils.c79 int r, tmpopt = 0; local
90 tmpopt |= r;
106 *howto = tmpopt;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dmachdep.c114 int i, j, r, tmpopt = 0; local
211 tmpopt |= r;
214 boothowto = tmpopt;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dboot.c456 int r, tmpopt = 0; local
467 tmpopt |= r;
471 *howto = tmpopt;
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dboot2.c453 int r, tmpopt = 0; local
464 tmpopt |= r;
468 *howto = tmpopt;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/zaurus/
H A Dmachdep.c1224 int r, tmpopt = *howto; local
1234 tmpopt |= r;
1238 *howto = tmpopt;

Completed in 97 milliseconds