Searched refs:attributes (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/addons/ftp/ |
| D | nxd_ftp_server.c | 1633 UINT attributes; in _nx_ftp_server_command_process() local 1648 attributes = 1; in _nx_ftp_server_command_process() 3004 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process() 3012 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process() 3250 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process() 3253 if ((status == FX_SUCCESS) && ((attributes & FX_DIRECTORY) == 0)) in _nx_ftp_server_command_process() 3427 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process() 3435 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process() 3524 buffer_ptr[0] = ((attributes & FX_DIRECTORY) ? 'd' : '-'); in _nx_ftp_server_command_process() 3525 if (attributes & FX_READ_ONLY) in _nx_ftp_server_command_process() [all …]
|