nuttx/sched/environ
2017-09-18 19:02:54 -06:00
..
env_clearenv.c
env_dup.c sched/env_dup.c: Fix an error in the duplication of the child tasks environment in the special case where the parent's environment was created, but then all of the variables were unset. In that case, there is still an allocation in place but the size of the allocation is zero. This case was not being handled correctly when a child task attempts to create its environment and inherit the zero-size partent environment. Noted by Anthony Merlino. 2017-09-18 19:02:54 -06:00
env_findvar.c
env_getenv.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
env_getenvironptr.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
env_putenv.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
env_release.c
env_removevar.c
env_setenv.c
env_unsetenv.c
environ.h
Make.defs