Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 25 of 209) sorted by relevance

123456789

/netbsd-src/external/bsd/ipf/dist/perl/
H A Dplog159 my %acts = (
353 my @acts = split (/,/, $arg);
355 foreach $a (@acts)
359 foreach $aa (keys (%acts))
361 if ($acts{$aa} eq $a)
419 %selectActs = %acts;
706 $act = '?' unless (defined ($act = $acts{$act}));
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c62 const char *acts[2] = { "vnode", "page" }; in fix_ptrptr_to_struct() local
87 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct()
107 strs[i], mems[i], acts[i]); in fix_ptrptr_to_struct()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_sugar.c446 dt_node_t *acts, *pdesc; in dt_sugar_makeerrorclause() local
450 acts = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_makeerrorclause()
453 return (dt_node_clause(pdesc, NULL, acts)); in dt_sugar_makeerrorclause()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp302 posix_spawn_file_actions_t acts; in internal_spawn_impl() local
303 res = posix_spawn_file_actions_init(&acts); in internal_spawn_impl()
307 posix_spawn_file_actions_destroy(&acts); in internal_spawn_impl()
310 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl()
311 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
312 posix_spawn_file_actions_addclose(&acts, slave_fd); in internal_spawn_impl()
332 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
/netbsd-src/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst843 …lv3:caps_switch_latch Caps Lock; acts as onetime lock when pressed together with another 3rd-level…
844 …lv3:bksl_switch_latch Backslash; acts as onetime lock when pressed together with another 3rd level…
845 …lv3:lsgt_switch_latch The "< >" key; acts as onetime lock when pressed together with another…
887 caps:shift Caps Lock acts as Shift with locking; Shift "pauses" Caps Lock
888 caps:shift_nocancel Caps Lock acts as Shift with locking; Shift does not affect Caps Lock
966 …lv5:lsgt_switch_lock The "< >" key chooses 5th level and acts as a one-time lock if pressed …
967 …lv5:ralt_switch_lock Right Alt chooses 5th level and acts as a one-time lock if pressed with anoth…
968 …lv5:lwin_switch_lock Left Win chooses 5th level and acts as a one-time lock if pressed with anothe…
969 …lv5:rwin_switch_lock Right Win chooses 5th level and acts as a one-time lock if pressed with anoth…
970 …lv5:lsgt_switch_lock_cancel The "< >" key chooses 5th level and acts as a one-time lock if p…
[all …]
H A Devdev.lst843 …lv3:caps_switch_latch Caps Lock; acts as onetime lock when pressed together with another 3rd-level…
844 …lv3:bksl_switch_latch Backslash; acts as onetime lock when pressed together with another 3rd level…
845 …lv3:lsgt_switch_latch The "< >" key; acts as onetime lock when pressed together with another…
887 caps:shift Caps Lock acts as Shift with locking; Shift "pauses" Caps Lock
888 caps:shift_nocancel Caps Lock acts as Shift with locking; Shift does not affect Caps Lock
966 …lv5:lsgt_switch_lock The "< >" key chooses 5th level and acts as a one-time lock if pressed …
967 …lv5:ralt_switch_lock Right Alt chooses 5th level and acts as a one-time lock if pressed with anoth…
968 …lv5:lwin_switch_lock Left Win chooses 5th level and acts as a one-time lock if pressed with anothe…
969 …lv5:rwin_switch_lock Right Win chooses 5th level and acts as a one-time lock if pressed with anoth…
970 …lv5:lsgt_switch_lock_cancel The "< >" key chooses 5th level and acts as a one-time lock if p…
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/
H A DREADME12 Implementing it here ends up being quite useful: it acts as a simple constrained
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_desx_cbc.pod18 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
H A DEVP_seed_cbc.pod26 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
H A DEVP_sm4_cbc.pod28 All modes below use a key length of 128 bits and acts on blocks of 128 bits.
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c1216 * @acts: table of interrupt actions
1228 const struct intr_info *acts, in t3_handle_intr_status() argument
1234 for ( ; acts->mask; ++acts) { in t3_handle_intr_status()
1235 if (!(status & acts->mask)) continue; in t3_handle_intr_status()
1236 if (acts->fatal) { in t3_handle_intr_status()
1239 acts->msg, status & acts->mask); in t3_handle_intr_status()
1240 } else if (acts->msg) in t3_handle_intr_status()
1242 acts in t3_handle_intr_status()
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_desx_cbc.pod18 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
H A DEVP_seed_cbc.pod26 All modes below use a key length of 128 bits and acts on blocks of 128-bits.
H A DEVP_sm4_cbc.pod28 All modes below use a key length of 128 bits and acts on blocks of 128 bits.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Dgnulib-cache.m412 # It acts as a cache: It is written and read by gnulib-tool.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dgnulib-cache.m412 # It acts as a cache: It is written and read by gnulib-tool.
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A DREADME16 finally acts as an archive for PRs which have been resolved.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgnulib-cache.m424 # It acts as a cache: It is written and read by gnulib-tool.
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dfskeletn.s218 # _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
232 # _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.autofs18 - [this applies to Solaris/IRIX 6/HP-UX/AIX] Amd acts as *both* automountd and
23 requests from the kernel-based autofs, and acts upon them. Since there can
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td23 def subreg_l32 : SubRegIndex<32, 0>; // Also acts as subreg_ll32.
24 def subreg_h32 : SubRegIndex<32, 32>; // Also acts as subreg_lh32.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DAutomaton.td43 // acts as a predicate. This means the state space can be discovered by crawling
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_method_construct.pod64 reference counting and acts accordingly (i.e. it will call the
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-ppc.texi234 then the @samp{!} character also acts as a line comment character.
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dreferrals.sdf28 The referral object acts as a delegation point, gluing two services

123456789