command 63 anacron/global.h char *command; command 162 anacron/readtab.c const char *ident, char *command) command 170 anacron/readtab.c command_len = (int)strlen(command); command 195 anacron/readtab.c jr->command = obstack_alloc(&tab_o, command_len + 1); command 196 anacron/readtab.c if (jr->command == NULL) { command 199 anacron/readtab.c strcpy(jr->command, command); command 207 anacron/readtab.c jr->period, jr->delay, jr->ident, jr->command)); command 212 anacron/readtab.c const char *ident, char *command) command 220 anacron/readtab.c command_len = (int)strlen(command); command 256 anacron/readtab.c jr->command = obstack_alloc(&tab_o, command_len + 1); command 257 anacron/readtab.c if (jr->command == NULL) { command 260 anacron/readtab.c strcpy(jr->command, command); command 268 anacron/readtab.c jr->named_period, jr->delay, jr->ident, jr->command)); command 295 anacron/readtab.c char *command; command 355 anacron/readtab.c line, 4, &periods, &delays, &ident, &command); command 359 anacron/readtab.c register_job(periods, delays, ident, command); command 366 anacron/readtab.c line, 4, &periods, &delays, &ident, &command); command 370 anacron/readtab.c register_period_job(periods, delays, ident, command); command 178 anacron/runjob.c execl("/bin/sh", "/bin/sh", "-c", jr->command, (char *)NULL);