Searched refs:_DEF_DIRMODE (Results 1 - 4 of 4) sorted by last modified time

/freebsd-current/usr.sbin/pw/
H A Dpw_user.c117 if (mkdirat(dfd, dirs, _DEF_DIRMODE) == -1)
124 if (mkdirat(dfd, dirs, _DEF_DIRMODE) == -1)
1108 m = getmode(set, _DEF_DIRMODE);
H A Dpw.h64 #define _DEF_DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO) macro
H A Dpw_conf.c92 _DEF_DIRMODE, /* Home directory perms, modified by umask */
303 ? _DEF_DIRMODE : getmode(modeset, _DEF_DIRMODE);
H A Dcpdir.c83 st.st_mode & _DEF_DIRMODE, uid, gid, st.st_flags);

Completed in 89 milliseconds