Lines Matching refs:script
207 * script while one is already running.
638 * Run disconnector script, if requested.
792 * If the peer had to authenticate, run the auth-up script now.
2500 * auth_script_done - called when the auth-up or auth-down script
2525 * auth_script - execute a script with arguments
2529 auth_script(script)
2530 char *script;
2546 argv[0] = script;
2554 auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL);