Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 179) sorted by relevance

12345678

/openbsd/bin/ed/test/
H A DTODO11 4) red .. - error: restricted
12 5) red / - error: restricted
13 5) red !xx - error: restricted
/openbsd/gnu/usr.bin/cvs/contrib/
H A Ddescend.sh31 restricted=$option
99 -o -z "$restricted" ] ; then
/openbsd/usr.sbin/bgpd/
H A Dcontrol.c69 control_init(int restricted, char *path) in control_init() argument
97 if (restricted) { in control_init()
158 control_accept(int listenfd, int restricted) in control_accept() argument
185 ctl_conn->restricted = restricted; in control_accept()
276 if (c->restricted) { in control_dispatch_msg()
H A Dbgpd.c1179 int fd, restricted; in control_setup() local
1194 restricted = 0; in control_setup()
1196 &restricted, sizeof(restricted)) == -1) in control_setup()
1215 restricted = 1; in control_setup()
1217 &restricted, sizeof(restricted)) == -1) in control_setup()
H A Dsession.h123 int restricted; member
/openbsd/usr.bin/ssh/
H A Dauth.c764 struct sshauthopt *restricted; in auth_restrict_session() local
769 if ((restricted = sshauthopt_new()) == NULL) in auth_restrict_session()
771 restricted->permit_pty_flag = 1; in auth_restrict_session()
772 restricted->restricted = 1; in auth_restrict_session()
774 if (auth_activate_options(ssh, restricted) != 0) in auth_restrict_session()
776 sshauthopt_free(restricted); in auth_restrict_session()
H A Dauth-options.h44 int restricted; member
H A Dauth-options.c339 ret->restricted = 1; in sshauthopt_parse()
669 OPTSCALAR(restricted); in sshauthopt_copy()
804 (r = sshbuf_put_u8(m, opts->restricted)) != 0 || in sshauthopt_serialise()
867 OPT_FLAG(restricted); in sshauthopt_deserialise()
H A DPROTOCOL.agent41 restricted keys. It may be attached as a constraint when keys or
/openbsd/regress/bin/ksh/
H A Dtrap.t9 name: failed-redirect-triggers-ERR-restricted
11 Check that restricted mode prevents valid redirections that may write.
19 /restricted/
/openbsd/usr.bin/cu/
H A Dcu.h27 extern int restricted;
H A Dcu.c49 int restricted = 0; variable
120 restricted = 1; in main()
194 if (restricted && pledge("stdio tty", NULL) == -1) in main()
H A Dcommand.c229 if (restricted && strchr("CRX$>", c) != NULL) { in do_command()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td453 // These operations can be done in parallel. The DP is restricted so we need a
827 // Full 6 dispatches are required as this is both cracked and restricted.
848 // Full 6 dispatches are required as this is a restricted instruction.
890 // Single slice Restricted store operation. The restricted operation requires
1021 // Cracked, restricted, ALU operations.
1048 // One of the ALU ops is restricted the other is not so we have a total of
1085 // One of the ALU ops is restricted and takes 3 dispatches.
1100 // Both of the ALU ops are restricted and take 3 dispatches.
1108 // total of 6 cycles. All of the ALU operations are also restricted so each
1252 // also restricted.
[all …]
/openbsd/usr.bin/chpass/
H A Dedit.c113 list[E_SHELL].restricted = 1; in display()
166 if (ep->restricted && uid) { in verify()
H A Dchpass.h40 int restricted, len; member
/openbsd/bin/ksh/
H A Dmain.c150 int restricted, errexit; in main() local
396 restricted = Flag(FRESTRICTED); in main()
432 restricted = 1; in main()
433 if (restricted) { in main()
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dproblems.t120 is(keys(%h), 1, "keys correct in parent with restricted hash");
123 is($child, 1, "keys correct in child with restricted hash");
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/
H A DChanges30 developed to support restricted hashes in Data::Dump::Streamer
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.opt245 mprioritize-restricted-insns=
247 Specify scheduling priority for dispatch slot restricted insns
/openbsd/regress/usr.bin/ssh/unittests/authopt/
H A Dtests.c60 ret->restricted = 1; in default_authkey_restrict_opts()
100 FLAG_EQ(restricted); in compare_opts()
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dstress.t39 # restricted to finishing in numerical order
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DREADME.txt5 The initial backend is deliberately restricted to z10. We should add support
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt104 We are restricted to using single instructions to branch between the
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DC++STYLE267 // in-class function definitions should be restricted to one-liners.

12345678