Home
last modified time | relevance | path

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

/freebsd/tools/build/cross-build/include/linux/
H A Dunistd.h79 mode_t getmode(const void *, mode_t);
/freebsd/usr.bin/mkfifo/
H A Dmkfifo.c80 fifomode = getmode(modep, BASEMODE); in main()
/freebsd/bin/mkdir/
H A Dmkdir.c85 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
/freebsd/bin/chmod/
H A Dchmod.c182 newmode = getmode(set, p->fts_statp->st_mode); in main()
/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c74 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 Dsetmode.c83 getmode(const void *bbox, mode_t omode) in getmode() function
H A DSymbol.map231 getmode;
H A DMakefile.inc504 MLINKS+=setmode.3 getmode.3
/freebsd/usr.bin/bintrans/
H A Duudecode.c227 mode = getmode(handle, 0) & 0666; in decode2()
/freebsd/include/
H A Dunistd.h516 mode_t getmode(const void *, mode_t);
/freebsd/bin/sh/
H A Dmiscbltin.c414 mask = getmode (set, ~mask & 0777); in umaskcmd()
/freebsd/sbin/devfs/
H A Drule.c398 dr->dr_mode = getmode(set, 0); in rulespec_intok()
/freebsd/usr.sbin/pw/
H A Dpw_conf.c303 ? _DEF_DIRMODE : getmode(modeset, _DEF_DIRMODE); in read_userconfig()
H A Dpw_user.c1113 m = getmode(set, _DEF_DIRMODE); in validate_mode()
/freebsd/sbin/mdmfs/
H A Dmdmfs.c224 mi.mi_mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
/freebsd/contrib/mtree/
H A Dspec.c601 ip->st_mode = getmode(m, 0); in set()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c291 mode = getmode(set, dodir ? S_IFDIR : 0) & ~S_IFDIR; in main()
/freebsd/usr.bin/find/
H A Dfunction.c1349 new->m_data = getmode(set, 0); in c_perm()
/freebsd/contrib/tzcode/
H A Dzic.c1064 mflag = getmode(set, mflag); in main()