Home
last modified time | relevance | path

Searched refs:rawcmd (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/tikiwiki/tiki-21.2/lib/debug/
H A Ddebugger.php82 function execute($rawcmd) argument
85 $rawcmd = trim($rawcmd);
88 if (strlen($rawcmd)) {
90 $cmd = substr($rawcmd, 0, (($pos = strpos($rawcmd, ' ')) == false ? strlen($rawcmd) : $pos));
96 $result = $this->commands[$cmd]->execute(str_replace($cmd, '', $rawcmd));
108 $rawcmd = trim(str_replace($cmd, "", $rawcmd));
111 if (strlen($rawcmd) == 0) {
123 if (isset($this->commands[$rawcmd])) {
125 $cmdobj = $this->commands[$rawcmd];
132 return '<tr><td><span class="dbgerror">No such command "' . $rawcmd . '"</span></td></tr>';
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/shepp/
H A Dshepp.cpp118 string rawcmd(line); in execute() local
119 rawcmd = rawcmd.substr(args[0].length()); in execute()
120 while (whitespace(rawcmd[0])) { in execute()
121 rawcmd = rawcmd.substr(1); in execute()
124 if (rawcmd == "") { in execute()
129 rawcmd += unit; in execute()
133 args.push_back(rawcmd); in execute()
H A DSheppCommandFunctions.H273 string rawcmd(cmdLine); in executeInputFile()
274 rawcmd = rawcmd.substr(command_args[0].length()); in executeInputFile()
275 while (whitespace(rawcmd[0])) { in executeInputFile()
276 rawcmd = rawcmd.substr(1); in executeInputFile()
279 if (rawcmd == "") { in executeInputFile()
285 rawcmd += unit; in executeInputFile()
289 command_args.push_back(rawcmd); in executeInputFile()
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/
H A DMain.hs113 rawcmd = headDef "" $ takeWhile isNonEmptyNonFlag args' function
114 isNullCommand = null rawcmd
115 (argsbeforecmd, argsaftercmd') = break (==rawcmd) args
123 dbgIO "raw command is probably" rawcmd
139 isBadCommand = not (null rawcmd) && null cmd
143 …badCommandError = error' ("command "++rawcmd++" is not recognized, run with no command to see…
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/
H A DMain.hs113 rawcmd = headDef "" $ takeWhile isNonEmptyNonFlag args' function
114 isNullCommand = null rawcmd
115 (argsbeforecmd, argsaftercmd') = break (==rawcmd) args
123 dbgIO "raw command is probably" rawcmd
139 isBadCommand = not (null rawcmd) && null cmd
143 …badCommandError = error' ("command "++rawcmd++" is not recognized, run with no command to see…
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/
H A DMain.hs113 rawcmd = headDef "" $ takeWhile isNonEmptyNonFlag args' function
114 isNullCommand = null rawcmd
115 (argsbeforecmd, argsaftercmd') = break (==rawcmd) args
123 dbgIO "raw command is probably" rawcmd
139 isBadCommand = not (null rawcmd) && null cmd
143 …badCommandError = error' ("command "++rawcmd++" is not recognized, run with no command to see…
/dports/sysutils/webmin/webmin-1.981/
H A Drpc.cgi56 local ($rawcmd, $cmd, @rv);
60 $rawcmd .= $_;
64 $cmd = &unserialise_variable($rawcmd);
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_ping.c78 char *rawcmd = NULL; in main() local
114 rawcmd = strdup(PING6_COMMAND); in main()
116 rawcmd = strdup(PING_COMMAND); in main()
118 rawcmd = strdup(PING_COMMAND); in main()
124 xasprintf (&cmd, rawcmd, timeout_interval, max_packets, addresses[i]); in main()
126 xasprintf (&cmd, rawcmd, max_packets, addresses[i]); in main()
129 xasprintf (&cmd, rawcmd, addresses[i], max_packets); in main()
179 free (rawcmd); in main()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_ping.c81 char *rawcmd = NULL; in main() local
117 rawcmd = strdup(PING6_COMMAND); in main()
119 rawcmd = strdup(PING_COMMAND); in main()
121 rawcmd = strdup(PING_COMMAND); in main()
127 xasprintf (&cmd, rawcmd, timeout_interval, max_packets, addresses[i]); in main()
129 xasprintf (&cmd, rawcmd, max_packets, addresses[i]); in main()
132 xasprintf (&cmd, rawcmd, addresses[i], max_packets); in main()
187 free (rawcmd); in main()
/dports/sysutils/sanoid-devel/sanoid-45d0898/
H A Dsyncoid842 rawcmd => '',
848 rawcmd => 'gzip',
854 rawcmd => 'pigz',
860 rawcmd => 'pigz',
866 rawcmd => 'zstd',
872 rawcmd => 'zstd',
878 rawcmd => 'xz',
884 rawcmd => 'lzop',
890 rawcmd => 'lz4',
/dports/sysutils/sanoid/sanoid-2.0.3/
H A Dsyncoid842 rawcmd => '',
848 rawcmd => 'gzip',
854 rawcmd => 'pigz',
860 rawcmd => 'pigz',
866 rawcmd => 'zstd',
872 rawcmd => 'zstd',
878 rawcmd => 'xz',
884 rawcmd => 'lzop',
890 rawcmd => 'lz4',
/dports/mail/mimedefang/mimedefang-2.84/
H A Dmd-mx-ctrl.c384 doHLoad(char const *rawcmd, in doHLoad() argument
401 if (MXCommand(sock, rawcmd, ans, sizeof(ans)) < 0) { in doHLoad()
468 doLoad(char const *rawcmd, in doLoad() argument
484 if (MXCommand(sock, rawcmd, ans, sizeof(ans)) < 0) { in doLoad()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dmtk-sd.c353 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
374 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
382 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
388 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
390 return rawcmd; in msdc_cmd_prepare_raw_cmd()
460 u32 rawcmd; in msdc_start_command() local
473 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
481 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dmtk-sd.c353 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
374 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
382 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
388 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
390 return rawcmd; in msdc_cmd_prepare_raw_cmd()
460 u32 rawcmd; in msdc_start_command() local
473 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
481 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Dmtk-sd.c353 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
374 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
382 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
388 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
390 return rawcmd; in msdc_cmd_prepare_raw_cmd()
460 u32 rawcmd; in msdc_start_command() local
473 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
481 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/mmc/
H A Dmtk-sd.c353 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
374 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
382 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
388 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
390 return rawcmd; in msdc_cmd_prepare_raw_cmd()
460 u32 rawcmd; in msdc_start_command() local
473 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
481 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/mmc/
H A Dmtk-sd.c353 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
374 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
382 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
388 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
390 return rawcmd; in msdc_cmd_prepare_raw_cmd()
460 u32 rawcmd; in msdc_start_command() local
473 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
481 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/tidwall/redcon/
H A Dredcon_test.go418 rawcmd := "*" + strconv.FormatUint(uint64(len(rawargs[i])), 10) + "\r\n"
420 rawcmd += "$" + strconv.FormatUint(uint64(len(rawargs[i][j])), 10) + "\r\n"
421 rawcmd += rawargs[i][j] + "\r\n"
423 rawcmds = append(rawcmds, rawcmd)
/dports/devel/bsdelf/elftoolchain-0.7.1/ar/
H A Dacpyacc.y139 : rawcmd
140 | cmd_list rawcmd
143 rawcmd
/dports/devel/elftoolchain/elftoolchain-0.7.1/ar/
H A Dacpyacc.y139 : rawcmd
140 | cmd_list rawcmd
143 rawcmd
/dports/irc/srain/srain-1.1.0/src/lib/
H A Dcommand.c123 SrnRet srn_command_context_proc(SrnCommandContext *self, const char *rawcmd, in srn_command_context_proc() argument
133 rawcmd_dup = g_strdup(rawcmd); in srn_command_context_proc()
143 cmd = srn_command_new(binding, rawcmd); in srn_command_context_proc()
/dports/irc/srain/srain-1.1.0/src/inc/
H A Dcommand.h71 SrnRet srn_command_context_proc(SrnCommandContext *self, const char *rawcmd, void *user_data);
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/mmc/
H A Dmtk-sd.c398 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
421 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
429 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
435 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
437 return rawcmd; in msdc_cmd_prepare_raw_cmd()
507 u32 rawcmd; in msdc_start_command() local
528 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
537 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mmc/
H A Dmtk-sd.c470 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
493 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
501 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
507 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
509 return rawcmd; in msdc_cmd_prepare_raw_cmd()
579 u32 rawcmd; in msdc_start_command() local
600 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
609 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mmc/
H A Dmtk-sd.c470 u32 rawcmd = 0; in msdc_cmd_prepare_raw_cmd() local
493 rawcmd |= SDC_CMD_WR; in msdc_cmd_prepare_raw_cmd()
501 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
507 rawcmd |= SDC_CMD_STOP; in msdc_cmd_prepare_raw_cmd()
509 return rawcmd; in msdc_cmd_prepare_raw_cmd()
579 u32 rawcmd; in msdc_start_command() local
600 rawcmd = msdc_cmd_prepare_raw_cmd(host, cmd, data); in msdc_start_command()
609 writel(rawcmd, &host->base->sdc_cmd); in msdc_start_command()

12345