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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c120 static int parse_command(char **command_ptr, struct job *job, int *inbg);
879 line). If a valid command is found, command_ptr is set to point to
883 static int parse_command(char **command_ptr, struct job *job, int *inbg) argument
899 *command_ptr = skip_whitespace(*command_ptr);
902 if (!**command_ptr || (**command_ptr == '#')) {
918 job->cmdbuf = command = xzalloc(2*strlen(*command_ptr) + 1);
935 src = *command_ptr;
1085 return_command = *command_ptr
[all...]

Completed in 48 milliseconds