Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dutil.c184 features[FEAT_MDTM] = 1; in parse_feat()
275 DEBUG_FEAT(FEAT_MDTM); in getremoteinfo()
710 if (! features[FEAT_MDTM]) { in remotemodtime()
772 if (r == ERROR && code == 500 && features[FEAT_MDTM] == -1) in remotemodtime()
773 features[FEAT_MDTM] = 0; in remotemodtime()
H A Dftp_var.h165 FEAT_MDTM, /* MDTM */ enumerator