Searched refs:spawn (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.gcc.c29 #include <spawn.h>
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dspawnveg.c43 #include <spawn.h>
108 #include <spawn.h>
125 return spawn(path, 0, (int*)0, &inherit, (const char**)argv, (const char**)envv);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c76 static pid_t path_pfexecve(const char *path, char *argv[],char *const envp[],int spawn) argument
81 if(spawn)
148 * spawn is non-zero when invoked via spawn
151 static pid_t path_xargs(const char *path, char *argv[],char *const envp[], int spawn) argument
169 if(!spawn)
194 if(saveargs || av<avlast || (exitval && !spawn))
209 else if(spawn && !sh_isoption(SH_PFSH))
212 return(_spawnveg(path,argv,envp,spawn>>1));
215 return(path_pfexecve(path,argv,envp,spawn));
1011 path_spawn(const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spawn) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c55 #include <spawn.h>
H A Dgetutx.c64 #include <spawn.h>
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c25 #include <spawn.h>
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c44 #include <spawn.h>
H A Dpopen.c51 #include <spawn.h>
/illumos-gate/usr/src/man/man3head/
H A DMakefile76 spawn.h.3head \
165 spawn.3head \
254 spawn.3head := LINKSRC = spawn.h.3head
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c62 #include <spawn.h>
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c43 #include <spawn.h>
/illumos-gate/usr/src/cmd/init/
H A Dinit.c581 static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
790 * Scan the inittab file and spawn and respawn processes that
1273 spawn(pp, &cmd);
1307 spawn(pp, &cmd);
1310 spawn(pp, &cmd);
1321 * spawn() spawns a shell, inserts the information about the process
1325 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c35 #include <spawn.h>
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c61 #include <spawn.h>
1149 uu_warn("Failed to spawn %s: %s\n", cmd, strerror(err));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c38 #include <spawn.h>
/illumos-gate/usr/src/head/
H A DMakefile172 spawn.h \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com878 spawn.o \
1207 spawn.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com858 spawn.o \
1170 spawn.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile834 spawn.o \
1143 spawn.o \
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c43 #include <spawn.h>
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c85 #include <spawn.h>
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com912 spawn.o \
1243 spawn.o \
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com221 common/obsolete/spawn.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c47 #include <spawn.h>
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc162 #include <spawn.h>

Completed in 120 milliseconds