HomeSort by: relevance | last modified time | path
    Searched refs:restricted (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl2/xcvs/dist/contrib/
descend.sh 23 \040\040-r\040\040Restricted: don't descend into RCS, CVS.adm, SCCS directories\n
43 restricted=$option
111 -o -z "$restricted" ] ; then
cvs_acls.in 57 user - userId to be allowed or restricted
58 repos - file or directory to be allowed or restricted
59 branch - branch to be allowed or restricted
90 are on the 'cvsacl' file's restricted list. If any of the files are
91 restricted, then the cvs_acls script passes back an exit code of 1
121 allow *all* files (including a restricted file) to be committed.
163 Accurately report restricted entries and their matching patterns
195 Added logging of restricted commit attempts.
196 Restricted commits can be sent to a default file:
301 restricted commit attempts
    [all...]
  /src/usr.bin/chpass/
chpass.h 38 int (*func)(const char *, struct passwd *, struct _entry *), restricted, len; member in struct:_entry
edit.c 116 /* Only admin can change "restricted" shells. */
119 * Make shell a restricted field. Ugly with a
125 list[E_SHELL].restricted = 1;
178 if (ep->restricted && uid) {
  /src/crypto/external/bsd/openssh/dist/
auth-options.h 45 int restricted; member in struct:sshauthopt
auth.c 819 struct sshauthopt *restricted; local
824 if ((restricted = sshauthopt_new()) == NULL)
826 restricted->permit_pty_flag = 1;
827 restricted->restricted = 1;
829 if (auth_activate_options(ssh, restricted) != 0)
831 sshauthopt_free(restricted);
auth-options.c 345 ret->restricted = 1;
675 OPTSCALAR(restricted);
810 (r = sshbuf_put_u8(m, opts->restricted)) != 0 ||
873 OPT_FLAG(restricted);
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-dnssec-policy-range.conf 14 dnssec-policy restricted-range {
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/
named.conf.j2 61 key restricted.example.nil {
81 grant restricted.example.nil subdomain restricted.example.nil ANY;
  /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/external/gpl3/gcc/dist/gcc/fortran/
trans-types.h 89 tree gfc_get_cfi_type (int dimen, bool restricted);
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.h 85 tree gfc_get_cfi_type (int dimen, bool restricted);
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...]
  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11_sim.c 252 cpu_get_indexed_operand_addr (sim_cpu *cpu, int restricted)
297 if (restricted)
309 if (restricted)
357 cpu_get_indexed_operand8 (sim_cpu *cpu, int restricted)
361 addr = cpu_get_indexed_operand_addr (cpu, restricted);
366 cpu_get_indexed_operand16 (sim_cpu *cpu, int restricted)
370 addr = cpu_get_indexed_operand_addr (cpu, restricted);
m68hc11-sim.h 539 extern uint16_t cpu_get_indexed_operand_addr (sim_cpu *cpu, int restricted);
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11_sim.c 252 cpu_get_indexed_operand_addr (sim_cpu *cpu, int restricted)
297 if (restricted)
309 if (restricted)
357 cpu_get_indexed_operand8 (sim_cpu *cpu, int restricted)
361 addr = cpu_get_indexed_operand_addr (cpu, restricted);
366 cpu_get_indexed_operand16 (sim_cpu *cpu, int restricted)
370 addr = cpu_get_indexed_operand_addr (cpu, 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/gdb/dist/gdb/contrib/ari/
gdb_ari.sh 546 Function name in first column should be restricted to function implementation"
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
gdb_ari.sh 546 Function name in first column should be restricted to function implementation"
  /src/usr.bin/make/unit-tests/
archive.mk 54 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
directive-for.mk 61 # variables is restricted to the current makefile, it does not reach over to
181 # possibility, therefore the variable names are restricted to using harmless
  /src/external/gpl2/gmake/dist/
make.h 583 # warning NO_CHDIR2: usage of drive letters restricted

Completed in 44 milliseconds

1 2