Home
last modified time | relevance | path

Searched refs:UMASK (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_disk_hardlink.c29 #define UMASK 0177 macro
32 #define UMASK 022 macro
57 assertUmask(UMASK); in DEFINE_TEST()
223 assertIsReg("link1a", 0755 & ~UMASK); in DEFINE_TEST()
235 assertIsReg("link2a", 0755 & ~UMASK); in DEFINE_TEST()
241 assertIsReg("link3a", 0755 & ~UMASK); in DEFINE_TEST()
247 assertIsReg("link4a", 0755 & ~UMASK); in DEFINE_TEST()
H A Dtest_write_disk_secure746.c27 #define UMASK 022 macro
45 assertUmask(UMASK); in DEFINE_TEST()
89 assertUmask(UMASK); in DEFINE_TEST()
H A Dtest_write_disk.c27 #define UMASK 022 macro
59 archive_entry_mode(ae) & ~UMASK & MODE_MASK); in create()
160 assertEqualInt(st.st_mode, (archive_entry_mode(ae) & ~UMASK)); in create_reg_file3()
186 assertEqualInt(st.st_mode, (archive_entry_mode(ae) & ~UMASK)); in create_reg_file4()
247 assertUmask(UMASK); in DEFINE_TEST()
H A Dtest_write_disk_secure745.c27 #define UMASK 022 macro
44 assertUmask(UMASK); in DEFINE_TEST()
H A Dtest_write_disk_secure744.c27 #define UMASK 022 macro
50 assertUmask(UMASK); in DEFINE_TEST()
H A Dtest_write_disk_secure.c27 #define UMASK 022 macro
58 assertUmask(UMASK); in DEFINE_TEST()
H A Dtest_write_disk_perms.c29 #define UMASK 022 macro
136 assertUmask(UMASK); in DEFINE_TEST()
/netbsd-src/distrib/sets/
H A DMakefile22 UMASK= umask 022 macro
256 ${UMASK} && for i in MD5 SHA512; do \
264 ${UMASK} && for i in MD5 SHA512; do \
329 ${UMASK} && \
/netbsd-src/libexec/ftpd/
H A Dftpcmd.y158 CHMOD IDLE RATEGET RATEPUT UMASK
661 | SITE SP UMASK check_login CRLF
672 | SITE SP UMASK check_login SP octal_number CRLF
1306 { "UMASK", UMASK, ARGS, 1, "[ <sp> umask ]", 0, },
/netbsd-src/sbin/newfs_lfs/
H A Dmake_lfs.c243 #define UMASK 0755 macro
810 lfs_dino_setmode(fs, dip, LFS_IFDIR | UMASK); in make_lfs()
836 dip->di_mode = IFDIR | UMASK; in make_lfs()
/netbsd-src/sbin/newfs/
H A Dmkfs.c131 #define UMASK 0755 macro
1083 node.dp1.di_mode = IFDIR | UMASK; in fsinit()
1105 node.dp2.di_mode = IFDIR | UMASK; in fsinit()
1132 node.dp1.di_mode = IFDIR | UMASK; in fsinit()
1155 node.dp2.di_mode = IFDIR | UMASK; in fsinit()
/netbsd-src/usr.sbin/makefs/ffs/
H A Dmkfs.c86 #define UMASK 0755 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.info6998 * 'UMASK': UMASK, Set the file creation mask
18919 File: gfortran.info, Node: UCOBOUND, Next: UMASK, Prev: UBOUND, Up: Intrinsic Procedures
18954 File: gfortran.info, Node: UMASK, Next: UNLINK, Prev: UCOBOUND, Up: Intrinsic Procedures
18956 8.279 'UMASK' -- Set the file creation mask
18971 'CALL UMASK(MASK [, OLD])'
18972 'OLD = UMASK(MASK)'
18979 File: gfortran.info, Node: UNLINK, Next: UNPACK, Prev: UMASK, Up: Intrinsic Procedures
21881 * file system, file creation mask: UMASK. (line 6)
22611 * UMASK: UMASK. (line 6)
23153 Node: UMASK677978
H A Dintrinsic.texi322 * @code{UMASK}: UMASK, Set the file creation mask
14746 @node UMASK
14747 @section @code{UMASK} --- Set the file creation mask
14748 @fnindex UMASK
14765 @item @code{CALL UMASK(MASK [, OLD])}
14766 @item @code{OLD = UMASK(MASK)}
H A DChangeLog-20075237 (UMASK): Added documentation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.info7305 * 'UMASK': UMASK, Set the file creation mask
19349 File: gfortran.info, Node: UCOBOUND, Next: UMASK, Prev: UBOUND, Up: Intrinsic Procedures
19384 File: gfortran.info, Node: UMASK, Next: UNLINK, Prev: UCOBOUND, Up: Intrinsic Procedures
19386 9.280 'UMASK' -- Set the file creation mask
19401 'CALL UMASK(MASK [, OLD])'
19402 'OLD = UMASK(MASK)'
19409 File: gfortran.info, Node: UNLINK, Next: UNPACK, Prev: UMASK, Up: Intrinsic Procedures
22281 * file system, file creation mask: UMASK. (line 6)
23010 * UMASK: UMASK. (line 6)
23561 Node: UMASK690621
H A Dintrinsic.texi323 * @code{UMASK}: UMASK, Set the file creation mask
14792 @node UMASK
14793 @section @code{UMASK} --- Set the file creation mask
14794 @fnindex UMASK
14811 @item @code{CALL UMASK(MASK [, OLD])}
14812 @item @code{OLD = UMASK(MASK)}
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-962975 * main.c (main): move the setting of the UMASK environment
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19986693 * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.