Searched hist:"597 b02675751e48dd04777f1e91fee382bf3a966" (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/tests/stdlib/ |
H A D | clearenv_test.c | 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
H A D | Makefile | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
/freebsd/lib/libc/stdlib/ |
H A D | getenv.3 | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
H A D | getenv.c | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
H A D | Symbol.map | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
H A D | Makefile.inc | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|
/freebsd/include/ |
H A D | stdlib.h | diff 597b02675751e48dd04777f1e91fee382bf3a966 Sun Nov 07 16:15:28 CET 2021 Mariusz Zaborski <oshogbo@FreeBSD.org> libc: add clearenv function
The clearenv(3) function allows us to clear all environment variable in one shot. This may be useful for security programs that want to control the environment or what variables are passed to new spawned programs.
Reviewed by: scf, markj (secteam), 0mp (manpages) Differential Revision: https://reviews.freebsd.org/D28223
|