Searched refs:job (Results 1 - 25 of 205) sorted by path

123456789

/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex7285 % to recognize macro arguments; this is the job of \mbodybackslash.
7618 % And now we do the real job:
7799 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex5853 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex5853 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex7221 % to recognize macro arguments; this is the job of \mbodybackslash.
7554 % And now we do the real job:
7735 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk894 # even in comments, but for now it does the job with no false positives.
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex7122 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/bin/ksh/
H A Dexec.c221 if (coproc.job && coproc.write >= 0)
237 coproc.job = (void *) 0;
256 * job is actually created.
H A Djobs.c4 * Process and job control
109 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
110 #define JP_LONG 3 /* print [job-num] -/+ pid command */
118 #define JF_STARTED 0x001 /* set when all processes in job are started */
119 #define JF_WAITING 0x002 /* set if j_waitj() is waiting on job */
131 typedef struct job Job;
132 struct job { struct
133 Job *next; /* next job in list */
134 int job; /* job numbe member in struct:job
1548 int len, job = 0; local
[all...]
H A Dsh.h294 FMONITOR, /* -m: job control monitoring */
301 FNOTIFY, /* -b: asynchronous job completion notification */
473 void *job; /* 0 or job of co-process using input pipe */ member in struct:coproc
/netbsd-current/bin/sh/
H A Deval.h47 struct job *jp; /* job structure for command */
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex7285 % to recognize macro arguments; this is the job of \mbodybackslash.
7618 % And now we do the real job:
7799 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/bsd/cron/bin/cron/
H A DMakefile7 SRCS= cron.c database.c do_command.c entry.c env.c job.c \
/netbsd-current/external/bsd/cron/dist/
H A DMakefile89 env.c job.c user.c popen.c misc.c pam_auth.c pw_dup.c
92 misc.c job.c do_command.c env.c popen.c pw_dup.c
94 CRON_OBJ = cron.o database.o user.o entry.o job.o do_command.o \
/netbsd-current/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite1047 # The fifo used for the job dispatcher.
1048 at_job_fifo=$at_suite_dir/at-job-fifo
1698 # FIFO job dispatcher.
/netbsd-current/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def36 tick value. Generally, ntpd can do better job if the drift value is the
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap-opts.def136 This can be run as a cron job. As the file is rarely updated, and leap
H A Dupdate-leap.in446 This can be run as a cron job. As the file is rarely updated, and
/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c40 tpool_job_t *job; local
45 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) {
46 tpool->tp_head = job->tpj_next;
47 free(job);
84 * Called by a worker thread on return from a tpool_dispatch()d job.
112 tpool_job_t *job; local
161 if ((job = tpool->tp_head) != NULL &&
164 func = job
265 tpool_job_t *job; local
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dbuild_w32.bat55 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c job.c
56 echo WinDebug\job.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
122 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c job.c
123 echo WinRel\job.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
179 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c job.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
H A Dconfigure864 --disable-job-server disallow recursive make communication during -jN
13448 # See if we can handle the job server feature, and if the user wants it.
13450 # Check whether --enable-job-server or --disable-job-server was given.
13779 echo "WARNING: Make job server requires a POSIX-ish system that"
13783 echo " Disabling job server support."
H A Djob.c23 #include "job.h"
831 /* If the job failed, and the -k flag was not given, die,
856 job, put a token back into the pipe for it. */
863 /* Write a job token back to the pipe. */
965 /* Start a job to run the commands specified in CHILD.
1190 /* start_waiting_job has set CHILD->remote if we can start a remote job. */
1198 so, simply run the job locally. */
1306 /* We call `system' to do the job of the SHELL, since stock DOS
1431 /* If we can start a job remotely, we always want to, and don't care about
1432 the local load average. We record that the job shoul
1870 struct child *job; local
[all...]
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex5964 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex7126 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex7122 % @node's only job in TeX is to define \lastnode, which is used in
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex7122 % @node's only job in TeX is to define \lastnode, which is used in

Completed in 508 milliseconds

123456789