Home
last modified time | relevance | path

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

/external/srec/seti/sltsEngine/src/
DSWIslts.c65 #define MAX_INPUT_LEN 255 macro
194 char new_text[MAX_INPUT_LEN]; in SWIsltsTextToPhone()
218 if((strlen(text)+1) > MAX_INPUT_LEN){ in SWIsltsTextToPhone()