HomeSort by: relevance | last modified time | path
    Searched defs:restricted (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/chpass/
chpass.h 38 int (*func)(const char *, struct passwd *, struct _entry *), restricted, len; member in struct:_entry
  /src/crypto/external/bsd/openssh/dist/
auth-options.h 45 int restricted; member in struct:sshauthopt
auth.c 823 struct sshauthopt *restricted; local
828 if ((restricted = sshauthopt_new()) == NULL)
830 restricted->permit_pty_flag = 1;
831 restricted->restricted = 1;
833 if (auth_activate_options(ssh, restricted) != 0)
835 sshauthopt_free(restricted);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_config.c 356 static const char *restricted = NULL; local
365 restricted = getenv("__ZFS_POOL_RESTRICT");
379 if (NULL == restricted)
382 cur = restricted;
  /src/bin/ksh/
main.c 100 int restricted, errexit; local
345 restricted = Flag(FRESTRICTED);
390 restricted = 1;
391 if (restricted) {
771 /* Returns true if name refers to a restricted shell */
  /src/external/bsd/openldap/dist/servers/lloadd/
client.c 668 enum op_restriction restricted = c->c_restricted; local
685 if ( restricted && restricted < LLOAD_OP_RESTRICTED_ISOLATE ) {
708 if ( linked_upstream && restricted == LLOAD_OP_RESTRICTED_UPSTREAM ) {
  /src/usr.bin/msgs/
msgs.c 132 bool restricted = NO; variable
230 case 'r': /* restricted */
231 restricted = YES;
757 if (((inch = inbuf[0]) == 's' || inch == 'm') && !restricted) {
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1424 enum gfc_array_kind akind, bool restricted,
1475 restricted);
1656 bool restricted)
1787 if (restricted)
1798 if (restricted)
1849 if (restricted)
1867 gfc_get_array_descriptor_base (int dimen, int codimen, bool restricted)
1877 idx = 2 * (codimen + dimen) + restricted;
1899 (restricted
1961 enum gfc_array_kind akind, bool restricted)
2287 bool restricted; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 1412 enum gfc_array_kind akind, bool restricted,
1463 restricted);
1640 bool restricted)
1771 if (restricted)
1782 if (restricted)
1837 if (restricted)
1849 gfc_get_array_descriptor_base (int dimen, int codimen, bool restricted)
1859 idx = 2 * (codimen + dimen) + restricted;
1881 (restricted
1943 enum gfc_array_kind akind, bool restricted)
2269 bool restricted; local
    [all...]

Completed in 23 milliseconds