Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/tcsh/
H A Dma.setp.c157 char *cmd, *cmd1, *cmd2; in setpath() local
169 cmd1 = cmds[ncmd+1]; in setpath()
180 if (cmd1 == NULL) TOOFEW; in setpath()
181 icmd(cmd1, localsyspath); in setpath()
184 if (cmd1 == NULL) TOOFEW; in setpath()
185 incmd(cmd1, atoi(cmd+2)); in setpath()
190 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
192 iacmd(cmd1, cmd2); in setpath()
194 ibcmd(cmd1, cmd2); in setpath()
200 if (cmd1 == NULL) TOOFEW; in setpath()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh85 cmd1="${commands[$i]}"
89 log_must $cmd1
95 grep "$(echo "$cmd1" | sed 's/^.*\/\(zpool .*\).*$/\1/')" \
97 log_fail "Didn't find \"$cmd1\" in pool history"
102 grep "$(echo "$cmd1" | sed 's/\/usr\/sbin\///g')" \
104 log_fail "Didn't find \"$cmd1\" in pool history"
/freebsd/contrib/kyua/utils/cmdline/
H A Dcommands_map_test.cpp88 cmdline::base_command_no_data* cmd1 = new mock_cmd("cmd1"); in ATF_TEST_CASE_BODY() local
89 commands.insert(cmd1); in ATF_TEST_CASE_BODY()
114 cmdline::base_command_no_data* cmd1 = new mock_cmd("cmd1"); in ATF_TEST_CASE_BODY() local
115 commands.insert(cmd1); in ATF_TEST_CASE_BODY()
119 ATF_REQUIRE(cmd1 == commands.find("cmd1")); in ATF_TEST_CASE_BODY()
/freebsd/contrib/diff/src/
H A Dsdiff.c906 int cmd0, cmd1; in edit() local
909 cmd1 = 0; /* Pacify `gcc -W'. */ in edit()
932 cmd1 = skip_white (); in edit()
933 switch (cmd1) in edit()
1005 switch (cmd1) in edit()
1027 switch (cmd1) in edit()
/freebsd/contrib/file/tests/
H A Dcmd1.result1 a /usr/bin/cmd1 script, ASCII text executable
H A DMakefile.am18 cmd1.result \
19 cmd1.testfile \
H A DMakefile.in311 cmd1.result \
312 cmd1.testfile \
/freebsd/sys/dev/safe/
H A Dsafe.c775 u_int32_t cmd0, cmd1, staterec; in safe_process() local
798 cmd1 = 0; in safe_process()
818 cmd1 |= SAFE_SA_CMD1_CBC; in safe_process()
820 cmd1 |= SAFE_SA_CMD1_AES128; in safe_process()
822 cmd1 |= SAFE_SA_CMD1_AES192; in safe_process()
824 cmd1 |= SAFE_SA_CMD1_AES256; in safe_process()
873 cmd1 |= SAFE_SA_CMD1_HMAC; /* NB: enable HMAC */ in safe_process()
946 cmd1 |= SAFE_SA_CMD1_HDRCOPY; in safe_process()
951 cmd1 |= SAFE_SA_CMD1_MUTABLE; in safe_process()
1209 sa->sa_cmd1 = cmd1 in safe_process()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c146 const u8 *cmd1 = key; in iwl_trans_free()
149 return (*cmd1 - cmd2);
214 const u8 *cmd1 = key; iwl_hcmd_names_cmp() local
/freebsd/usr.bin/mail/
H A DMakefile3 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd/bin/sh/tests/set-e/
H A DMakefile13 ${PACKAGE}FILES+= cmd1.0
/freebsd/bin/sh/tests/execution/
H A DMakefile29 ${PACKAGE}FILES+= int-cmd1.0
/freebsd/bin/sh/tests/parser/
H A DMakefile47 ${PACKAGE}FILES+= empty-cmd1.0
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2255 fill_ip(ipfw_insn * cmd1, enum ipfw_opcodes opcode, u_int32_t addr) in fill_ip() argument
2257 ipfw_insn_ip *cmd = (ipfw_insn_ip *)cmd1; in fill_ip()
2260 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u32), 0, 0); in fill_ip()
2264 fill_one_port(ipfw_insn * cmd1, enum ipfw_opcodes opcode, u_int16_t port) in fill_one_port() argument
2266 ipfw_insn_u16 *cmd = (ipfw_insn_u16 *)cmd1; in fill_one_port()
2269 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u16), 0, 0); in fill_one_port()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dmotorola-mapphone-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3128.dtsi770 emmc_cmd1: emmc-cmd1 {
/freebsd/crypto/heimdal/
H A Dltmain.sh8147 for cmd1 in $cmds; do
8154 eval cmd=\"$cmd1\"
8182 eval cmd=\"$cmd1\"
/freebsd/contrib/openbsm/config/
H A Dltmain.sh9655 for cmd1 in $cmds; do
9662 eval cmd=\"$cmd1\"
9690 eval cmd=\"$cmd1\"
/freebsd/contrib/openpam/
H A Dltmain.sh9941 for cmd1 in $cmds; do
9948 eval cmd=\"$cmd1\"
9976 eval cmd=\"$cmd1\"
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh9655 for cmd1 in $cmds; do
9662 eval cmd=\"$cmd1\"
9690 eval cmd=\"$cmd1\"
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9655 for cmd1 in $cmds; do
9662 eval cmd=\"$cmd1\"
9690 eval cmd=\"$cmd1\"
/freebsd/contrib/file/
H A Dltmain.sh9670 for cmd1 in $cmds; do
9677 eval cmd=\"$cmd1\"
9705 eval cmd=\"$cmd1\"
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh9874 for cmd1 in $cmds; do
9881 eval cmd=\"$cmd1\"
9909 eval cmd=\"$cmd1\"
/freebsd/contrib/sqlite3/
H A Dltmain.sh9759 for cmd1 in $cmds; do
9766 eval cmd=\"$cmd1\"
9794 eval cmd=\"$cmd1\"
/freebsd/contrib/ldns/
H A Dltmain.sh9759 for cmd1 in $cmds; do
9766 eval cmd=\"$cmd1\"
9794 eval cmd=\"$cmd1\"

12