Searched refs:cmddsc (Results 1 – 1 of 1) sorted by relevance
296 static struct dsc$descriptor_s cmddsc; in child_execute_job() local571 cmddsc.dsc$w_length = strlen(cmd); in child_execute_job()572 cmddsc.dsc$a_pointer = cmd; in child_execute_job()573 cmddsc.dsc$b_dtype = DSC$K_DTYPE_T; in child_execute_job()574 cmddsc.dsc$b_class = DSC$K_CLASS_S; in child_execute_job()640 status = lib$spawn (&cmddsc, /* cmd-string */ in child_execute_job()656 status = lib$spawn (&cmddsc, in child_execute_job()