Searched refs:dirtytext (Results 1 – 2 of 2) sorted by relevance
305 void cleantext(unsigned char* dirtytext) { in cleantext() argument311 for (i = 0; dirtytext[i] != '\0'; i++) { in cleantext()313 c = dirtytext[i]; in cleantext()316 dirtytext[j] = c; in cleantext()321 dirtytext[j] = '\0'; in cleantext()
58 void cleantext(unsigned char* dirtytext);