Home | History | Annotate | Download | only in pan

Lines Matching refs:active

99 static pid_t run_child(struct coll_entry *colle, struct tag_pgrp *active,
232 "[ -a active-file ] [ -f command-file ] "
481 * this is an "active file cleanliness" thing
900 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode,
916 sprintf(active->output, "%s/%s.%ld",
919 open(active->output,
926 active->output);
945 unlink(active->output);
950 time(&active->mystime);
951 active->cmd = colle;
954 write_test_start(active, no_kmsg);
963 unlink(active->output);
1099 colle->name, (int)(active->mystime),
1100 (int)(end_time - active->mystime),
1116 write_test_end(active, errbuf, end_time, termtype,
1121 unlink(active->output);
1130 active->pgrp = cpid;
1131 active->stopping = 0;
1140 colle->name, cpid, ctime(&active->mystime));
1147 active->output);