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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dtest_micro.c20 } cmdlist[] = { variable in typeref:struct:__anon6371
159 for (cmdindx = 0; cmdlist[cmdindx].name != NULL; ++cmdindx)
160 if (strcmp(cmd, cmdlist[cmdindx].name) == 0)
162 if (cmdlist[cmdindx].name == NULL)
190 ret = cmdlist[cmdindx].f(argc, argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dtest_micro.c20 } cmdlist[] = { variable in typeref:struct:__anon6216
174 for (cmdindx = 0; cmdlist[cmdindx].name != NULL; ++cmdindx)
175 if (strcmp(cmd, cmdlist[cmdindx].name) == 0)
177 if (cmdlist[cmdindx].name == NULL)
205 ret = cmdlist[cmdindx].f(argc, argv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dida_cmd.h84 typedef struct cmdlist { struct
91 struct cmdlist *prev;
92 struct cmdlist *next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h272 void AddCmd(wxArrayString& cmdlist, const wxString& cmd);
H A Darchivetest.cpp1287 void ArchiveTestSuite::AddCmd(wxArrayString& cmdlist, const wxString& cmd) argument
1290 cmdlist.push_back(cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A DMakefile934 $(OUTPUT)common-cmds.h: util/generate-cmdlist.sh command-list.txt
937 $(QUIET_GEN). util/generate-cmdlist.sh > $@+ && mv $@+ $@
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c493 struct nodelist *cmdlist; member in struct:npipe
907 for (lp = n->npipe.cmdlist; lp; lp = lp->next) {
4148 /* cmdtxt() and cmdlist() call each other */
4152 cmdlist(union node *np, int sep) function
4179 lp = n->npipe.cmdlist;
4247 cmdlist(n->nfor.args, 1);
4256 cmdlist(n->ncmd.args, 1);
4257 cmdlist(n->ncmd.redirect, 0);
7089 sizenodelist(n->npipe.cmdlist);
7201 new->npipe.cmdlist
[all...]

Completed in 215 milliseconds