Searched refs:flagp (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20070129.c16 static void *regatom (RExC_state_t * pRExC_state, int *flagp);
19 regpiece (RExC_state_t * pRExC_state, int *flagp) argument
25 regbranch (RExC_state_t * pRExC_state, int *flagp, int first) argument
31 reg (RExC_state_t * pRExC_state, int paren, int *flagp) argument
43 regatom (RExC_state_t * pRExC_state, int *flagp) argument
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/libsa/
H A Dparse_args.c41 parse_args(char **filep, int *flagp, int *partp) argument
78 *flagp = howto;
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/libsa/
H A Dparse_args.c40 parse_args(char *astart, const char *aend, const char **filep, int *flagp, int *partp) argument
78 *flagp = howto;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dregexp.c299 reg(paren, flagp)
301 int *flagp;
309 *flagp = HASWIDTH; /* Tentatively. */
330 *flagp &= ~HASWIDTH;
331 *flagp |= flags&SPSTART;
339 *flagp &= ~HASWIDTH;
340 *flagp |= flags&SPSTART;
371 regbranch(flagp)
372 int *flagp;
379 *flagp
[all...]
/netbsd-6-1-5-RELEASE/lib/libcompat/regexp/
H A Dregexp.c301 reg(paren, flagp)
303 int *flagp;
311 *flagp = HASWIDTH; /* Tentatively. */
332 *flagp &= ~HASWIDTH;
333 *flagp |= flags&SPSTART;
341 *flagp &= ~HASWIDTH;
342 *flagp |= flags&SPSTART;
373 regbranch(flagp)
374 int *flagp;
381 *flagp
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/sparc/
H A Dfenv.c65 * by the argument excepts in the object pointed to by the argument flagp.
68 fegetexceptflag(fexcept_t *flagp, int excepts) argument
73 _DIAGASSERT(flagp != NULL);
79 *flagp = r & ex;
88 * `excepts' to the states stored in the object pointed to by `flagp'. It does
92 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
97 _DIAGASSERT(flagp != NULL);
104 r |= *flagp & ex;
/netbsd-6-1-5-RELEASE/lib/libm/arch/sparc64/
H A Dfenv.c79 * by the argument excepts in the object pointed to by the argument flagp.
82 fegetexceptflag(fexcept_t *flagp, int excepts) argument
87 _DIAGASSERT(flagp != NULL);
93 *flagp = r & ex;
102 * `excepts' to the states stored in the object pointed to by `flagp'. It does
106 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
111 _DIAGASSERT(flagp != NULL);
118 r |= *flagp & ex;
/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A Dfenv.c167 * the argument excepts in the object pointed to by the argument flagp.
170 fegetexceptflag(fexcept_t *flagp, int excepts) argument
176 _DIAGASSERT(flagp != NULL);
187 *flagp = (mxcsr | status) & ex;
220 * `excepts' to the states stored in the object pointed to by `flagp'. It does
224 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
230 _DIAGASSERT(flagp != NULL);
237 env.x87.status |= *flagp & ex;
243 mxcsr |= *flagp & ex;
333 _DIAGASSERT(flagp !
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/x86_64/
H A Dfenv.c139 * the argument excepts in the object pointed to by the argument flagp.
142 fegetexceptflag(fexcept_t *flagp, int excepts) argument
148 _DIAGASSERT(flagp != NULL);
159 /* Store the results in flagp */
160 *flagp = (x87_status | mxcsr) & ex;
193 * `excepts' to the states stored in the object pointed to by `flagp'. It does
197 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
202 _DIAGASSERT(flagp != NULL);
211 fenv.x87.status |= *flagp & ex;
218 fenv.mxcsr |= *flagp
[all...]
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dsub.c49 extract_subst_tail(int *flagp, long *np) argument
53 *flagp = *np = 0;
56 *flagp = GPR;
61 *flagp = GPR;
70 *flagp = GSG;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c149 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flagp) argument
174 *flagp |= _UC_CPU;
178 if (!fpu_save_to_mcontext(l, mcp, flagp))
184 if (!vec_save_to_mcontext(l, mcp, flagp))
H A Dfpu.c212 fpu_save_to_mcontext(lwp_t *l, mcontext_t *mcp, unsigned int *flagp) argument
230 *flagp |= _UC_FPU;
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dgetmntopts.c123 getmntopts(const char *options, const struct mntopt *m0, int *flagp, argument
179 thisflagp = m->m_altloc ? altflagp : flagp;
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dif_we_pnpbus.c255 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p) argument
394 if (flagp != NULL && is16bit)
395 *flagp |= WE_16BIT_ENABLE;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dspe.c175 vec_save_to_mcontext(lwp_t *l, mcontext_t *mcp, unsigned int *flagp) argument
215 *flagp |= _UC_POWERPC_SPE;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Daltivec.c175 vec_save_to_mcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flagp) argument
194 *flagp |= _UC_POWERPC_VEC;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dif_we_isa.c347 bus_size_t *memsizep, uint8_t *flagp, int *is790p)
485 if (flagp != NULL && is16bit)
486 *flagp |= WE_16BIT_ENABLE;
346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep, bus_size_t *memsizep, uint8_t *flagp, int *is790p) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccfg/
H A Dparser.c1890 const unsigned int *flagp = type->of; local
1892 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
1894 if (*flagp & CFG_ADDR_V4OK) {
1898 if (*flagp & CFG_ADDR_V6OK) {
1904 if (*flagp & CFG_ADDR_WILDOK) {
1911 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
2060 const unsigned int *flagp = type->of; local
2061 return (parse_sockaddrsub(pctx, &cfg_type_sockaddr, *flagp, re
2082 const unsigned int *flagp = type->of; local
[all...]
H A Dnamedconf.c2199 const unsigned int *flagp = type->of; local
2201 if ((*flagp & CFG_ADDR_V4OK) != 0)
2203 else if ((*flagp & CFG_ADDR_V6OK) != 0)
2218 CHECK(cfg_parse_rawaddr(pctx, *flagp,
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_clntsubs.c474 nfs_cookieheuristic(struct vnode *vp, int *flagp, struct lwp *l, kauth_cred_t cred) argument
513 *flagp |= NFSMNT_SWAPCOOKIE;
H A Dnfs_socket.c888 int *flagp = &nmp->nm_iflag; local
898 if (*flagp & NFSMNT_DISMNT) {
918 if ((*flagp & NFSMNT_RCVLOCK) == 0) {
919 *flagp |= NFSMNT_RCVLOCK;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpccbb.c347 cb_chipset(u_int32_t pci_id, int *flagp) argument
357 if (flagp != NULL)
358 *flagp = yc->yc_flags;

Completed in 219 milliseconds