Home
last modified time | relevance | path

Searched defs:cmdstring (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/
H A DRemoveWatchesCmdTest.java89 String cmdstring = "removewatches /testnode1"; in testRemoveWatchesWithNoPassedOptions() local
115 String cmdstring = "removewatches /testnode1 -d"; in testRemoveNodeDataChangedWatches() local
173 String cmdstring = "removewatches /testnode1 -c"; in testRemoveNodeChildrenChangedWatches() local
198 String cmdstring = "removewatches /testnode1 -c"; in testRemoveNodeDeletedWatches() local
261 String cmdstring = "removewatches /testnode1 -a"; in verifyRemoveAnyWatches() local
H A DZooKeeperTest.java214 String cmdstring = "stat /invalidPath"; in testStatWhenPathDoesNotExist() local
228 String cmdstring = " ls / "; in testParseWithExtraSpaces() local
240 String cmdstring = String.format("create /node %1$squoted data%1$s", quoteChar); in testParseWithQuotes() local
256 …String cmdstring = String.format("create /node %1$s%2$squoted data%2$s%1$s", outerQuotes, innerQuo… in testParseWithMixedQuotes() local
270 String cmdstring = "create /node ''"; in testParseWithEmptyQuotes() local
282 String cmdstring = "create /node '' ''"; in testParseWithMultipleQuotes() local
340 String cmdstring = "create -s /node "; in testCreateNodeWithoutData() local
367 String cmdstring = "create -s /l data ip:10.18.52.144:cdrwa f g h"; in testACLWithExtraAgruments() local
376 String cmdstring = "create /node2"; in testCreatePersistentNode() local
456 String cmdstring = "create -s -e /node data ip:scheme:gggsd"; //invalid acl's in testCheckInvalidAcls() local
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/hantek-dso/
H A Dprotocol.c51 static int send_bulkcmd(const struct sr_dev_inst *sdi, uint8_t *cmdstring, int cmdlen) in send_bulkcmd()
269 uint8_t cmdstring[12]; in dso2250_set_trigger_samplerate() local
404 uint8_t cmdstring[12]; in dso_set_trigger_samplerate() local
524 uint8_t cmdstring[8]; in dso_set_filters() local
565 uint8_t cmdstring[8]; in dso_set_voltage() local
745 uint8_t cmdstring[2]; in dso_enable_trigger() local
771 uint8_t cmdstring[2]; in dso_force_trigger() local
827 uint8_t cmdstring[2], inbuf[512]; in dso_get_capturestate() local
871 uint8_t cmdstring[2]; in dso_capture_start() local
894 uint8_t cmdstring[2]; in dso_get_channeldata() local
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dexec.c67 prepare_exec(cmdstring) in prepare_exec() argument
110 char *cmdstring; local
155 char *cmdstring; local
H A Dreport.c83 char *cmdstring; local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/interpreter/
H A DSurfpackParser.h26 std::string cmdstring; variable
89 std::string cmdstring; variable
H A DSurfpackInterpreter.h61 std::string cmdstring; variable
/dports/net/netmap/netmap-0.1.3/makelist/
H A Dmakelist.c30 string cmdstring; in main() local
/dports/deskutils/recoll/recoll-1.31.2/aspell/
H A Drclaspell.cpp181 string cmdstring(m_data->m_exec); in buildDict() local
262 string cmdstring(m_data->m_exec); in make_speller() local
/dports/textproc/sowing/sowing-1.1.18/src/textfilt/
H A Dtextout.cc46 char *cmdstring; member
204 char * TextOut::GetDQtext( char *cmdstring, char *out_str, int maxlen ) in GetDQtext()
293 int TextOut::PutCommand( char *cmdstring, in PutCommand()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/pop3/
H A Dpop3.tcl706 proc ::pop3::send {chan cmdstring} {
/dports/devel/tcllib/tcllib-1.20/modules/pop3/
H A Dpop3.tcl706 proc ::pop3::send {chan cmdstring} {
/dports/devel/tcllibc/tcllib-1.20/modules/pop3/
H A Dpop3.tcl706 proc ::pop3::send {chan cmdstring} {
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dpopen.c87 spopen (const char *cmdstring) in spopen()
H A Druncmd.c97 np_runcmd_open(const char *cmdstring, int *pfd, int *pfderr) in np_runcmd_open()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dfault.c127 char cmdstring[200]; in smb_panic() local
/dports/news/nn/nn-6.7.3/
H A Dexecute.c151 char cmdstring[512]; in run_shell() local
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dfault.c143 char cmdstring[200]; in smb_panic_default() local
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dlogintest.c90 char cmdstring[256], stripline[8]; in testAPI() local
/dports/security/openssh-portable/openssh-8.8p1/
H A Dlogintest.c90 char cmdstring[256], stripline[8]; in testAPI() local
/dports/net/honeyd/honeyd-1.5c/
H A Dsubsystem.h58 char *cmdstring; member
/dports/devel/libchipcard/libchipcard-5.0.4/src/tools/cardcommander/
H A Dcardcommander.cpp427 string cmdstring; in main() local
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Druncmd.c116 np_runcmd_open(const char *cmdstring, int *pfd, int *pfderr) in np_runcmd_open()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-iamode-parser.cpp352 int ECA_IAMODE_PARSER::command_to_action_id(const std::string& cmdstring) in command_to_action_id()
/dports/mail/py-alot/alot-0.9/alot/
H A Dhelper.py42 def split_commandstring(cmdstring): argument

123