Searched refs:reply_ptr (Results 1 – 2 of 2) sorted by relevance
531 reply_ptr = reply_buf; in getreply()602 *reply_ptr++ = (char)c; in getreply()704 *reply_ptr = '\0'; in getreply()705 if (reply_ptr = strstr(reply_buf, reply_parse)) { in getreply()706 reply_parse = reply_ptr + strlen(reply_parse); in getreply()707 if (reply_ptr = strpbrk(reply_parse, " \r")) in getreply()708 *reply_ptr = '\0'; in getreply()710 reply_parse = reply_ptr; in getreply()
207 EXTERN char *reply_ptr; variable