File nut/fs/dirent.c


Included Files


Global Function closedir()

int closedir ( DIR* dir )
Prototyped in: nut/include/dirent.h
Calls: free()
Called by: NutFtpTransferDirectory() nut/pro/ftpd.c

Global Function opendir()

DIR* opendir ( const char* name )
Prototyped in: nut/include/dirent.h
Calls: NutDeviceLookup() nut/os/devreg.c
  free(), malloc(), memset(), strcpy(), strlen()
Called by: NutFtpTransferDirectory() nut/pro/ftpd.c

Global Function readdir()

struct dirent* readdir ( DIR* dir )
Prototyped in: nut/include/dirent.h
Called by: NutFtpTransferDirectory() nut/pro/ftpd.c