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

/external/srec/tools/dictTest/
H A DdictTest.c120 LCHAR ptemp[MAX_LINE_LENGTH]; local
245 strcpy(ptemp, env_sdk_path);
246 strcat(ptemp,"/config/");
247 strcat(ptemp,env_lang);
248 strcat(ptemp,"/");
249 strcat(ptemp,vocabfile);
250 strcpy(vocabfile,ptemp);
/external/tcpdump/
H A Dprint-fr.c729 const u_char *ptemp = p; local
774 ptemp += 2 + is_ansi;
778 ie_p = (struct ie_tlv_header_t *)ptemp;
806 ie_is_known = fr_q933_print_ie_codeset[codeset](ie_p, ptemp);
810 print_unknown_data(ptemp+2,"\n\t",ie_p->ie_len);
815 print_unknown_data(ptemp+2,"\n\t ",ie_p->ie_len);
819 ptemp = ptemp + ie_p->ie_len + 2;

Completed in 779 milliseconds