Home
last modified time | relevance | path

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

/src/usr.sbin/watchdogd/
H A Dwatchdogd.c93 static char *test_cmd = NULL; variable
287 if (test_cmd) { in watchdog_check_dogfunction_time()
289 cmd = test_cmd; in watchdog_check_dogfunction_time()
338 if (test_cmd != NULL) in watchdog_loop()
339 failed = system(test_cmd); in watchdog_loop()
670 test_cmd = strdup(optarg); in parseargs()
/src/crypto/krb5/src/util/ss/
H A Dtest_ss.c93 void test_cmd (argc, argv) in test_cmd() function
/src/libexec/nuageinit/
H A Dnuage.lua604 local test_cmd = "pkg info -q " .. package
607 print(test_cmd)
610 if os.execute(test_cmd) then