Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/gen/
H A Dsetmode.c59 char cmd2; member
108 common: if (set->cmd2 & CMD2_CLR) { in getmode()
110 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
111 if (set->cmd2 & CMD2_UBITS) in getmode()
113 if (set->cmd2 & CMD2_GBITS) in getmode()
115 if (set->cmd2 & CMD2_OBITS) in getmode()
118 if (set->cmd2 & CMD2_SET) { in getmode()
119 if (set->cmd2 & CMD2_UBITS) in getmode()
121 if (set->cmd2 & CMD2_GBITS) in getmode()
123 if (set->cmd2 & CMD2_OBITS) in getmode()
[all …]
/freebsd/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/contrib/kyua/utils/cmdline/
H A Dcommands_map_test.cpp90 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); in ATF_TEST_CASE_BODY() local
91 commands.insert(cmd2, "foo"); in ATF_TEST_CASE_BODY()
116 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); in ATF_TEST_CASE_BODY() local
117 commands.insert(cmd2); in ATF_TEST_CASE_BODY()
120 ATF_REQUIRE(cmd2 == commands.find("cmd2")); in ATF_TEST_CASE_BODY()
/freebsd/contrib/tcsh/
H A Dma.setp.c157 char *cmd, *cmd1, *cmd2; in setpath() local
170 cmd2 = cmds[ncmd+2]; in setpath()
190 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
192 iacmd(cmd1, cmd2); in setpath()
194 ibcmd(cmd1, cmd2); in setpath()
211 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
212 ccmd(cmd1, cmd2); in setpath()
/freebsd/contrib/file/tests/
H A Dcmd2.result1 a /usr/bin/cmd2 script, ASCII text executable
H A DMakefile.am20 cmd2.result \
21 cmd2.testfile \
H A DMakefile.in314 cmd2.result \
315 cmd2.testfile \
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c147 u8 cmd2 = name->cmd_id; in iwl_trans_free()
149 return (*cmd1 - cmd2);
215 u8 cmd2 = name->cmd_id; 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 DMakefile14 ${PACKAGE}FILES+= cmd2.1
/freebsd/usr.bin/sed/
H A Dcompile.c156 struct s_command *cmd, *cmd2, *stack; in compile_stream() local
244 cmd2 = stack; in compile_stream()
245 stack = cmd2->next; in compile_stream()
246 cmd2->next = cmd; in compile_stream()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1587 char *cmd2; in proxtrans() local
1591 cmd2 = "RETR"; in proxtrans()
1593 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1630 if (command ("%s %s", cmd2, local) != PRELIM) in proxtrans()
1649 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1665 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
/freebsd/contrib/tnftp/src/
H A Dftp.c1843 const char *volatile cmd2; in proxtrans() local
1848 cmd2 = "RETR"; in proxtrans()
1850 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1892 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans()
1915 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1930 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c72 char cmd2[1024]; in my_popen() local
90 strcpy(cmd2, command); in my_popen()
93 argv[2] = cmd2; in my_popen()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dmotorola-mapphone-common.dtsi