Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c531 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()
H A Dftp_var.h207 EXTERN char *reply_ptr; variable