Searched refs:scriptpath (Results 1 – 2 of 2) sorted by relevance
5 scriptpath=$(realpath $0)6 parent=$(dirname $scriptpath)
776 const char *scriptpath; in call_script() local781 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()