Searched refs:cmdstr (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c245 static int parse_regex_delim(const char *cmdstr, char **match, char **replace) argument
247 const char *cmdstr_ptr = cmdstr;
253 if (*cmdstr == '\0')
266 return ((cmdstr_ptr - cmdstr) + idx);
407 static const char *parse_cmd_args(sed_cmd_t *sed_cmd, const char *cmdstr) argument
411 cmdstr += parse_subst_cmd(sed_cmd, cmdstr);
418 if (*cmdstr == '\n' || *cmdstr == '\\') {
419 cmdstr
481 add_cmd(const char *cmdstr) argument
1192 add_cmd_block(char *cmdstr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.h166 #define DEFUN(funcname, cmdname, cmdstr, helpstr) \
170 cmdstr, \
178 #define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \
179 DEFUN(funcname, cmdname, cmdstr, helpstr)
182 #define DEFSH(daemon, cmdname, cmdstr, helpstr) \
185 cmdstr, \
192 #define DEFUNSH(daemon, funcname, cmdname, cmdstr, helpstr) \
196 cmdstr, \
205 #define ALIAS(funcname, cmdname, cmdstr, helpstr) \
208 cmdstr, \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dvfstest.c90 static char* next_command(char** cmdstr) argument
95 if (!cmdstr || !(*cmdstr))
98 p = strchr_m(*cmdstr, ';');
101 pstrcpy(command, *cmdstr);
102 *cmdstr = p;
481 static char *cmdstr = NULL; local
493 {"command", 'c', POPT_ARG_STRING, &cmdstr, 0, "Execute specified list of commands" },
544 if (cmdstr && cmdstr[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Drpcclient.c101 static char* next_command (char** cmdstr) argument
106 if (!cmdstr || !(*cmdstr))
109 p = strchr_m(*cmdstr, ';');
112 pstrcpy(command, *cmdstr);
114 *cmdstr = p + 1;
116 *cmdstr = NULL;
654 static char *cmdstr = NULL; local
668 {"command", 'c', POPT_ARG_STRING, &cmdstr, 'c', "Execute semicolon separated cmds", "COMMANDS"},
772 if (cmdstr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/rt-tester/
H A Drt-tester.py202 cmdstr = "%s:%s" %(cmdnr, dat) variable
208 fcmd.write(cmdstr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_addr.c765 char *cmdstr; local
770 cmdstr = "add";
774 cmdstr = "remove";
794 FNAME, cmdstr, ifp->ifname, strerror(errno));
799 dprintf(LOG_DEBUG, "%s" "%s an address %s on %s", FNAME, cmdstr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c41 static char *cmdstr = NULL; variable
3152 if (cmdstr) {
3153 rc = process_command_string(cmdstr);
3294 { "command", 'c', POPT_ARG_STRING, &cmdstr, 'c', "Execute semicolon separated commands" },
3473 if (cmdstr)
3474 process_command_string(cmdstr);

Completed in 94 milliseconds