Searched refs:restricted (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/usr.bin/chpass/
H A Dedit.c129 /* Only admin can change "restricted" shells. */
133 * Make shell a restricted field. Ugly with a
137 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) ||
147 list[E_SHELL].restricted = 1;
158 if (!list[E_NAME].restricted || master_mode)
164 if (!list[E_LOCATE].restricted || master_mode)
170 if (!list[E_BPHONE].restricted || master_mode)
176 if (!list[E_HPHONE].restricted || master_mode)
181 if (!list[E_OTHER].restricted || master_mode)
232 if (ep->restricted
[all...]
H A Dchpass.h48 int restricted; member in struct:_entry
/freebsd-current/crypto/openssh/
H A Dauth-options.h44 int restricted; member in struct:sshauthopt
H A Dauth.c866 struct sshauthopt *restricted; local
871 if ((restricted = sshauthopt_new()) == NULL)
873 restricted->permit_pty_flag = 1;
874 restricted->restricted = 1;
876 if (auth_activate_options(ssh, restricted) != 0)
878 sshauthopt_free(restricted);
H A Dauth-options.c344 ret->restricted = 1;
674 OPTSCALAR(restricted);
809 (r = sshbuf_put_u8(m, opts->restricted)) != 0 ||
872 OPT_FLAG(restricted);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c324 static const char *restricted = NULL; local
333 restricted = getenv("__ZFS_POOL_RESTRICT");
347 if (NULL == restricted)
350 cur = restricted;
/freebsd-current/usr.sbin/bhyve/
H A Dlibslirp.h144 int restricted; member in struct:SlirpConfig
231 Slirp *slirp_init(int restricted, bool in_enabled, struct in_addr vnetwork,
H A Dnet_backend_slirp.c472 .restricted = true,
/freebsd-current/stand/common/
H A Dcommands.c308 const char *restricted[] = { local
325 for (cp = restricted; *cp; cp++) {
327 printf("Ignoring restricted variable: %s\n",
/freebsd-current/contrib/bmake/unit-tests/
H A Darchive.mk50 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
H A Ddirective-for.mk61 # variables is restricted to the current makefile, it does not reach over to
181 # possibility, therefore the variable names are restricted to using harmless
/freebsd-current/usr.sbin/lpr/common_source/
H A Dlp.h71 char *restrict_grp; /* RG: restricted group */
74 long restricted; /* RS: restricted to those with local accts */ member in struct:printer
H A Dprintcap.c251 pp->restricted = capdb_getaltlog(bp, "rs", "daemon.restricted");
/freebsd-current/crypto/openssh/regress/unittests/authopt/
H A Dtests.c64 ret->restricted = 1;
104 FLAG_EQ(restricted);
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql102 -- database schema is restricted to represent one single action.
H A Dschema_v2.sql104 -- database schema is restricted to represent one single action.
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c454 if (pp->restricted) { /* restricted */
933 if (pp->restricted) { /* restricted */
/freebsd-current/contrib/ee/
H A Dee.c177 int restricted = FALSE; /* flag to indicate restricted mode */ variable
2067 | see if editor was invoked as 'ree' (restricted mode)
2075 restricted = TRUE;
4999 if (!restricted)
5188 restricted_msg = catgetlocal( 113, "restricted mode: unable to perform requested operation");
/freebsd-current/contrib/tcpdump/
H A Dconfigure3455 // Iterate through items via the restricted pointer.
/freebsd-current/contrib/libpcap/
H A Dconfigure4009 // Iterate through items via the restricted pointer.

Completed in 229 milliseconds