Home | History | Annotate | Download | only in dist

Lines Matching defs:shellcmd

79 	char				*shellcmd;
86 shellcmd = format_single_from_target(item, args_string(args, 0));
88 if (*shellcmd != '0' && *shellcmd != '\0')
93 free(shellcmd);
96 free(shellcmd);
121 if (job_run(shellcmd, 0, NULL, NULL, s,
125 cmdq_error(item, "failed to run command: %s", shellcmd);
126 free(shellcmd);
130 free(shellcmd);