Searched refs:next_command (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c1334 char *next_command = NULL; local
1356 if (!next_command) {
1359 next_command = command;
1362 if (!expand_arguments(next_command)) {
1365 next_command = NULL;
1369 if (!parse_command(&next_command, &newjob, &inbg) &&
1379 next_command = NULL;
/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) function
548 while((cmd=next_command(&p)) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c268 int next_command; /* Next periodic command */ member in struct:strip
1214 strip_info->next_command = CompatibilityCommand;
1436 StringDescriptor ts = CommandString[strip_info->next_command];
1442 strip_info->next_command, tv.tv_sec % 100,
1465 if (++strip_info->next_command >=
1467 strip_info->next_command = 0;
1859 strip_info->next_command = 0; /* Try to enable checksums ASAP */
2195 strip_info->next_command = CompatibilityCommand;
2449 strip_info->next_command = CompatibilityCommand;
/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) function
777 while((cmd=next_command(&p)) != NULL) {

Completed in 73 milliseconds