ident 62 anacron/global.h char *ident; ident 43 anacron/lock.c jr->timestamp_fd = open(jr->ident, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); ident 45 anacron/lock.c die_e("Can't open timestamp file for job %s", jr->ident); ident 50 anacron/lock.c die_e("Can't chown timestamp file %s", jr->ident); ident 52 anacron/lock.c die_e("Can't chmod timestamp file %s", jr->ident); ident 90 anacron/lock.c if (b == -1) die_e("Error reading timestamp file %s", jr->ident); ident 145 anacron/lock.c die ("Unknown named period for %s (%d)", jr->ident, jr->named_period); ident 160 anacron/lock.c Debug(("The job's %s preferred hour %d was missed, skipping the job.", jr->ident, preferred_hour)); ident 169 anacron/lock.c jr->ident, range_start, range_stop)); ident 180 anacron/lock.c explain("Job `%s' locked by another anacron - skipping", jr->ident); ident 203 anacron/lock.c die_e("Can't lseek timestamp file for job %s", jr->ident); ident 205 anacron/lock.c die_e("Can't write timestamp file for job %s", jr->ident); ident 390 anacron/main.c jr->ident); ident 406 anacron/main.c job_array[j]->ident, year, month, day_of_month); ident 421 anacron/main.c explain("Will run job `%s'", job_array[j]->ident); ident 426 anacron/main.c job_array[j]->ident, job_array[j]->delay); ident 112 anacron/readtab.c job_arg_num(const char *ident) ident 121 anacron/readtab.c r = fnmatch(job_args[i], ident, 0); ident 162 anacron/readtab.c const char *ident, char *command) ident 169 anacron/readtab.c ident_len = (int)strlen(ident); ident 189 anacron/readtab.c jr->ident = obstack_alloc(&tab_o, ident_len + 1); ident 190 anacron/readtab.c if (jr->ident == NULL) { ident 193 anacron/readtab.c strcpy(jr->ident, ident); ident 194 anacron/readtab.c jr->arg_num = job_arg_num(ident); ident 207 anacron/readtab.c jr->period, jr->delay, jr->ident, jr->command)); ident 212 anacron/readtab.c const char *ident, char *command) ident 219 anacron/readtab.c ident_len = (int)strlen(ident); ident 250 anacron/readtab.c jr->ident = obstack_alloc(&tab_o, ident_len + 1); ident 251 anacron/readtab.c if (jr->ident == NULL) { ident 254 anacron/readtab.c strcpy(jr->ident, ident); ident 255 anacron/readtab.c jr->arg_num = job_arg_num(ident); ident 268 anacron/readtab.c jr->named_period, jr->delay, jr->ident, jr->command)); ident 294 anacron/readtab.c char *ident; ident 355 anacron/readtab.c line, 4, &periods, &delays, &ident, &command); ident 359 anacron/readtab.c register_job(periods, delays, ident, command); ident 366 anacron/readtab.c line, 4, &periods, &delays, &ident, &command); ident 370 anacron/readtab.c register_period_job(periods, delays, ident, command); ident 266 anacron/runjob.c jr->ident, WEXITSTATUS(status)); ident 270 anacron/runjob.c jr->ident, WTERMSIG(status)); ident 274 anacron/runjob.c , jr->ident); ident 322 anacron/runjob.c xwrite(fd, jr->ident); ident 344 anacron/runjob.c explain("Job `%s' started", jr->ident); ident 363 anacron/runjob.c explain("Job `%s' terminated%s", jr->ident, m); ident 366 anacron/runjob.c jr->ident, WEXITSTATUS(status), m); ident 369 anacron/runjob.c jr->ident, WTERMSIG(status), m); ident 371 anacron/runjob.c complain("Job `%s' terminated abnormally%s", jr->ident, m);