Searched refs:getmode (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | unistd.h | 85 mode_t getmode(const void *, mode_t);
|
| /freebsd-13.1/usr.bin/mkfifo/ |
| H A D | mkfifo.c | 94 fifomode = getmode(modep, BASEMODE); in main()
|
| /freebsd-13.1/bin/mkdir/ |
| H A D | mkdir.c | 99 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
| /freebsd-13.1/bin/chmod/ |
| H A D | chmod.c | 196 newmode = getmode(set, p->fts_statp->st_mode); in main()
|
| /freebsd-13.1/usr.sbin/fmtree/ |
| H A D | spec.c | 230 ip->st_mode = getmode(m, 0); in set()
|
| /freebsd-13.1/usr.bin/uudecode/ |
| H A D | uudecode.c | 220 mode = getmode(handle, 0) & 0666; in decode2()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | setmode.c | 87 getmode(const void *bbox, mode_t omode) in getmode() function
|
| H A D | Symbol.map | 225 getmode;
|
| H A D | Makefile.inc | 509 MLINKS+=setmode.3 getmode.3
|
| /freebsd-13.1/include/ |
| H A D | unistd.h | 514 mode_t getmode(const void *, mode_t);
|
| /freebsd-13.1/bin/sh/ |
| H A D | miscbltin.c | 420 mask = getmode (set, ~mask & 0777); in umaskcmd()
|
| /freebsd-13.1/usr.sbin/pw/ |
| H A D | pw_conf.c | 308 ? _DEF_DIRMODE : getmode(modeset, _DEF_DIRMODE); in read_userconfig()
|
| H A D | pw_user.c | 1120 m = getmode(set, _DEF_DIRMODE); in validate_mode()
|
| /freebsd-13.1/sbin/devfs/ |
| H A D | rule.c | 401 dr->dr_mode = getmode(set, 0); in rulespec_intok()
|
| /freebsd-13.1/sbin/mdmfs/ |
| H A D | mdmfs.c | 227 mi.mi_mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
| /freebsd-13.1/contrib/mtree/ |
| H A D | spec.c | 601 ip->st_mode = getmode(m, 0); in set()
|
| /freebsd-13.1/usr.bin/xinstall/ |
| H A D | xinstall.c | 236 mode = getmode(set, 0); in main()
|
| /freebsd-13.1/usr.bin/find/ |
| H A D | function.c | 1356 new->m_data = getmode(set, 0); in c_perm()
|
| /freebsd-13.1/contrib/tzcode/zic/ |
| H A D | zic.c | 531 mflag = getmode(set, mflag);
|