incubator-nuttx/sched/environ
Ville Juven dc2b2dcb3f sched/env: Check for incoming parameter validity in unsetenv()
Something the function did not do, check the incoming parameter is vlaid
2022-06-14 10:39:52 +03:00
..
Make.defs
env_clearenv.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
env_dup.c sched/environ: Remove the unneeded cast in env_dup 2022-04-21 22:55:47 +03: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