Searched refs:getmode (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14.2/tools/build/cross-build/include/linux/ |
| H A D | unistd.h | 79 mode_t getmode(const void *, mode_t);
|
| /freebsd-14.2/usr.bin/mkfifo/ |
| H A D | mkfifo.c | 92 fifomode = getmode(modep, BASEMODE); in main()
|
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | menubox.c | 207 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 D | mkdir.c | 97 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
| /freebsd-14.2/bin/chmod/ |
| H A D | chmod.c | 194 newmode = getmode(set, p->fts_statp->st_mode); in main()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | setmode.c | 85 getmode(const void *bbox, mode_t omode) in getmode() function
|
| H A D | Symbol.map | 231 getmode;
|
| H A D | Makefile.inc | 519 MLINKS+=setmode.3 getmode.3
|
| /freebsd-14.2/usr.bin/bintrans/ |
| H A D | uudecode.c | 239 mode = getmode(handle, 0) & 0666; in decode2()
|
| /freebsd-14.2/include/ |
| H A D | unistd.h | 514 mode_t getmode(const void *, mode_t);
|
| /freebsd-14.2/bin/sh/ |
| H A D | miscbltin.c | 420 mask = getmode (set, ~mask & 0777); in umaskcmd()
|
| /freebsd-14.2/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-14.2/sbin/devfs/ |
| H A D | rule.c | 399 dr->dr_mode = getmode(set, 0); in rulespec_intok()
|
| /freebsd-14.2/sbin/mdmfs/ |
| H A D | mdmfs.c | 225 mi.mi_mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main()
|
| /freebsd-14.2/contrib/mtree/ |
| H A D | spec.c | 601 ip->st_mode = getmode(m, 0); in set()
|
| /freebsd-14.2/usr.bin/xinstall/ |
| H A D | xinstall.c | 303 mode = getmode(set, dodir ? S_IFDIR : 0) & ~S_IFDIR; in main()
|
| /freebsd-14.2/usr.bin/find/ |
| H A D | function.c | 1354 new->m_data = getmode(set, 0); in c_perm()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 1064 mflag = getmode(set, mflag); in main()
|