Home
last modified time | relevance | path

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

/netbsd/usr.bin/ftp/
H A Dutil.c184 features[FEAT_SIZE] = 1; in parse_feat()
267 DEBUG_FEAT(FEAT_SIZE); in getremoteinfo()
660 if (! features[FEAT_SIZE]) { in remotesize()
678 if (r == ERROR && code == 500 && features[FEAT_SIZE] == -1) in remotesize()
679 features[FEAT_SIZE] = 0; in remotesize()
H A Dftp_var.h163 FEAT_SIZE, /* SIZE */ enumerator