Searched refs:fmode (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/lib/libc/stdlib/
H A Decvt.c31 __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) argument
54 *decpt = 1 - fmode; /* 1 for 'e', 0 for 'f' */
61 p = __dtoa(value, fmode + 2, ndigit, decpt, sign, &rve);
72 if (pad && fmode)
/openbsd-current/sys/kern/
H A Dvfs_vnops.c79 vn_open(struct nameidata *ndp, int fmode, int cmode) argument
91 * nameiop based on the fmode and cmode flags, so validate that
98 if ((fmode & (FREAD|FWRITE)) == 0)
100 if ((fmode & (O_TRUNC | FWRITE)) == O_TRUNC)
102 if (fmode & O_CREAT) {
105 if ((fmode & O_EXCL) == 0 && (fmode & O_NOFOLLOW) == 0)
114 if (fmode & O_EXCL)
121 fmode &= ~O_TRUNC;
131 if (fmode
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Doptabs.c4518 enum machine_mode fmode, imode;
4529 for (fmode = GET_MODE (to); fmode != VOIDmode;
4530 fmode = GET_MODE_WIDER_MODE (fmode))
4536 if (fmode != GET_MODE (to)
4537 && significand_size (fmode) < GET_MODE_BITSIZE (GET_MODE (from)))
4540 icode = can_float_p (fmode, imode, unsignedp);
4543 enum insn_code scode = can_float_p (fmode, imode, 0);
4555 if (fmode !
4496 enum machine_mode fmode, imode; local
4698 enum machine_mode fmode, imode; local
5027 enum machine_mode fmode, tmode; local
5164 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]
H A Dbuiltins.c5301 enum machine_mode fmode, imode, rmode;
5312 fmode = TYPE_MODE (TREE_TYPE (arg));
5314 fmt = REAL_MODE_FORMAT (fmode);
5322 if (fmt->has_signed_zero && HONOR_SIGNED_ZEROS (fmode))
5331 if (GET_MODE_SIZE (fmode) <= UNITS_PER_WORD)
5333 imode = int_mode_for_mode (fmode);
5343 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD;
5346 temp = operand_subword_force (temp, word, fmode);
5300 enum machine_mode fmode, imode, rmode; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Doptabs.c4572 enum machine_mode fmode, imode;
4583 for (fmode = GET_MODE (to); fmode != VOIDmode;
4584 fmode = GET_MODE_WIDER_MODE (fmode))
4590 if (fmode != GET_MODE (to)
4591 && significand_size (fmode) < GET_MODE_BITSIZE (GET_MODE (from)))
4594 icode = can_float_p (fmode, imode, unsignedp);
4596 icode = can_float_p (fmode, imode, 0), doing_unsigned = 0;
4606 if (fmode !
4551 enum machine_mode fmode, imode; local
4817 enum machine_mode fmode, imode; local
[all...]
/openbsd-current/usr.bin/cvs/
H A Dclient.c694 mode_t fmode; local
733 cvs_strtomode(mode, &fmode);
735 fmode &= ~cvs_umask;
784 if (fchmod(fd, fmode) == -1)
797 mode_t fmode; local
836 cvs_strtomode(mode, &fmode);
838 fmode &= ~cvs_umask;
863 if (fchmod(fd, fmode) == -1)
H A Dserver.c397 mode_t fmode; local
410 cvs_strtomode(mode, &fmode);
H A Drcs.c157 mode_t fmode; local
164 fmode = S_IRUSR|S_IRGRP|S_IROTH;
171 fmode = (mode_t)mode;
175 fmode = st.st_mode;
178 fmode &= ~cvs_umask;
184 rfp->rf_mode = fmode;
/openbsd-current/usr.bin/mg/
H A Dfileio.c102 mode_t fmode = DEFFILEMODE; local
105 fmode = bp->b_fi.fi_mode & 07777;
107 fd = open(fn, O_RDWR | O_CREAT | O_TRUNC, fmode);
385 mode_t fmode = DEFFILEMODE; /* XXX?? */ local
398 if ((ofd = open(toname, O_WRONLY|O_CREAT|O_TRUNC, fmode)) == -1) {
/openbsd-current/usr.bin/rcs/
H A Drcsprog.c190 mode_t fmode; local
198 fmode = S_IRUSR|S_IRGRP|S_IROTH;
324 if ((file = rcs_open(fpath, fd, flags, fmode)) == NULL) {
H A Drcs.c88 mode_t fmode; local
94 fmode = S_IRUSR|S_IRGRP|S_IROTH;
101 fmode = (mode_t)mode;
108 rfp->rf_mode = fmode;
H A Dci.c68 mode_t fmode; member in struct:checkin_params
125 pb.fmode = S_IRUSR|S_IRGRP|S_IROTH;
277 pb.file = rcs_open(pb.fpath, fd, pb.openflags, pb.fmode);
/openbsd-current/usr.bin/rsync/
H A Dextern.h85 enum fmode { enum
99 enum fmode mode; /* mode of operation */
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.c233 const char* fmode[] = {"r","rb","r+","r+b", local
430 fhreal = fopen((char *)buffp+4, fmode[mode&0xFF]);
/openbsd-current/sys/nfs/
H A Dnfs_vnops.c1569 int error = 0, wccflag = NFSV3_WCCRATTR, gotvp = 0, fmode = 0; local
1581 fmode |= O_EXCL;
1594 if (fmode & O_EXCL) {
1638 if (info.nmi_v3 && (fmode & O_EXCL) && error == NFSERR_NOTSUPP) {
1639 fmode &= ~O_EXCL;
1642 } else if (info.nmi_v3 && (fmode & O_EXCL)) {
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c5343 enum machine_mode fmode = mode;
5350 gcc_assert (cum->fregno == FP_ARG_MAX_REG && fmode == TFmode);
5353 fmode = DFmode;
5364 if (!needs_psave && mode == fmode)
5365 return gen_rtx_REG (fmode, cum->fregno);
5415 r = gen_rtx_REG (fmode, cum->fregno);
5330 enum machine_mode fmode = mode; local

Completed in 474 milliseconds