Searched refs:getmode (Results 1 – 19 of 19) sorted by relevance
/freebsd/tools/build/cross-build/include/linux/ |
H A D | unistd.h | 79 mode_t getmode(const void *, mode_t);
|
/freebsd/usr.bin/mkfifo/ |
H A D | mkfifo.c | 80 fifomode = getmode(modep, BASEMODE); in main()
|
/freebsd/bin/mkdir/ |
H A D | mkdir.c | 85 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
/freebsd/bin/chmod/ |
H A D | chmod.c | 182 newmode = getmode(set, p->fts_statp->st_mode); in main()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | menubox.c | 74 getmode(enum menumode mode, struct bsddialog_menugroup group) in getmode() function 120 if (getmode(mode, groups[i]) == MENUMODE) { in build_privatemenu() 122 } else if (getmode(mode, groups[i]) == RADIOLISTMODE) { in build_privatemenu() 131 pritem->type = getmode(mode, groups[i]); in build_privatemenu()
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 83 getmode(const void *bbox, mode_t omode) in getmode() function
|
H A D | Symbol.map | 231 getmode;
|
H A D | Makefile.inc | 504 MLINKS+=setmode.3 getmode.3
|
/freebsd/usr.bin/bintrans/ |
H A D | uudecode.c | 227 mode = getmode(handle, 0) & 0666; in decode2()
|
/freebsd/include/ |
H A D | unistd.h | 516 mode_t getmode(const void *, mode_t);
|
/freebsd/bin/sh/ |
H A D | miscbltin.c | 414 mask = getmode (set, ~mask & 0777); in umaskcmd()
|
/freebsd/sbin/devfs/ |
H A D | rule.c | 398 dr->dr_mode = getmode(set, 0); in rulespec_intok()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_conf.c | 303 ? _DEF_DIRMODE : getmode(modeset, _DEF_DIRMODE); in read_userconfig()
|
H A D | pw_user.c | 1113 m = getmode(set, _DEF_DIRMODE); in validate_mode()
|
/freebsd/sbin/mdmfs/ |
H A D | mdmfs.c | 224 mi.mi_mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
/freebsd/contrib/mtree/ |
H A D | spec.c | 601 ip->st_mode = getmode(m, 0); in set()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 291 mode = getmode(set, dodir ? S_IFDIR : 0) & ~S_IFDIR; in main()
|
/freebsd/usr.bin/find/ |
H A D | function.c | 1349 new->m_data = getmode(set, 0); in c_perm()
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 1064 mflag = getmode(set, mflag); in main()
|