Home
last modified time | relevance | path

Searched refs:bb_PATH_root_path (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/libbb/
Dmessages.c34 const char bb_PATH_root_path[] ALIGN1 = BB_PATH_ROOT_PATH; variable
Dlogin.c167 putenv((char*)bb_PATH_root_path); in sanitize_env_if_suid()
/busybox-1.35.0/init/
Dbootchartd.c428 putenv((char*)bb_PATH_root_path); in bootchartd_main()
Dinit.c1109 putenv((char *) bb_PATH_root_path); in init_main()
/busybox-1.35.0/include/
Dlibbb.h2267 extern const char bb_PATH_root_path[] ALIGN1; /* BB_PATH_ROOT_PATH */
2268 #define bb_default_root_path (bb_PATH_root_path + sizeof("PATH"))
2272 #define bb_default_path (bb_PATH_root_path + sizeof("PATH=/sbin:/usr/sbin"))
/busybox-1.35.0/shell/
Dash.c2137 { VSTRFIXED|VTEXTFIXED , bb_PATH_root_path, changepath },