Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c2459 static void FAST_FUNC set_local_var_from_halves(const char *name, const char *val) in set_local_var_from_halves() function
6458 math_state.setvar = set_local_var_from_halves; in expand_and_evaluate_arith()
10268 set_local_var_from_halves("HOSTNAME", uts.nodename); in hush_main()
10272 set_local_var_from_halves("IFS", defifs); in hush_main()
10275 set_local_var_from_halves("PATH", bb_default_root_path); in hush_main()
10700 set_local_var_from_halves("PS1", "\\w \\$ "); in hush_main()
10702 set_local_var_from_halves("PS2", "> "); in hush_main()
11010 params.setvar = set_local_var_from_halves; in builtin_read()
11491 set_local_var_from_halves("OPTIND", utoa(optind)); in builtin_getopts()
11511 set_local_var_from_halves("OPTARG", cp); in builtin_getopts()
[all …]