Searched refs:cmd_str (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.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-12.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-12.1/contrib/libstdc++/scripts/ |
| H A D | make_graphs.py | 50 cmd_str = '%s/scripts/make_graph.py %s %s %s %s %s' % ( 57 so = commands.getstatusoutput(cmd_str) 59 sys.stderr.write(cmd_str + '\n')
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 37 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, 41 const bool add_all = cmd_str.empty(); 44 if (add_all || (iter->first.find(cmd_str, 0) == 0)) {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 844 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 846 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 850 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 863 std::string cmd = cmd_str; in GetCommandSP() 950 matches->AppendString(cmd_str); in GetCommandSP() 1015 if (cmd_str.empty()) in GetCommandSPExact() 1019 return GetCommandSP(cmd_str, include_aliases, true, nullptr); in GetCommandSPExact() 1053 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() argument 1057 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject() 1072 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject() [all …]
|
| /freebsd-12.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-12.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-12.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; \
|