| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| chmod.c | 85 unsigned fmode; local 86 if (sscanf (mode, "%o", &fmode) != 1) 88 return chmod (file, (mode_t) fmode);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| chmod.c | 85 unsigned fmode; local 86 if (sscanf (mode, "%o", &fmode) != 1) 88 return chmod (file, (mode_t) fmode);
|
| /src/external/bsd/ekermit/dist/ |
| main.c | 96 short fmode = -1; /* Transfer mode for this file */ variable
|
| /src/sys/fs/unionfs/ |
| unionfs_subr.c | 601 int fmode; local 610 fmode = FFLAGS(O_WRONLY | O_CREAT | O_TRUNC | O_EXCL); 645 if ((error = VOP_OPEN(vp, fmode, cred)) != 0) {
|
| /src/sys/fs/union/ |
| union_subr.c | 894 int fmode = FFLAGS(O_WRONLY|O_CREAT|O_TRUNC|O_EXCL); local 932 error = VOP_OPEN(vp, fmode, cred); 945 union_vn_close(struct vnode *vp, int fmode, kauth_cred_t cred, struct lwp *l) 948 if (fmode & FWRITE) 950 return (VOP_CLOSE(vp, fmode, cred));
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| fs_test.c | 623 mode_t fmode; member in struct:tests 686 printf("File mode : %04o\n", (unsigned int)t->fmode); 689 ATF_REQUIRE(chmod(atf_fs_path_cstring(&p), t->fmode) != -1);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_diff.c | 266 mode_t fmode, tmode; local 300 fmode = fsb.zs_mode & S_IFMT; 302 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 || 324 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
|
| /src/sys/dev/vme/ |
| xd.c | 714 int rqno, spt = 0, mb, blk, lcv, fmode, s = 0, newstate; local 739 fmode = xa->fullmode; 774 rqno = xdc_cmd(xdc, XDCMD_RST, 0, xd->xd_drive, 0, 0, 0, fmode); 788 rqno = xdc_cmd(xdc, XDCMD_WRP, XDFUN_FMT, xd->xd_drive, 0, 0, 0, fmode); 797 rqno = xdc_cmd(xdc, XDCMD_RDP, XDFUN_DRV, xd->xd_drive, 0, 0, 0, fmode); 820 rqno = xdc_cmd(xdc, XDCMD_WRP, XDFUN_DRV, xd->xd_drive, 0, 0, 0, fmode); 829 rqno = xdc_cmd(xdc, XDCMD_RD, 0, xd->xd_drive, 0, 1, dmaddr, fmode); 856 rqno = xdc_cmd(xdc, XDCMD_WRP, XDFUN_DRV, xd->xd_drive, 0, 0, 0, fmode); 872 rqno = xdc_cmd(xdc, XDCMD_RD, 0, xd->xd_drive, blk, 1, dmaddr, fmode);
|
| xy.c | 613 int spt, mb, blk, lcv, fmode, s = 0, newstate; local 644 fmode = xa->fullmode; 678 error = xyc_cmd(xyc, XYCMD_RST, 0, xy->xy_drive, 0, 0, 0, fmode); 707 dmaddr, fmode); 768 error = xyc_cmd(xyc, XYCMD_SDS, 0, xy->xy_drive, blk, 0, 0, fmode); 786 dmaddr, fmode);
|
| /src/lib/libperfuse/ |
| ops.c | 1361 mode_t fmode; local 1438 fmode = mode & ~(FREAD|FWRITE); 1439 fmode |= (mode & FWRITE) ? O_RDWR : O_RDONLY; 1443 foi->flags = fmode;
|
| /src/sys/arch/amiga/amiga/ |
| custom.h | 196 unsigned short fmode; member in struct:Custom
|
| /src/sys/fs/nfs/client/ |
| nfs_clvnops.c | 510 int fmode = ap->a_mode; local 521 error = nfsrpc_open(vp, fmode, ap->a_cred, ap->a_td); 588 if (newnfs_directio_enable && (fmode & O_DIRECT) && 605 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) 615 if ((fmode & FWRITE) != 0) { 672 int fmode = ap->a_fflag; local 791 if (newnfs_directio_enable && (fmode & O_DIRECT) && (vp->v_type == VREG)) { 1543 int error = 0, attrflag, dattrflag, fmode = 0; local 1555 fmode |= O_EXCL; 1569 vap, cverf, fmode, cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| jprofile.c | 784 mode_t fmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local 785 mode_t dmode = fmode | S_IXUSR | S_IXGRP | S_IXOTH; 814 int fd = CALL_UTIL (open)(path, O_WRONLY | O_CREAT | O_TRUNC, fmode);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| jprofile.c | 784 mode_t fmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local 785 mode_t dmode = fmode | S_IXUSR | S_IXGRP | S_IXOTH; 814 int fd = CALL_UTIL (open)(path, O_WRONLY | O_CREAT | O_TRUNC, fmode);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1817 machine_mode fmode = elt_mode; 1820 gcc_assert (FLOAT128_2REG_P (fmode)); 1821 fmode = DECIMAL_FLOAT_MODE_P (fmode) ? DDmode : DFmode; 1824 r = gen_rtx_REG (fmode, cum->fregno + i * n_fpreg); 1815 machine_mode fmode = elt_mode; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1825 machine_mode fmode = elt_mode; 1828 gcc_assert (FLOAT128_2REG_P (fmode)); 1829 fmode = DECIMAL_FLOAT_MODE_P (fmode) ? DDmode : DFmode; 1832 r = gen_rtx_REG (fmode, cum->fregno + i * n_fpreg); 1823 machine_mode fmode = elt_mode; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| except.cc | 2139 scalar_int_mode fmode = targetm.eh_return_filter_mode (); 2147 dst->filter_reg = gen_reg_rtx (fmode); 2149 src->filter_reg = gen_reg_rtx (fmode); 2125 scalar_int_mode fmode = targetm.eh_return_filter_mode (); local
|
| optabs.cc | 5582 machine_mode fmode, imode; 5593 FOR_EACH_MODE_FROM (fmode, GET_MODE (to)) 5598 if (fmode != GET_MODE (to) 5599 && (significand_size (fmode) 5603 icode = can_float_p (fmode, imode, unsignedp); 5606 enum insn_code scode = can_float_p (fmode, imode, 0); 5618 if (fmode != GET_MODE (to)) 5619 target = gen_reg_rtx (fmode); 5642 /* Look for a usable floating mode FMODE wider than the source and at 5643 least as wide as the target. Using FMODE will avoid rounding woe 5562 machine_mode fmode, imode; local 5628 scalar_mode fmode = fmode_iter.require (); local 5767 machine_mode fmode, imode; local 5857 scalar_mode fmode = fmode_iter.require (); local 6082 machine_mode fmode, imode; local [all...] |
| builtins.cc | 2790 scalar_float_mode fmode = SCALAR_FLOAT_TYPE_MODE (TREE_TYPE (arg)); 2791 const struct real_format *fmt = REAL_MODE_FORMAT (fmode); 2797 Don't use !HONOR_SNANS (fmode) here, so there is some possibility of 2800 On the other side, MODE_HAS_NANS (fmode) is unnecessary, with 2803 if (!HONOR_NANS (fmode)) 2811 enum insn_code icode = optab_handler (issignaling_optab, fmode); 2821 if (DECIMAL_FLOAT_MODE_P (fmode)) 2829 imode = int_mode_for_mode (fmode).require (); 2839 if (rtx t = simplify_gen_subreg (imode, temp, fmode, 2841 fmode))) 2789 scalar_float_mode fmode = SCALAR_FLOAT_TYPE_MODE (TREE_TYPE (arg)); local 6224 scalar_float_mode fmode; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| except.cc | 2139 scalar_int_mode fmode = targetm.eh_return_filter_mode (); 2147 dst->filter_reg = gen_reg_rtx (fmode); 2149 src->filter_reg = gen_reg_rtx (fmode); 2125 scalar_int_mode fmode = targetm.eh_return_filter_mode (); local
|
| optabs.cc | 5368 machine_mode fmode, imode; 5379 FOR_EACH_MODE_FROM (fmode, GET_MODE (to)) 5384 if (fmode != GET_MODE (to) 5385 && (significand_size (fmode) 5389 icode = can_float_p (fmode, imode, unsignedp); 5392 enum insn_code scode = can_float_p (fmode, imode, 0); 5404 if (fmode != GET_MODE (to)) 5405 target = gen_reg_rtx (fmode); 5428 /* Look for a usable floating mode FMODE wider than the source and at 5429 least as wide as the target. Using FMODE will avoid rounding woe 5347 machine_mode fmode, imode; local 5413 scalar_mode fmode = fmode_iter.require (); local 5552 machine_mode fmode, imode; local 5628 scalar_mode fmode = fmode_iter.require (); local 5823 machine_mode fmode, imode; local [all...] |
| builtins.cc | 5482 scalar_float_mode fmode; 5494 fmode = SCALAR_FLOAT_TYPE_MODE (TREE_TYPE (arg)); 5496 fmt = REAL_MODE_FORMAT (fmode); 5505 icode = optab_handler (signbit_optab, fmode); 5521 gcc_assert (!fmt->has_signed_zero || !HONOR_SIGNED_ZEROS (fmode)); 5528 if (GET_MODE_SIZE (fmode) <= UNITS_PER_WORD) 5530 imode = int_mode_for_mode (fmode).require (); 5538 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD; 5541 temp = operand_subword_force (temp, word, fmode); 5481 scalar_float_mode fmode; local
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 18945 machine_mode fmode = GET_MODE (op1); local 18955 freg = gen_reg_rtx (fmode);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 17845 machine_mode fmode = GET_MODE (op1); local 17855 freg = gen_reg_rtx (fmode);
|
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 5223 char fmode[3] = "xb"; local 5228 fmode[0] = rw; 5241 fb = fopen(av[2], fmode);
|