bianbu-linux-6.6/tools/include/nolibc
Willy Tarreau 077d0a3924 tools/nolibc/stdlib: add a simple getenv() implementation
This implementation relies on an extern definition of the environ
variable, that the caller must declare and initialize from envp.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2022-04-20 17:05:45 -07:00
..
arch-aarch64.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch-arm.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch-i386.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch-mips.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch-riscv.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch-x86_64.h tools/nolibc/arch: mark the _start symbol as weak 2022-04-20 17:05:45 -07:00
arch.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
ctype.h tools/nolibc/ctype: add the missing is* functions 2022-04-20 17:05:43 -07:00
errno.h tools/nolibc/errno: extract errno.h from sys.h 2022-04-20 17:05:45 -07:00
nolibc.h tools/nolibc: also mention how to build by just setting the include path 2022-04-20 17:05:45 -07:00
signal.h tools/nolibc/signal: move raise() to signal.h 2022-04-20 17:05:45 -07:00
std.h tools/nolibc/std: move the standard type definitions to std.h 2022-04-20 17:05:33 -07:00
stdio.h tools/nolibc/stdio: make printf(%s) accept NULL 2022-04-20 17:05:45 -07:00
stdlib.h tools/nolibc/stdlib: add a simple getenv() implementation 2022-04-20 17:05:45 -07:00
string.h tools/nolibc/string: export memset() and memmove() 2022-04-20 17:05:45 -07:00
sys.h tools/nolibc/errno: extract errno.h from sys.h 2022-04-20 17:05:45 -07:00
time.h tools/nolibc/time: create time.h with time() 2022-04-20 17:05:45 -07:00
types.h tools/nolibc/types: define PATH_MAX and MAXPATHLEN 2022-04-20 17:05:45 -07:00
unistd.h tools/nolibc/unistd: add usleep() 2022-04-20 17:05:45 -07:00