Searched refs:cl_cmd (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | crond.c | 119 char *cl_cmd; /* shell command */ member 399 free(line->cl_cmd); in delete_cronfile() 571 line->cl_cmd = xstrdup(tokens[5]); in load_crontab() 721 execlp(prog, prog, "-c", line->cl_cmd, (char *) NULL); in fork_job() 764 line->cl_cmd); in start_one_job() 860 execl(shell, shell, "-c", line->cl_cmd, (char *) NULL); in start_one_job() 901 log5(" line %s", line->cl_cmd); in flag_starting_jobs() 908 (int)line->cl_pid, line->cl_cmd); in flag_starting_jobs() 911 file->cf_username, line->cl_cmd); in flag_starting_jobs() 952 file->cf_username, (int)pid, line->cl_cmd); in start_jobs()
|