Searched refs:colle (Results 1 – 1 of 1) sorted by relevance
/external/ltp/pan/ |
D | ltp-pan.c | 100 static pid_t run_child(struct coll_entry *colle, struct tag_pgrp *active, 115 static char *subst_pcnt_f(struct coll_entry *colle); 904 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode, in run_child() argument 921 test_out_dir, colle->name, cmdno++); in run_child() 929 panname, colle->name, errno, strerror(errno), in run_child() 938 if (colle->pcnt_f) { in run_child() 939 c_cmdline = subst_pcnt_f(colle); in run_child() 941 c_cmdline = colle->cmdline; in run_child() 955 active->cmd = colle; in run_child() 965 panname, colle->name, errno, strerror(errno)); in run_child() [all …]
|