Home
last modified time | relevance | path

Searched refs:flagp (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/less/
H A Dregexp.c297 reg(int paren, int *flagp) in reg() argument
305 *flagp = HASWIDTH; /* Tentatively. */ in reg()
326 *flagp &= ~HASWIDTH; in reg()
327 *flagp |= flags&SPSTART; in reg()
335 *flagp &= ~HASWIDTH; in reg()
336 *flagp |= flags&SPSTART; in reg()
367 regbranch(int *flagp) in regbranch() argument
374 *flagp = WORST; /* Tentatively. */ in regbranch()
382 *flagp |= flags&HASWIDTH; in regbranch()
384 *flagp |= flags&SPSTART; in regbranch()
[all …]
/freebsd/lib/msun/powerpc/
H A Dfenv.c41 (fegetexceptflag)(fexcept_t *flagp, int excepts)
43 return (__fegetexceptflag_int(flagp, excepts));
47 (fesetexceptflag)(const fexcept_t *flagp, int excepts)
49 return (__fesetexceptflag_int(flagp, excepts));
/freebsd/lib/msun/riscv/
H A Dfenv.c43 (fegetexceptflag)(fexcept_t *flagp, int excepts)
45 return (__fegetexceptflag_int(flagp, excepts));
49 (fesetexceptflag)(const fexcept_t *flagp, int excepts)
51 return (__fesetexceptflag_int(flagp, excepts));
/freebsd/lib/msun/aarch64/
H A Dfenv.c44 (fegetexceptflag)(fexcept_t *flagp, int excepts)
46 return (__fegetexceptflag_int(flagp, excepts));
50 (fesetexceptflag)(const fexcept_t *flagp, int excepts)
52 return (__fesetexceptflag_int(flagp, excepts));
/freebsd/lib/msun/amd64/
H A Dfenv.c57 (fegetexceptflag)(fexcept_t *flagp, int excepts)
59 return (__fegetexceptflag_int(flagp, excepts));
63 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
69 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()
74 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()
/freebsd/lib/msun/i387/
H A Dfenv.c99 (fegetexceptflag)(fexcept_t *flagp, int excepts)
101 return (__fegetexceptflag_int(flagp, excepts));
105 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
112 env.__status |= *flagp & excepts; in fesetexceptflag()
118 mxcsr |= *flagp & excepts; in fesetexceptflag()
/freebsd/bin/ed/
H A Dsub.c41 extract_subst_tail(int *flagp, long *np) in extract_subst_tail() argument
45 *flagp = *np = 0; in extract_subst_tail()
48 *flagp = GPR; in extract_subst_tail()
53 *flagp = GPR; in extract_subst_tail()
62 *flagp = GSG; in extract_subst_tail()
/freebsd/lib/msun/arm/
H A Dfenv.c76 (fegetexceptflag)(fexcept_t *flagp, int excepts)
78 return (__fegetexceptflag_int(flagp, excepts));
82 (fesetexceptflag)(const fexcept_t *flagp, int excepts)
84 return (__fesetexceptflag_int(flagp, excepts));
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcfenv41 int fegetexceptflag(fexcept_t* flagp, int excepts);
43 int fesetexceptflag(const fexcept_t* flagp, int excepts);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcfenv41 int fegetexceptflag(fexcept_t* flagp, int excepts);
43 int fesetexceptflag(const fexcept_t* flagp, int excepts);
/freebsd/sys/x86/x86/
H A Dmptable.c1189 int error, *flagp, flags, type; in mptable_host_res_handler() local
1244 flagp = &args->sc->sc_decodes_isa_io; in mptable_host_res_handler()
1248 flagp = &args->sc->sc_decodes_vga_io; in mptable_host_res_handler()
1257 if (*flagp != 0) in mptable_host_res_handler()
1263 *flagp = 1; in mptable_host_res_handler()
1269 *flagp = -1; in mptable_host_res_handler()
/freebsd/lib/libutil/
H A Dmntopts.c49 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() argument
87 thisflagp = m->m_altloc ? altflagp : flagp; in getmntopts()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c825 struct nfsvattr *nap, int *flagp, int *wccflagp, uint64_t *repsizep) in nfscl_wcc_data() argument
835 *flagp = 0; in nfscl_wcc_data()
848 error = nfscl_postop_attr(nd, nap, flagp); in nfscl_wcc_data()
849 if (wccflagp != NULL && *flagp == 0) in nfscl_wcc_data()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c5085 newnfs_sndlock(int *flagp) in newnfs_sndlock() argument
5090 while (*flagp & NFSR_SNDLOCK) { in newnfs_sndlock()
5091 *flagp |= NFSR_WANTSND; in newnfs_sndlock()
5094 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR, in newnfs_sndlock()
5097 *flagp |= NFSR_SNDLOCK; in newnfs_sndlock()
5106 newnfs_sndunlock(int *flagp) in newnfs_sndunlock() argument
5110 if ((*flagp & NFSR_SNDLOCK) == 0) in newnfs_sndunlock()
5112 *flagp &= ~NFSR_SNDLOCK; in newnfs_sndunlock()
5113 if (*flagp & NFSR_WANTSND) { in newnfs_sndunlock()
5114 *flagp &= ~NFSR_WANTSND; in newnfs_sndunlock()
[all …]
/freebsd/sys/kern/
H A Dvfs_vnops.c188 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() argument
192 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open()
253 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument
265 fmode = *flagp; in vn_open_cred()
387 *flagp = fmode; in vn_open_cred()
392 *flagp = fmode; in vn_open_cred()
/freebsd/sys/sys/
H A Dvnode.h796 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
797 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c22236 static int reg(regex_t *preg, int paren, int *flagp );
22237 static int regpiece(regex_t *preg, int *flagp );
22238 static int regbranch(regex_t *preg, int *flagp );
22239 static int regatom(regex_t *preg, int *flagp );
22343 static int reg(regex_t *preg, int paren, int *flagp ) in reg() argument
22351 *flagp = HASWIDTH; in reg()
22376 *flagp &= ~HASWIDTH; in reg()
22377 *flagp |= flags&SPSTART; in reg()
22385 *flagp &= ~HASWIDTH; in reg()
22386 *flagp |= flags&SPSTART; in reg()
[all …]