Searched refs:aLine (Results 1 – 1 of 1) sorted by relevance
29131 const u8 *aLine = aData+i; in shell_dbtotxt_command() local29132 for(j=0; j<16 && aLine[j]==0; j++){} in shell_dbtotxt_command()29139 for(j=0; j<16; j++) cli_printf(p->out, " %02x", aLine[j]); in shell_dbtotxt_command()29142 unsigned char c = (unsigned char)aLine[j]; in shell_dbtotxt_command()