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,
235 "[ -a active-file ] [ -f command-file ] "
484 * this is an "active file cleanliness" thing
903 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode,
919 sprintf(active->output, "%s/%s.%ld",
922 open(active->output,
929 active->output);
948 unlink(active->output);
953 time(&active->mystime);
954 active->cmd = colle;
957 write_test_start(active, no_kmsg);
966 unlink(active->output);
1102 colle->name, (int)(active->mystime),
1103 (int)(end_time - active->mystime),
1119 write_test_end(active, errbuf, end_time, termtype,
1124 unlink(active->output);
1133 active->pgrp = cpid;
1134 active->stopping = 0;
1143 colle->name, cpid, ctime(&active->mystime));
1150 active->output);