Searched refs:cmd2 (Results 1 - 13 of 13) sorted by last modified time

/freebsd-current/usr.bin/sed/
H A Dcompile.c156 struct s_command *cmd, *cmd2, *stack; local
244 cmd2 = stack;
245 stack = cmd2->next;
246 cmd2->next = cmd;
/freebsd-current/usr.bin/mail/
H A DMakefile4 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-current/lib/libc/gen/
H A Dsetmode.c59 char cmd2; member in struct:bitcmd
108 common: if (set->cmd2 & CMD2_CLR) {
110 (set->cmd2 & CMD2_SET) ? S_IRWXO : value;
111 if (set->cmd2 & CMD2_UBITS)
113 if (set->cmd2 & CMD2_GBITS)
115 if (set->cmd2 & CMD2_OBITS)
118 if (set->cmd2 & CMD2_SET) {
119 if (set->cmd2 & CMD2_UBITS)
121 if (set->cmd2 & CMD2_GBITS)
123 if (set->cmd2
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c215 u8 cmd2 = name->cmd_id; local
217 return (*cmd1 - cmd2);
/freebsd-current/contrib/file/tests/
H A DMakefile.in313 cmd2.result \
314 cmd2.testfile \
H A DMakefile.am20 cmd2.result \
21 cmd2.testfile \
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c72 char cmd2[1024]; local
90 strcpy(cmd2, command);
93 argv[2] = cmd2;
/freebsd-current/bin/sh/tests/set-e/
H A DMakefile15 ${PACKAGE}FILES+= cmd2.1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh86 cmd2="${commands[(($i + 1 ))]}"
90 log_must $cmd2
98 grep "$(echo "$cmd2" | sed 's/^.*\/\(zpool .*\).*$/\1/')" \
100 log_fail "Didn't find \"$cmd2\" in pool history"
105 grep "$(echo "$cmd2" | sed 's/\/usr\/sbin\///g')" \
107 log_fail "Didn't find \"$cmd2\" in pool history"
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1587 char *cmd2; local
1591 cmd2 = "RETR";
1593 cmd2 = runique ? "STOU" : "STOR";
1630 if (command ("%s %s", cmd2, local) != PRELIM)
1649 if (command ("%s %s", cmd2, local) != PRELIM) {
1665 if (command ("%s %s", cmd2, local) != PRELIM) {
/freebsd-current/contrib/tnftp/src/
H A Dftp.c1843 const char *volatile cmd2; local
1848 cmd2 = "RETR";
1850 cmd2 = runique ? "STOU" : "STOR";
1892 || (command("%s %s", cmd2, local) != PRELIM))
1915 if (command("%s %s", cmd2, local) != PRELIM) {
1930 if (command("%s %s", cmd2, local) != PRELIM) {
/freebsd-current/contrib/tcsh/
H A Dma.setp.c157 char *cmd, *cmd1, *cmd2; local
170 cmd2 = cmds[ncmd+2];
190 if (cmd1 == NULL || cmd2 == NULL) TOOFEW;
192 iacmd(cmd1, cmd2);
194 ibcmd(cmd1, cmd2);
211 if (cmd1 == NULL || cmd2 == NULL) TOOFEW;
212 ccmd(cmd1, cmd2);
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dcommands_map_test.cpp90 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); local
91 commands.insert(cmd2, "foo");
104 ATF_REQUIRE_EQ("cmd2", *(*iter).second.begin());
116 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); local
117 commands.insert(cmd2);
120 ATF_REQUIRE(cmd2 == commands.find("cmd2"));
130 ATF_REQUIRE(NULL == commands.find("cmd2"));
[all...]

Completed in 199 milliseconds