Searched refs:getmode (Results 1 - 18 of 18) sorted by relevance
| /src/tools/compat/ |
| H A D | getmode.c | 1 /* $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 D | Makefile | 9 getcap.c getline.c getmode.c getopt_long.c gettemp.c \
|
| H A D | compat_defs.h | 672 * 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 D | makespec | 34 getmode() { function 89 m=$(getmode $i)
|
| /src/usr.bin/mkfifo/ |
| H A D | mkfifo.c | 81 mode = getmode(set, 0666);
|
| /src/bin/mkdir/ |
| H A D | mkdir.c | 92 mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
|
| /src/bin/chmod/ |
| H A D | chmod.c | 218 nval = set ? getmode(set, p->fts_statp->st_mode) : mval;
|
| /src/lib/libc/gen/ |
| H A D | setmode.c | 61 __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 D | Makefile.inc | 182 MLINKS+=setmode.3 getmode.3
|
| /src/sbin/mknod/ |
| H A D | mknod.c | 254 mode = getmode(modes, mode);
|
| /src/include/ |
| H A D | unistd.h | 353 mode_t getmode(const void *, mode_t);
|
| /src/bin/sh/ |
| H A D | miscbltin.c | 509 mask = getmode(set, ~mask & 0777);
|
| /src/lib/libc/include/ |
| H A D | namespace.h | 390 #define getmode _getmode macro
|
| /src/usr.bin/xinstall/ |
| H A D | xinstall.c | 274 mode = getmode(set, 0);
|
| /src/usr.sbin/mtree/ |
| H A D | spec.c | 603 ip->st_mode = getmode(m, 0);
|
| /src/usr.bin/find/ |
| H A D | function.c | 1560 new->m_data = getmode(set, 0);
|
| /src/sbin/sysctl/ |
| H A D | sysctl.c | 2664 m = getmode(foo, (mode_t)tt);
|
| /src/lib/libc/time/ |
| H A D | zic.c | 807 mode_t mode = getmode(set, CREAT_PERMS);
|
Completed in 24 milliseconds