Searched refs:lastptr (Results 1 – 1 of 1) sorted by relevance
812 const char* lastptr = input; in AddEscapeChars() local816 strncpy(message+pos, lastptr, nextptr-lastptr); in AddEscapeChars()817 pos += nextptr - lastptr; in AddEscapeChars()820 lastptr = nextptr; in AddEscapeChars()823 strncpy(message+pos, lastptr, strlen(lastptr)); in AddEscapeChars()824 message[pos+strlen(lastptr)] = '\0'; in AddEscapeChars()