| /freebsd/crypto/heimdal/kuser/ |
| H A D | Makefile.am | 42 nodist_kcc_SOURCES = kcc-commands.c 44 $(kcc_OBJECTS): kcc-commands.h 47 nodist_kdigest_SOURCES = kdigest-commands.c 57 $(kdigest_OBJECTS): kdigest-commands.h 60 kdigest-commands.h kdigest-commands.c \ 61 kcc-commands.h kcc-commands.c 63 kdigest-commands.c kdigest-commands.h: kdigest-commands.in 64 $(SLC) $(srcdir)/kdigest-commands.in 66 kcc-commands.c kcc-commands.h: kcc-commands.in 67 $(SLC) $(srcdir)/kcc-commands.in [all …]
|
| /illumos-gate/usr/src/man/man1/ |
| H A D | history.1 | 98 The \fBfc\fR utility lists or edits and reexecutes, commands previously entered 102 The command history list references commands by number. The first number in the 110 time-ordering sequence of the commands. For example, if four commands in 116 When commands are edited (when the \fB-l\fR option is not specified), the 163 repetition of complicated commands or arguments. Command lines are saved in the 570 a range of commands from \fIfirst\fR to \fIlast\fR is selected from the last 571 \fBHISTSIZE\fR commands that were typed at the terminal. The arguments 575 If the \fB-l\fR flag is selected, the commands are listed on standard output. 577 containing these keyboard commands. If \fIename\fR is not supplied, then the 582 listing. The flag \fB-r\fR reverses the order of the commands and the flag [all …]
|
| H A D | shell_builtins.1 | 11 until, while \- shell command interpreter built-in commands 16 \fBsh\fR(1) have special built-in commands. The commands \fBcase\fR, \fBfor\fR, 18 \fBswitch\fR, \fBuntil\fR, and \fBwhile\fR are commands in the syntax 19 recognized by the shells. They are described in the \fBCommands\fR section of 29 The remaining commands listed in the following table are built into the shells 127 .SS "Bourne Shell, sh, Special Commands" 130 Input/output redirection is now permitted for these commands. File descriptor 1 132 \fBSpecial Commands\fR are added to the shell's environment. 151 Read and execute commands from \fIfilename\fR and return. The search path 159 Built-in commands are executed within the C shell. If a built-in command occurs [all …]
|
| /illumos-gate/usr/src/lib/krb5/ss/ |
| H A D | listen.c | 61 * to the top-level commands (char*) that a program supports. 62 * count reflects the number of commands cmd holds. Memory must 65 void get_commands(ss_commands *commands) { in get_commands() argument 71 commands->count = 0; in get_commands() 73 info = ss_info(commands->sci_idx); in get_commands() 79 if (commands->cmd != NULL) in get_commands() 80 commands->cmd[commands->count] = *cmd; in get_commands() 81 commands->count++; in get_commands() 94 ss_commands *commands = data; in CPL_MATCH_FN() local 106 if (ss_parse(commands->sci_idx, l, &argc, &argv, 1)) { in CPL_MATCH_FN() [all …]
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | commands_map_test.cpp | 78 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local 79 ATF_REQUIRE(commands.empty()); in ATF_TEST_CASE_BODY() 80 ATF_REQUIRE(commands.begin() == commands.end()); in ATF_TEST_CASE_BODY() 87 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local 89 commands.insert(cmd1); in ATF_TEST_CASE_BODY() 91 commands.insert(cmd2, "foo"); in ATF_TEST_CASE_BODY() 93 ATF_REQUIRE(!commands.empty()); in ATF_TEST_CASE_BODY() 96 iter = commands.begin(); in ATF_TEST_CASE_BODY() 106 ATF_REQUIRE(++iter == commands.end()); in ATF_TEST_CASE_BODY() 113 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-func-commands.mk | 1 # $NetBSD: cond-func-commands.mk,v 1.6 2025/01/10 23:00:38 rillig Exp $ 3 # Tests for the commands() function in .if conditions. 8 # have commands. Sounds obvious, but good to know that it is really so. 9 .if commands(target) 15 # Now the target exists, but it still has no commands. 16 .if commands(target) 23 # Even after the comment, the target still has no commands. 24 .if commands(target) 31 # Finally the target has commands. 32 .if !commands(target) [all …]
|
| /freebsd/share/doc/usd/04.csh/ |
| H A D | csh.2 | 37 directory and begins by reading commands from a file 42 We will later see what kinds of commands are usefully placed there. 49 will, after it reads commands from 51 read commands from a file 54 This file contains commands which you wish to do each time you login 74 This file contains several commands to be executed by \s-2UNIX\s0 99 print out statistics lines for commands which execute for at least 15 seconds 101 I want the shell to remember the last 10 commands I type in its 126 file and begin reading commands from the terminal, prompting for each with 131 will print `logout' and execute commands from the file `.logout' [all …]
|
| H A D | csh.g | 58 thus commands which are in `.' are found first (2.2). 128 Commands in \s-2UNIX\s0 receive a list of 155 Commands started without waiting for them to complete are called 157 commands (2.6). 185 heavily used commands and `/usr/bin' which contains most other user 212 Most commands in \s-2UNIX\s0 are not built into the shell, 216 These commands are accessible because the directories in which 360 It is one of the most commonly used \s-2UNIX\s0 commands (1.6). 506 Commands receiving input from a 511 Most commands terminate when they receive an [all …]
|
| /freebsd/share/doc/usd/13.viref/ |
| H A D | vi.cmd.roff | 15 commands, and for 57 There are several commands that change 95 is in the scrolling and screen oriented position commands, 108 these commands acted on physical (as opposed to logical, or screen) 111 screen, this meant that single line scroll commands might repaint the 112 entire screen, scrolling or screen positioning commands might not change 119 these commands act on logical, i.e. screen lines. 127 Each command description (for commands that alter the current cursor 165 commands. 195 commands. [all …]
|
| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-list.1 | 73 [\fB\-commands\fR] 74 [\fB\-standard\-commands\fR] 76 [\fB\-digest\-commands\fR] 82 [\fB\-cipher\-commands\fR] 126 List the commands, digest-commands, or cipher-commands in a single column. 164 .IP \fB\-commands\fR 4 165 .IX Item "-commands" 167 Display a list of standard commands. 168 .IP \fB\-standard\-commands\fR 4 169 .IX Item "-standard-commands" [all …]
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-2 | 140 is good to run the commands `serial' (*note serial::) and `terminal' 146 preset menu, if available. This includes running commands and 169 script. This means that you must put commands to initialize a network in 195 configuration and run arbitrary commands at run-time. For example, the 247 execute commands in an entry until GRUB encounters `lock'. 419 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top 426 performing any desired combination of boot commands. 450 interface-Footnote-1::). The commands (*note Command-line and menu 451 entry commands::) are a subset of those available in the configuration 499 When typing commands interactively, if the cursor is within or before [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/ |
| H A D | uncore-ddrc.json | 19 "BriefDescription": "DDRC write commands", 20 "PublicDescription": "DDRC write commands", 26 "BriefDescription": "DDRC read commands", 27 "PublicDescription": "DDRC read commands", 33 "BriefDescription": "DDRC precharge commands", 34 "PublicDescription": "DDRC precharge commands", 40 "BriefDescription": "DDRC active commands", 41 "PublicDescription": "DDRC active commands", 47 "BriefDescription": "DDRC rank commands", 48 "PublicDescription": "DDRC rank commands",
|
| /freebsd/crypto/heimdal/admin/ |
| H A D | Makefile.am | 25 ktutil-commands.c 27 $(ktutil_OBJECTS): ktutil-commands.h 29 CLEANFILES = ktutil-commands.h ktutil-commands.c 31 ktutil-commands.c ktutil-commands.h: ktutil-commands.in 32 $(SLC) $(srcdir)/ktutil-commands.in 43 EXTRA_DIST = NTMakefile ktutil-version.rc $(man_MANS) ktutil-commands.in
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | ENGINE_add.3 | 478 available "control commands", providing a more flexible configuration 482 supported control commands and simply prefer to pass settings into ENGINEs 485 Before illustrating how control commands work, it is worth mentioning what 487 control commands; the first is to provide the necessary details to the 492 logging information, etc etc. This class of commands typically needs to be 494 calling \fBENGINE_init()\fR. The other class of commands consist of settings or 496 place, and these commands may work either before or after \fBENGINE_init()\fR, or 498 this in the descriptions attached to built-in control commands and/or in 501 \&\fIIssuing control commands to an ENGINE\fR 506 the string-pairs used for control commands consist of a command "name" [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | uncore-memory.json | 1499 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1508 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1517 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1526 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1535 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1544 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1553 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1562 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1571 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… 1580 …licDescription": "Counts the number of HBM Activate commands sent on this channel. Activate comma… [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
| H A D | uncore-memory.json | 23 "BriefDescription": "All DRAM read CAS commands issued (does not include underfills)", 34 "BriefDescription": "DRAM underfill read CAS commands issued", 45 "BriefDescription": "All DRAM read CAS commands issued (including underfills)", 56 "BriefDescription": "All DRAM write CAS commands issued", 258 "BriefDescription": "DRAM Precharge commands. : Precharge due to (?)", 280 "BriefDescription": "All DRAM CAS commands issued", 291 "BriefDescription": "DRAM RD_CAS and WR_CAS Commands", 302 "BriefDescription": "DRAM RD_CAS and WR_CAS Commands", 313 "BriefDescription": "DRAM RD_CAS and WR_CAS Commands", 346 "BriefDescription": "DRAM Precharge commands. : Precharge due to read", [all …]
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | Makefile.am | 37 kadmin-commands.c \ 38 kadmin-commands.h 40 $(kadmin_OBJECTS): kadmin-commands.h 42 CLEANFILES = kadmin-commands.h kadmin-commands.c 44 kadmin-commands.c kadmin-commands.h: kadmin-commands.in 45 $(SLC) $(srcdir)/kadmin-commands.in 97 kadmin-commands.in
|
| /freebsd/share/man/man1/ |
| H A D | intro.1 | 36 .Nd introduction to general commands (tools and utilities) 38 Section one of the manual contains most of the commands 42 Some of the commands included with the system in section one are 45 file manipulation commands, 46 system status commands, 47 remote file copy commands, mail commands, 50 and line printer commands. 52 Tens of thousands of additional commands are available to be installed 62 All commands se [all...] |
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-list.pod.in | 16 [B<-commands>] 17 [B<-standard-commands>] 20 -}[B<-digest-commands>] 28 -}[B<-cipher-commands>] 79 List the commands, digest-commands, or cipher-commands in a single column. 118 =item B<-commands> 120 Display a list of standard commands. 122 =item B<-standard-commands> 124 List of standard commands. 126 =item B<-digest-commands> [all …]
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 76 Commands chapter 79 There are several commands that the server understands. 82 @@UAHL@unbound-control.commands@start@@ 91 @@UAHL@unbound-control.commands@stop@@ 96 @@UAHL@unbound-control.commands@reload@@ 101 @@UAHL@unbound-control.commands@reload_keep_cache@@ 108 @@UAHL@unbound-control.commands@fast_reload@@ [``+dpv``] 265 :ref:`flush_requestlist<unbound-control.commands.flush_requestlist>`. 288 @@UAHL@unbound-control.commands@verbosity@@ *number* 296 @@UAHL@unbound-control.commands@log_reopen@@ [all …]
|
| /freebsd/kerberos5/libexec/kdigest/ |
| H A D | Makefile | 10 kdigest-commands.c \ 11 kdigest-commands.h 13 CLEANFILES= kdigest-commands.h kdigest-commands.c 15 kdigest-commands.h: kdigest-commands.in 18 kdigest-commands.c: kdigest-commands.h
|
| /freebsd/kerberos5/usr.sbin/ktutil/ |
| H A D | Makefile | 12 ktutil-commands.c \ 13 ktutil-commands.h \ 22 CLEANFILES= ktutil-commands.h ktutil-commands.c 26 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in 29 ktutil-commands.c: ktutil-commands.h
|
| /freebsd/kerberos5/usr.bin/hxtool/ |
| H A D | Makefile | 13 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h 15 CLEANFILES= hxtool-commands.h hxtool-commands.c 17 hxtool-commands.h: hxtool-commands.in 20 hxtool-commands.c: hxtool-commands.h
|
| /freebsd/kerberos5/usr.sbin/iprop-log/ |
| H A D | Makefile | 5 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h 14 CLEANFILES= iprop-commands.h iprop-commands.c 16 iprop-commands.h: iprop-commands.in 19 iprop-commands.c: iprop-commands.h
|
| /illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
| H A D | commands.h | 61 * NOTE: CDROM commands are defined in cdio.h 65 * Group 0 Commands (CDB range 0x00 - 0x1F) 70 * Group 0 commands, All Devices 80 * Group 0 commands, Direct Access Devices 102 * Group 0 commands, Sequential Access Devices 130 * Group 0 commands, Printer Devices 150 * Group 0 commands, Processor Devices 163 * Group 0 commands, WORM Devices 184 * Group 0 commands, Read Only Devices 204 * Group 1 Commands (CDB range 0x20 - 0x3F) [all …]
|