File nut/fs/dirent.c


Included Files


Global Function closedir()

int closedir ( DIR* dir )
Prototyped in: nut/include/dirent.h
Calls: free() nut/crt/malloc.c

Global Function opendir()

DIR* opendir ( const char* name )
Prototyped in: nut/include/dirent.h
Calls: free() nut/crt/malloc.c
  malloc() nut/crt/malloc.c
  memset() nut/c/string/memset.c
  strcpy() nut/c/string/strcpy.c
  strlen() nut/c/string/strlen.c
  NutDeviceLookup()

Global Function readdir()

struct dirent* readdir ( DIR* dir )
Prototyped in: nut/include/dirent.h