Searched refs:reply_parse (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c68 char *reply_parse; variable
187 reply_parse = "ADAT="; /* for command() later */
229 } else if (!reply_parse) {
241 reply_parse, out_buf, outlen, &i, 1)) {
275 reply_parse = NULL;
280 reply_parse = NULL;
H A Dftp.c530 if (reply_parse)
601 if (reply_parse)
703 if (reply_parse) {
705 if (reply_ptr = strstr(reply_buf, reply_parse)) {
706 reply_parse = reply_ptr + strlen(reply_parse);
707 if (reply_ptr = strpbrk(reply_parse, " \r"))
710 reply_parse = reply_ptr;
2390 reply_parse = "PBSZ=";
2393 if (reply_parse) {
[all...]
H A Dftp_var.h205 EXTERN char *reply_parse; /* for parsing replies to the ADAT command */ variable

Completed in 65 milliseconds