Home
last modified time | relevance | path

Searched refs:job (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/printutils/
Dlpr.c106 unsigned job; in lpqr_main() local
172 job = getpid() % 1000; in lpqr_main()
217 remote_filename = xasprintf("fA%03u%s", job, hostname); in lpqr_main()
289 job = (job + 1) % 1000; in lpqr_main()
/busybox-1.35.0/shell/
Dash_remove_unnecessary_code_in_backquote_expansion.patch76 struct job *jp; /* job structure for command */
80 struct job *jp;
Dash.c3623 struct job { struct
3643 struct job *prev_job; /* previous job */ argument
3646 static struct job *makejob(/*union node *,*/ int);
3647 static int forkshell(struct job *, union node *, int);
3648 static int waitforjob(struct job *);
3816 static struct job *jobtab; //5
3820 static struct job *curjob; //lots
3861 job_signal_status(struct job *jp)
3874 restore_tty_if_stopped_or_signaled(struct job *jp)
3889 set_curjob(struct job *jp, unsigned mode) in set_curjob()
[all …]
Dhush.c2175 struct pipe *job; in check_and_run_traps() local
2179 for (job = G.job_list; job; job = job->next) { in check_and_run_traps()
2180 if (job->pgrp <= 0) in check_and_run_traps()
2182 debug_printf_exec("HUPing pgrp %d\n", job->pgrp); in check_and_run_traps()
2183 if (kill(- job->pgrp, SIGHUP) == 0) in check_and_run_traps()
2184 kill(- job->pgrp, SIGCONT); in check_and_run_traps()
8838 struct pipe *job, **jobp; in insert_job_into_table() local
8846 while ((job = *jobp) != NULL) { in insert_job_into_table()
8847 if (job->jobid > i) in insert_job_into_table()
8848 i = job->jobid; in insert_job_into_table()
[all …]
DREADME.job8 TCGETS on fd# 2 /* NB: if returns ENOTTY (2>/dev/null), sh seems to disable job control,
29 by programs (shells) to create process groups in implementing job control.
/busybox-1.35.0/docs/
Difupdown_design.txt5 fashion" by design. It tries to do the job of shell script in C,
Dbusybox_header.pod45 that performs the same job as more than one utility program. That means there