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

/freebsd-10.0-release/usr.sbin/rtsold/
H A Drtsol.c775 const char *scriptpath; local
780 if ((scriptpath = argv[0]) == NULL)
830 "script \"%s\" terminated", scriptpath);
835 if (safefile(scriptpath)) {
838 scriptpath);
873 execv(scriptpath, (char *const *)_argv);

Completed in 119 milliseconds