Searched refs:master_mode (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/chpass/
H A Dedit.c121 if (master_mode) {
145 master_mode)
165 if (!list[E_NAME].restricted || master_mode)
171 if (!list[E_LOCATE].restricted || master_mode)
177 if (!list[E_BPHONE].restricted || master_mode)
183 if (!list[E_HPHONE].restricted || master_mode)
188 if (!list[E_OTHER].restricted || master_mode)
239 if (ep->restricted && !master_mode) {
H A Dchpass.c73 int master_mode; variable
163 master_mode = (ypclnt != NULL &&
169 master_mode = (uid == 0);
229 if (old_pw && !master_mode) {
H A Dchpass.h63 extern int master_mode;
H A Dfield.c226 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) {
231 if (!master_mode) {

Completed in 107 milliseconds