File nut/crt/environ.c


Included Files


Global Variable nut_environ

NUTENVIRONMENT* nut_environ
Visible in:   nut/crt/environ.c
Used in: findenv() nut/crt/environ.c

Global Function findenv()

NUTENVIRONMENT* findenv ( const char* name )
Prototyped in: nut/include/sys/environ.h
Calls: memset() nut/c/string/memset.c
  read_string() nut/crt/environ.c
  strcmp() nut/c/string/strcmp.c
  strcpy() nut/c/string/strcpy.c
  NutNvMemLoad(), free(), malloc()
References Variables: nut_environ nut/crt/environ.c

Local Function read_string()

static size_t read_string ( int* addr, char* buf, size_t siz )
Calls: NutNvMemLoad()
Called by: findenv() nut/crt/environ.c