Home
last modified time | relevance | path

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

/src/contrib/less/ !
H A Dregexp.c299 reg(int paren, int *flagp) in reg() argument
307 *flagp = HASWIDTH; /* Tentatively. */ in reg()
328 *flagp &= ~HASWIDTH; in reg()
329 *flagp |= flags&SPSTART; in reg()
337 *flagp &= ~HASWIDTH; in reg()
338 *flagp |= flags&SPSTART; in reg()
369 regbranch(int *flagp) in regbranch() argument
376 *flagp = WORST; /* Tentatively. */ in regbranch()
384 *flagp |= flags&HASWIDTH; in regbranch()
386 *flagp |= flags&SPSTART; in regbranch()
[all …]
/src/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()
/src/lib/msun/amd64/ !
H A Dfenv.c53 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
59 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()
64 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()
/src/lib/msun/i387/ !
H A Dfenv.c95 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
102 env.__status |= *flagp & excepts; in fesetexceptflag()
108 mxcsr |= *flagp & excepts; in fesetexceptflag()
/src/contrib/llvm-project/libcxx/include/ !
H A Dcfenv41 int fegetexceptflag(fexcept_t* flagp, int excepts);
43 int fesetexceptflag(const fexcept_t* flagp, int excepts);
/src/sys/x86/x86/ !
H A Dmptable.c1190 int error, *flagp, flags, type; in mptable_host_res_handler() local
1245 flagp = &args->sc->sc_decodes_isa_io; in mptable_host_res_handler()
1249 flagp = &args->sc->sc_decodes_vga_io; in mptable_host_res_handler()
1258 if (*flagp != 0) in mptable_host_res_handler()
1264 *flagp = 1; in mptable_host_res_handler()
1270 *flagp = -1; in mptable_host_res_handler()
/src/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()
/src/sys/fs/nfsclient/ !
H A Dnfs_clport.c801 struct nfsvattr *nap, int *flagp, int *wccflagp, uint64_t *repsizep) in nfscl_wcc_data() argument
811 *flagp = 0; in nfscl_wcc_data()
824 error = nfscl_postop_attr(nd, nap, flagp); in nfscl_wcc_data()
825 if (wccflagp != NULL && *flagp == 0) in nfscl_wcc_data()
/src/sys/fs/nfs/ !
H A Dnfs_commonsubs.c5028 newnfs_sndlock(int *flagp) in newnfs_sndlock() argument
5033 while (*flagp & NFSR_SNDLOCK) { in newnfs_sndlock()
5034 *flagp |= NFSR_WANTSND; in newnfs_sndlock()
5037 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR, in newnfs_sndlock()
5040 *flagp |= NFSR_SNDLOCK; in newnfs_sndlock()
5049 newnfs_sndunlock(int *flagp) in newnfs_sndunlock() argument
5053 if ((*flagp & NFSR_SNDLOCK) == 0) in newnfs_sndunlock()
5055 *flagp &= ~NFSR_SNDLOCK; in newnfs_sndunlock()
5056 if (*flagp & NFSR_WANTSND) { in newnfs_sndunlock()
5057 *flagp &= ~NFSR_WANTSND; in newnfs_sndunlock()
[all …]
/src/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()
/src/sys/sys/ !
H A Dvnode.h790 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
791 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/src/contrib/sqlite3/autosetup/ !
H A Djimsh0.c22247 static int reg(regex_t *preg, int paren, int *flagp );
22248 static int regpiece(regex_t *preg, int *flagp );
22249 static int regbranch(regex_t *preg, int *flagp );
22250 static int regatom(regex_t *preg, int *flagp );
22354 static int reg(regex_t *preg, int paren, int *flagp ) in reg() argument
22362 *flagp = HASWIDTH; in reg()
22387 *flagp &= ~HASWIDTH; in reg()
22388 *flagp |= flags&SPSTART; in reg()
22396 *flagp &= ~HASWIDTH; in reg()
22397 *flagp |= flags&SPSTART; in reg()
[all …]