Home
last modified time | relevance | path

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

/freebsd-14.2/tools/build/cross-build/include/linux/
H A Dunistd.h79 mode_t getmode(const void *, mode_t);
/freebsd-14.2/usr.bin/mkfifo/
H A Dmkfifo.c92 fifomode = getmode(modep, BASEMODE); in main()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dmenubox.c207 getmode(enum menumode mode, struct bsddialog_menugroup group) in getmode() function
451 if (getmode(mode, groups[i]) == RADIOLISTMODE || in do_mixedlist()
452 getmode(mode, groups[i]) == CHECKLISTMODE) in do_mixedlist()
517 if (getmode(mode, groups[i]) == MENUMODE) { in do_mixedlist()
519 } else if (getmode(mode, groups[i]) == RADIOLISTMODE) { in do_mixedlist()
528 pritems[abs].type = getmode(mode, groups[i]); in do_mixedlist()
/freebsd-14.2/bin/mkdir/
H A Dmkdir.c97 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
/freebsd-14.2/bin/chmod/
H A Dchmod.c194 newmode = getmode(set, p->fts_statp->st_mode); in main()
/freebsd-14.2/lib/libc/gen/
H A Dsetmode.c85 getmode(const void *bbox, mode_t omode) in getmode() function
H A DSymbol.map231 getmode;
H A DMakefile.inc519 MLINKS+=setmode.3 getmode.3
/freebsd-14.2/usr.bin/bintrans/
H A Duudecode.c239 mode = getmode(handle, 0) & 0666; in decode2()
/freebsd-14.2/include/
H A Dunistd.h514 mode_t getmode(const void *, mode_t);
/freebsd-14.2/bin/sh/
H A Dmiscbltin.c420 mask = getmode (set, ~mask & 0777); in umaskcmd()
/freebsd-14.2/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-14.2/sbin/devfs/
H A Drule.c399 dr->dr_mode = getmode(set, 0); in rulespec_intok()
/freebsd-14.2/sbin/mdmfs/
H A Dmdmfs.c225 mi.mi_mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
/freebsd-14.2/contrib/mtree/
H A Dspec.c601 ip->st_mode = getmode(m, 0); in set()
/freebsd-14.2/usr.bin/xinstall/
H A Dxinstall.c303 mode = getmode(set, dodir ? S_IFDIR : 0) & ~S_IFDIR; in main()
/freebsd-14.2/usr.bin/find/
H A Dfunction.c1354 new->m_data = getmode(set, 0); in c_perm()
/freebsd-14.2/contrib/tzcode/
H A Dzic.c1064 mflag = getmode(set, mflag); in main()