Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c528 reply_ptr = reply_buf; in getreply()
600 *reply_ptr++ = (char)c; in getreply()
707 *reply_ptr = '\0'; in getreply()
708 if (reply_ptr = strstr(reply_buf, reply_parse)) { in getreply()
709 reply_parse = reply_ptr + strlen(reply_parse); in getreply()
710 if (reply_ptr = strpbrk(reply_parse, " \r")) in getreply()
711 *reply_ptr = '\0'; in getreply()
713 reply_parse = reply_ptr; in getreply()
H A Dftp_var.h202 extern char *reply_ptr;
H A Dmain.c110 char *reply_ptr; variable