Searched refs:cmd2 (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | pipeio1.awk | 23 cmd1="cat " FILE1; cmd2="cat " FILE2; 28 cmd2 | getline L; 30 close(cmd2);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_001_pos.ksh | 87 cmd2="${commands[(($i + 1 ))]}" 91 log_must $cmd2 97 grep "$(echo "$cmd2" | sed 's/\/usr\/sbin\///g')" $NEW_HISTORY \ 98 >/dev/null 2>&1 || log_fail "Didn't find \"$cmd2\" in pool history"
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 806 cmd1 = cmd2 = "{} -c ".format(ctfdump_cmd) 810 cmd2 += "-p {} ".format(diff_ctf.genunix2) 816 cmd2 += f2 818 return (cmd1, cmd2) 832 cmd2 = elfdump_cmd + " -r " + f2 + " > " + tmpFile2 835 cmd2 = elfdump_cmd + " -g " + f2 + " > " + tmpFile2 838 cmd2 = elfdump_cmd + " -h " + f2 + " > " + tmpFile2 841 cmd2 = elfdump_cmd + " -d " + f2 + " > " + tmpFile2 844 cmd2 = elfdump_cmd + " -G " + f2 + " > " + tmpFile2 847 cmd2 = elfdump_cmd + " -H " + f2 + " > " + tmpFile2 [all …]
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | compile.c | 155 struct s_command *cmd, *cmd2, *stack; in compile_stream() local 241 cmd2 = stack; in compile_stream() 242 stack = cmd2->next; in compile_stream() 243 cmd2->next = cmd; in compile_stream()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | Makefile | 32 OBJS= myfopen.o cmd1.o cmd2.o cmd3.o \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1869 char *cmd2; in proxtrans() local 1874 cmd2 = "RETR"; in proxtrans() 1876 cmd2 = runique ? "STOU" : "STOR"; in proxtrans() 1954 if (command("%s %s", cmd2, local) != PRELIM) in proxtrans() 1989 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans() 2066 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_gld.c | 1474 uint8_t cmd, cmd2; local 1529 cmd2 = (uint8_t )data1->cmd2; 1535 switch(cmd2){
|
H A D | qede.h | 907 uint64_t cmd2; member
|