Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/rtsold/
HDrtsol.c790 const char *scriptpath; in call_script() local
795 if ((scriptpath = argv[0]) == NULL) in call_script()
845 "script \"%s\" terminated", scriptpath); in call_script()
850 if (safefile(scriptpath)) { in call_script()
853 scriptpath); in call_script()
888 execv(scriptpath, (char *const *)_argv); in call_script()