| /NextBSD/contrib/less/ |
| HD | regexp.c | 300 reg(paren, flagp) in reg() argument 302 int *flagp; 310 *flagp = HASWIDTH; /* Tentatively. */ 331 *flagp &= ~HASWIDTH; 332 *flagp |= flags&SPSTART; 340 *flagp &= ~HASWIDTH; 341 *flagp |= flags&SPSTART; 372 regbranch(flagp) in regbranch() argument 373 int *flagp; in regbranch() 380 *flagp = WORST; /* Tentatively. */ [all …]
|
| /NextBSD/bin/ed/ |
| HD | sub.c | 41 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()
|
| /NextBSD/lib/msun/amd64/ |
| HD | fenv.c | 54 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument 60 env.__x87.__status |= *flagp & excepts; in fesetexceptflag() 65 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()
|
| /NextBSD/lib/msun/i387/ |
| HD | fenv.c | 96 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument 103 env.__status |= *flagp & excepts; in fesetexceptflag() 109 mxcsr |= *flagp & excepts; in fesetexceptflag()
|
| /NextBSD/contrib/libc++/include/ |
| D | cfenv | 42 int fegetexceptflag(fexcept_t* flagp, int excepts); 44 int fesetexceptflag(const fexcept_t* flagp, int excepts);
|
| /NextBSD/sbin/mount/ |
| HD | getmntopts.c | 55 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() argument 93 thisflagp = m->m_altloc ? altflagp : flagp; in getmntopts()
|
| /NextBSD/sys/x86/x86/ |
| HD | mptable.c | 1126 int error, *flagp, flags, type; in mptable_host_res_handler() local 1181 flagp = &args->sc->sc_decodes_isa_io; in mptable_host_res_handler() 1185 flagp = &args->sc->sc_decodes_vga_io; in mptable_host_res_handler() 1194 if (*flagp != 0) in mptable_host_res_handler() 1200 *flagp = 1; in mptable_host_res_handler() 1206 *flagp = -1; in mptable_host_res_handler()
|
| /NextBSD/sys/kern/ |
| HD | vfs_vnops.c | 173 vn_open(ndp, flagp, cmode, fp) in vn_open() argument 175 int *flagp, cmode; 180 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); 192 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument 203 fmode = *flagp; in vn_open_cred() 284 *flagp = fmode; in vn_open_cred() 289 *flagp = fmode; in vn_open_cred()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 3884 newnfs_sndlock(int *flagp) in newnfs_sndlock() argument 3889 while (*flagp & NFSR_SNDLOCK) { in newnfs_sndlock() 3890 *flagp |= NFSR_WANTSND; in newnfs_sndlock() 3893 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR, in newnfs_sndlock() 3896 *flagp |= NFSR_SNDLOCK; in newnfs_sndlock() 3905 newnfs_sndunlock(int *flagp) in newnfs_sndunlock() argument 3909 if ((*flagp & NFSR_SNDLOCK) == 0) in newnfs_sndunlock() 3911 *flagp &= ~NFSR_SNDLOCK; in newnfs_sndunlock() 3912 if (*flagp & NFSR_WANTSND) { in newnfs_sndunlock() 3913 *flagp &= ~NFSR_WANTSND; in newnfs_sndunlock() [all …]
|
| /NextBSD/sys/sys/ |
| HD | vnode.h | 684 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp); 685 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clport.c | 717 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) in nfscl_wcc_data() argument 727 *flagp = 0; in nfscl_wcc_data() 740 error = nfscl_postop_attr(nd, nap, flagp, stuff); in nfscl_wcc_data()
|