Lines Matching defs:tst
744 char tst[100];
746 strlcpy(tst, hp->exec_file->string, sizeof(tst));
747 strlcat(tst, " ", sizeof(tst));
748 strlcat(tst, hp->hostname->string, sizeof(tst));
749 strlcat(tst, " &", sizeof(tst));
751 report(LOG_INFO, "executing %s", tst);
752 system(tst); /* Hope this finishes soon... */