Home
last modified time | relevance | path

Searched refs:apszPhones (Results 1 – 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
DSWIslts.c73 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPh…
372 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPh… in GetPhoneStr() argument
384 if( strcmp(apszPhones[i], g_aPhoneMap[j].src) == 0 ) { in GetPhoneStr()
398 strcat(pszPhoneStr, apszPhones[i]); in GetPhoneStr()
399 pszLastPhone = apszPhones[i]; in GetPhoneStr()