Home
last modified time | relevance | path

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

/freebsd/libexec/rc/
H A Dsafe_eval.sh49 safe_eval() { function
88 safe_eval$ex "$f"
97 safe_eval$ex $ef
102 */safe_eval*)
H A DMakefile21 LIBEXEC_SCRIPTS= debug.sh hooks.sh safe_eval.sh
H A Drc.subr2907 # safe_eval.sh provides safe_dot - for untrusted files
2908 $_SAFE_EVAL_SH vdot /libexec/safe_eval.sh
2912 # safe_eval.sh are not found.
/freebsd/libexec/rc/tests/
H A DMakefile5 SAFE_EVAL:= ${_PARSEDIR:U${.PARSEDIR:tA}:H}/safe_eval.sh
H A Dsafe_eval_test.sh61 SAFE_EVAL=${SAFE_EVAL:-/libexec/safe_eval.sh}