| /freebsd-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_cp_001_pos.ksh | 100 cmd_str="$CP -p" 101 [[ -d $obj ]] && cmd_str="$CP -rp" 102 log_must usr_exec $cmd_str $obj $dstdir 103 log_must usr_exec $cmd_str $obj $TESTDIR1
|
| H A D | zfs_acl_cp_002_pos.ksh | 105 cmd_str="$CP -p@" 106 [[ -d $obj ]] && cmd_str="$CP -rp@" 107 log_must usr_exec $cmd_str $obj $dstdir 108 log_must usr_exec $cmd_str $obj $TESTDIR1
|
| /freebsd-13.1/contrib/ee/ |
| H A D | ee.c | 1705 cmd_str = next_word(cmd_str); 1721 cmd_str = next_word(cmd_str); 1749 else if ((*cmd_str >= '0') && (*cmd_str <= '9')) 1808 cmd_str++; 1809 if ((*cmd_str == ' ') || (*cmd_str == 9)) 1810 cmd_str = next_word(cmd_str); 1817 cmd_str++; 1818 if ((*cmd_str == ' ') || (*cmd_str == '\t')) 1819 cmd_str = next_word(cmd_str); 1828 if ((*cmd_str == ' ') || (*cmd_str == '\t')) [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 36 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, 40 const bool add_all = cmd_str.empty(); 43 if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 887 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 889 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 893 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 906 std::string cmd = std::string(cmd_str); in GetCommandSP() 993 matches->AppendString(cmd_str); in GetCommandSP() 1053 CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact() argument 1056 Args cmd_words(cmd_str); in GetCommandSPExact() 1058 if (cmd_str.empty()) in GetCommandSPExact() 1062 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact() 1095 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() argument [all …]
|
| /freebsd-13.1/tools/tools/indent_wrapper/ |
| H A D | indent_wrapper.c | 312 cmd_block_process(block_head_t *pbh_in, block_head_t *pbh_out, char *cmd_str) in cmd_block_process() argument 319 cmd_popen(cmd_str, pfd); in cmd_block_process() 322 errx(EX_SOFTWARE, "Cannot invoke command '%s'", cmd_str); in cmd_block_process() 327 err(EX_SOFTWARE, "Cannot write all data to command '%s'", cmd_str); in cmd_block_process()
|
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | lio_console.c | 390 lio_console_send_cmd(struct octeon_device *oct, char *cmd_str, in lio_console_send_cmd() argument 393 uint32_t len = (uint32_t) strlen(cmd_str); in lio_console_send_cmd() 395 lio_dev_dbg(oct, "sending \"%s\" to bootloader\n", cmd_str); in lio_console_send_cmd() 411 (uint8_t *) cmd_str, len); in lio_console_send_cmd()
|
| H A D | lio_device.h | 752 int lio_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | 1746 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local 1751 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1755 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync() 1758 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1765 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync() 1775 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync() 1782 cmd_str); in iwl_trans_txq_send_hcmd_sync() 1792 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1807 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
|
| /freebsd-13.1/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 1950 typeset cmd_str="" 1954 cmd_str="$@" 1963 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 2970 const char * cmd_str; in ixl_print_nvm_cmd() local 2979 cmd_str = "READ "; in ixl_print_nvm_cmd() 2982 cmd_str = "WRITE"; in ixl_print_nvm_cmd() 2990 cmd_str, nvma_ptr, nvma_flags, nvma->offset, nvma->data_size); in ixl_print_nvm_cmd()
|