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

/freebsd-13-stable/usr.bin/chpass/
H A Dedit.c138 /* Only admin can change "restricted" shells. */
142 * Make shell a restricted field. Ugly with a
146 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) ||
156 list[E_SHELL].restricted = 1;
167 if (!list[E_NAME].restricted || master_mode)
173 if (!list[E_LOCATE].restricted || master_mode)
179 if (!list[E_BPHONE].restricted || master_mode)
185 if (!list[E_HPHONE].restricted || master_mode)
190 if (!list[E_OTHER].restricted || master_mode)
241 if (ep->restricted
[all...]
H A Dchpass.h51 int restricted; member in struct:_entry
/freebsd-13-stable/crypto/openssh/
H A Dauth-options.h38 int restricted; member in struct:sshauthopt
H A Dauth.c1101 struct sshauthopt *restricted; local
1106 restricted = sshauthopt_new();
1107 restricted->permit_pty_flag = 1;
1108 restricted->restricted = 1;
1110 if (auth_activate_options(ssh, restricted) != 0)
1112 sshauthopt_free(restricted);
H A Dauth-options.c403 ret->restricted = 1;
709 OPTSCALAR(restricted);
841 (r = sshbuf_put_u8(m, opts->restricted)) != 0 ||
898 OPT_FLAG(restricted);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c344 static const char *restricted = NULL; local
353 restricted = getenv("__ZFS_POOL_RESTRICT");
367 if (NULL == restricted)
370 cur = restricted;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Darchive.mk44 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
/freebsd-13-stable/stand/common/
H A Dcommands.c311 const char *restricted[] = { local
328 for (cp = restricted; *cp; cp++) {
330 printf("Ignoring restricted variable: %s\n",
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dlp.h74 char *restrict_grp; /* RG: restricted group */
77 long restricted; /* RS: restricted to those with local accts */ member in struct:printer
H A Dprintcap.c259 pp->restricted = capdb_getaltlog(bp, "rs", "daemon.restricted");
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c61 ret->restricted = 1;
101 FLAG_EQ(restricted);
/freebsd-13-stable/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-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c468 if (pp->restricted) { /* restricted */
947 if (pp->restricted) { /* restricted */
/freebsd-13-stable/contrib/ee/
H A Dee.c180 int restricted = FALSE; /* flag to indicate restricted mode */ variable
2076 | see if editor was invoked as 'ree' (restricted mode)
2084 restricted = TRUE;
5006 if (!restricted)
5199 restricted_msg = catgetlocal( 113, "restricted mode: unable to perform requested operation");
/freebsd-13-stable/contrib/bmake/
H A Dconfigure4298 // Iterate through items via the restricted pointer.
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure3481 // Iterate through items via the restricted pointer.
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2062 MKT(UNI_ADDR_RESTRICT, restricted),
/freebsd-13-stable/contrib/file/
H A Dconfigure4509 // Iterate through items via the restricted pointer.
/freebsd-13-stable/contrib/openpam/
H A Dconfigure4008 // Iterate through items via the restricted pointer.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6738 bool restricted = (PC == PredicateConstraint::Upl); local
6739 return restricted ? std::make_pair(0U, &AArch64::PPR_3bRegClass)
/freebsd-13-stable/contrib/ntp/
H A Dconfigure5250 // Iterate through items via the restricted pointer.
6423 // Iterate through items via the restricted pointer.
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure5017 // Iterate through items via the restricted pointer.

Completed in 521 milliseconds