Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dglob.c701 mlip->mode = -1; in UnMlsT()
702 mlip->fsize = kSizeUnknown; in UnMlsT()
703 mlip->ftype = '-'; in UnMlsT()
757 mlip->ftype = '-'; in UnMlsT()
759 mlip->ftype = 'd'; in UnMlsT()
775 if (mlip->mode != (-1)) in UnMlsT()
776 mlip->mode &= 00777; in UnMlsT()
778 STRNCPY(mlip->perm, val); in UnMlsT()
799 mlip->uid = atoi(val); in UnMlsT()
801 mlip->gid = atoi(val); in UnMlsT()
[all …]
H A Dcmds.c947 FTPMListOneFile(const FTPCIPtr cip, const char *const file, const MLstItemPtr mlip) in FTPMListOneFile() argument
981 result = UnMlsT(rp->msg.first->next->line, mlip); in FTPMListOneFile()
H A Dncftp.h624 int FTPMListOneFile(const FTPCIPtr cip, const char *const file, const MLstItemPtr mlip);