/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_cp_001_pos.ksh | 95 cmd_str="$CP -p" 96 [[ -d $obj ]] && cmd_str="$CP -rp" 97 log_must usr_exec $cmd_str $obj $dstdir 98 log_must usr_exec $cmd_str $obj $TESTDIR1
|
H A D | zfs_acl_cp_002_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
|
/freebsd/contrib/ee/ |
H A D | ee.c | 279 void goto_line(char *cmd_str); 1658 char *cmd_str; in command_prompt() local 1663 cmd_str = get_string(command_str, TRUE); in command_prompt() 1664 if ((result = unique_test(cmd_str, commands)) != 1) in command_prompt() 1669 wprintw(com_win, unkn_cmd_str, cmd_str); in command_prompt() 1678 if (cmd_str != NULL) in command_prompt() 1679 free(cmd_str); in command_prompt() 1682 command(cmd_str); in command_prompt() 1687 if (cmd_str != NULL) in command_prompt() 1688 free(cmd_str); in command_prompt() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 38 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, 42 const bool add_all = cmd_str.empty(); 45 if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 946 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 948 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 952 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 1017 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument 1022 std::string cmd = std::string(cmd_str); in GetCommandSP() 1068 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP() 1080 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP() 1092 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP() 1107 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP() 1135 matches->AppendString(cmd_str); in GetCommandSP() [all …]
|
/freebsd/tools/tools/indent_wrapper/ |
H A D | indent_wrapper.c | 310 cmd_block_process(block_head_t *pbh_in, block_head_t *pbh_out, char *cmd_str) in cmd_block_process() argument 317 cmd_popen(cmd_str, pfd); in cmd_block_process() 320 errx(EX_SOFTWARE, "Cannot invoke command '%s'", cmd_str); in cmd_block_process() 325 err(EX_SOFTWARE, "Cannot write all data to command '%s'", cmd_str); in cmd_block_process()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_console.c | 389 lio_console_send_cmd(struct octeon_device *oct, char *cmd_str, in lio_console_send_cmd() argument 392 uint32_t len = (uint32_t) strlen(cmd_str); in lio_console_send_cmd() 394 lio_dev_dbg(oct, "sending \"%s\" to bootloader\n", cmd_str); in lio_console_send_cmd() 410 (uint8_t *) cmd_str, len); in lio_console_send_cmd()
|
H A D | lio_device.h | 751 int lio_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 1945 typeset cmd_str="" 1949 cmd_str="$@" 1958 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 3066 const char * cmd_str; in ixl_print_nvm_cmd() local 3075 cmd_str = "READ "; in ixl_print_nvm_cmd() 3078 cmd_str = "WRITE"; in ixl_print_nvm_cmd() 3086 cmd_str, nvma_ptr, nvma_flags, nvma->offset, nvma->data_size); in ixl_print_nvm_cmd()
|