Searched refs:getmode (Results 1 - 18 of 18) sorted by relevance

/src/tools/compat/
H A Dgetmode.c1 /* $NetBSD: getmode.c,v 1.8 2008/11/04 23:31:32 dbj Exp $ */
47 getmode(const void *mp, mode_t mode) function in typeref:typename:mode_t
H A DMakefile9 getcap.c getline.c getmode.c getopt_long.c gettemp.c \
H A Dcompat_defs.h672 * getmode() and setmode() are always defined, as these function names
678 #define getmode __nbcompat_getmode macro
681 mode_t getmode(const void *, mode_t);
/src/etc/
H A Dmakespec34 getmode() { function
89 m=$(getmode $i)
/src/usr.bin/mkfifo/
H A Dmkfifo.c81 mode = getmode(set, 0666);
/src/bin/mkdir/
H A Dmkdir.c92 mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
/src/bin/chmod/
H A Dchmod.c218 nval = set ? getmode(set, p->fts_statp->st_mode) : mval;
/src/lib/libc/gen/
H A Dsetmode.c61 __weak_alias(getmode,_getmode)
93 getmode(const void *bbox, mode_t omode) function in typeref:typename:mode_t
156 (void)printf("getmode:%04o -> %04o\n", omode, newmode);
H A DMakefile.inc182 MLINKS+=setmode.3 getmode.3
/src/sbin/mknod/
H A Dmknod.c254 mode = getmode(modes, mode);
/src/include/
H A Dunistd.h353 mode_t getmode(const void *, mode_t);
/src/bin/sh/
H A Dmiscbltin.c509 mask = getmode(set, ~mask & 0777);
/src/lib/libc/include/
H A Dnamespace.h390 #define getmode _getmode macro
/src/usr.bin/xinstall/
H A Dxinstall.c274 mode = getmode(set, 0);
/src/usr.sbin/mtree/
H A Dspec.c603 ip->st_mode = getmode(m, 0);
/src/usr.bin/find/
H A Dfunction.c1560 new->m_data = getmode(set, 0);
/src/sbin/sysctl/
H A Dsysctl.c2664 m = getmode(foo, (mode_t)tt);
/src/lib/libc/time/
H A Dzic.c807 mode_t mode = getmode(set, CREAT_PERMS);

Completed in 25 milliseconds