Home
last modified time | relevance | path

Searched refs:bb_default_root_path (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/debianutils/
H A Dwhich.c38 env_path = bb_default_root_path; in which_main()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dsetup_environment.c56 xsetenv("PATH", (pw->pw_uid ? bb_default_path : bb_default_root_path)); in setup_environment()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1849 #define bb_default_root_path (bb_PATH_root_path + sizeof("PATH")) macro