incubator-nuttx/sched/environ
Xiang Xiao aed85964ff sched/env: Don't need copy env variable from parent in env_dup
since caller always pass them if needed

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-19 08:22:56 +09:00
..
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
env_clearenv.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_dup.c sched/env: Don't need copy env variable from parent in env_dup 2022-10-19 08:22:56 +09:00
env_findvar.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_foreach.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_getenv.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_getenvironptr.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_putenv.c sched: nxstyle fixes 2021-02-09 01:21:53 -08:00
env_release.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_removevar.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_setenv.c sched/environ: Refine the environment variables storage layout 2022-04-18 10:33:37 +03:00
env_unsetenv.c sched/env: Check for incoming parameter validity in unsetenv() 2022-06-14 10:39:52 +03:00
environ.h env_dup: Fix copying of env between address environments 2022-04-21 18:38:37 +08:00