| /freebsd/contrib/less/ |
| H A D | regexp.c | 299 reg(int paren, int *flagp) 307 *flagp = HASWIDTH; /* Tentatively. */ 328 *flagp &= ~HASWIDTH; 329 *flagp |= flags&SPSTART; 337 *flagp &= ~HASWIDTH; 338 *flagp |= flags&SPSTART; 369 regbranch(int *flagp) 376 *flagp = WORST; /* Tentatively. */ 384 *flagp |= flags&HASWIDTH; 386 *flagp | 300 reg(paren,flagp) reg() argument 372 regbranch(flagp) regbranch() argument 411 regpiece(flagp) regpiece() argument 475 regatom(flagp) regatom() argument [all...] |
| /freebsd/lib/msun/riscv/ |
| H A D | fenv.c | 42 (fegetexceptflag)(fexcept_t *flagp, int excepts) 44 return (__fegetexceptflag_int(flagp, excepts)); 48 (fesetexceptflag)(const fexcept_t *flagp, int excepts) 50 return (__fesetexceptflag_int(flagp, excepts));
|
| /freebsd/lib/msun/powerpc/ |
| H A D | fenv.c | 40 (fegetexceptflag)(fexcept_t *flagp, int excepts) 42 return (__fegetexceptflag_int(flagp, excepts)); 46 (fesetexceptflag)(const fexcept_t *flagp, int excepts) 48 return (__fesetexceptflag_int(flagp, excepts));
|
| /freebsd/lib/msun/aarch64/ |
| H A D | fenv.c | 43 (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/amd64/ |
| H A D | fenv.c | 51 (fegetexceptflag)(fexcept_t *flagp, int excepts) 53 return (__fegetexceptflag_int(flagp, excepts)); 57 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument 63 env.__x87.__status |= *flagp & excepts; in fesetexceptflag() 68 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()
|
| /freebsd/lib/msun/i387/ |
| H A D | fenv.c | 93 (fegetexceptflag)(fexcept_t *flagp, int excepts) 95 return (__fegetexceptflag_int(flagp, excepts)); 99 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument 106 env.__status |= *flagp & excepts; in fesetexceptflag() 112 mxcsr |= *flagp & excepts; in fesetexceptflag()
|
| /freebsd/bin/ed/ |
| H A D | 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()
|
| /freebsd/lib/msun/arm/ |
| H A D | fenv.c | 75 (fegetexceptflag)(fexcept_t *flagp, int excepts) 77 return (__fegetexceptflag_int(flagp, excepts)); 81 (fesetexceptflag)(const fexcept_t *flagp, int excepts) 83 return (__fesetexceptflag_int(flagp, excepts));
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cfenv | 41 int fegetexceptflag(fexcept_t* flagp, int excepts); 43 int fesetexceptflag(const fexcept_t* flagp, int excepts);
|
| /freebsd/sys/x86/x86/ |
| H A D | mptable.c | 1190 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()
|
| /freebsd/lib/libutil/ |
| H A D | mntopts.c | 49 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 D | nfs_clport.c | 832 struct nfsvattr *nap, int *flagp, int *wccflagp, uint64_t *repsizep) in nfscl_wcc_data() argument 842 *flagp = 0; in nfscl_wcc_data() 855 error = nfscl_postop_attr(nd, nap, flagp); in nfscl_wcc_data() 856 if (wccflagp != NULL && *flagp == 0) in nfscl_wcc_data()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 5085 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 D | vfs_vnops.c | 188 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 D | vnode.h | 790 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,
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 22247 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 …]
|