Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c520 boolean_t is_base64; in getreply() local
536 i = is_base64 = 0; in getreply()
589 is_base64 = 1; in getreply()
592 (is_base64 || continuation)) { in getreply()
612 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && !is_base64) in getreply()
661 if (dig == 4 && c == '-' && !is_base64) { in getreply()
671 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && !is_base64) in getreply()
676 if (code && is_base64) { in getreply()