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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c67 const void *cmdend; member in struct:pmf_cmd
82 if ((cmd->cmdend - cmd->cmdptr) < 4) {
94 if ((cmd->cmdend - cmd->cmdptr) < count) {
571 cmd.cmdend = func->data + func->length;
584 while(count-- && cmd.cmdptr < cmd.cmdend) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dinit.c637 const char *cmdstart, *cmdend;
658 cmdend = p;
674 *com = strdupdelim (cmdstart, cmdend);
679 BOUNDED_TO_ALLOCA (cmdstart, cmdend, cmdcopy);
635 const char *cmdstart, *cmdend; local

Completed in 60 milliseconds