| /freebsd-14.2/lib/libc/gen/ |
| H A D | setmode.c | 61 char cmd2; member 113 if (set->cmd2 & CMD2_UBITS) in getmode() 115 if (set->cmd2 & CMD2_GBITS) in getmode() 117 if (set->cmd2 & CMD2_OBITS) in getmode() 120 if (set->cmd2 & CMD2_SET) { in getmode() 121 if (set->cmd2 & CMD2_UBITS) in getmode() 406 set->cmd2 |= CMD2_SET; in addcmd() 408 set->cmd2 |= CMD2_CLR; in addcmd() 467 set->cmd2 = 0; in compress_mode() 473 set->cmd2 = 0; in compress_mode() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_001_pos.ksh | 86 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-14.2/contrib/kyua/utils/cmdline/ |
| H A D | commands_map_test.cpp | 90 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-14.2/contrib/tcsh/ |
| H A D | ma.setp.c | 157 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-14.2/contrib/file/tests/ |
| H A D | cmd2.result | 1 a /usr/bin/cmd2 script, ASCII text executable
|
| H A D | Makefile.am | 20 cmd2.result \ 21 cmd2.testfile \
|
| H A D | Makefile.in | 313 cmd2.result \ 314 cmd2.testfile \
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.c | 215 u8 cmd2 = name->cmd_id; in iwl_hcmd_names_cmp() local 217 return (*cmd1 - cmd2); in iwl_hcmd_names_cmp()
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | Makefile | 5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
|
| /freebsd-14.2/bin/sh/tests/set-e/ |
| H A D | Makefile | 15 ${PACKAGE}FILES+= cmd2.1
|
| /freebsd-14.2/usr.bin/sed/ |
| H A D | compile.c | 159 struct s_command *cmd, *cmd2, *stack; in compile_stream() local 247 cmd2 = stack; in compile_stream() 248 stack = cmd2->next; in compile_stream() 249 cmd2->next = cmd; in compile_stream()
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 1587 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-14.2/contrib/tnftp/src/ |
| H A D | ftp.c | 1843 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-14.2/usr.sbin/pmcstudy/ |
| H A D | pmcstudy.c | 72 char cmd2[1024]; in my_popen() local 90 strcpy(cmd2, command); in my_popen() 93 argv[2] = cmd2; in my_popen()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | motorola-mapphone-common.dtsi | 474 /* cmd2 0x4a100142 uart3_rts_sd.gpio_142 f28 */
|