Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dcreate_upgrade_pool_dat.sh5 scriptpath=$(realpath $0)
6 parent=$(dirname $scriptpath)
/freebsd-12.1/usr.sbin/rtsold/
H A Drtsol.c776 const char *scriptpath; in call_script() local
781 if ((scriptpath = argv[0]) == NULL) in call_script()
831 "script \"%s\" terminated", scriptpath); in call_script()
836 if (safefile(scriptpath)) { in call_script()
839 scriptpath); in call_script()
874 execv(scriptpath, (char *const *)_argv); in call_script()