/illumos-gate/usr/src/test/libc-tests/tests/posix_spawn/ |
H A D | Makefile | 16 PROGS = posix_spawn
|
H A D | posix_spawn.c | 217 if ((ret = posix_spawn(&pid, spawn_pwd, acts, NULL, argv, envp)) != 0) { in posix_spawn_test_one_dir() 527 ret = posix_spawn(&pid, spawn_getsid, &acts, &attr, argv, envp); in posix_spawn_test_one_flags()
|
/illumos-gate/usr/src/tools/ctf/ctfstrip/ |
H A D | ctfstrip.c | 130 if ((rc = posix_spawn(&pid, MCS, NULL, &attr, in fix_file()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | modunload.c | 73 if (posix_spawn(&child, execfile, NULL, &attr, child_args, envp) != 0) { in exec_userfile()
|
/illumos-gate/usr/src/head/ |
H A D | spawn.h | 73 extern int posix_spawn(
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | lib | 244 tst lib_posix_spawn unistd.h stdlib.h spawn.h -Dfork=______fork note{ posix_spawn exists and it wor… 291 if (posix_spawn(&pid, cmd[0], 0, &attr, cmd, 0)) 293 NOTE("posix_spawn() FAILED"); 330 if (posix_spawn(&pid, cmd[0], 0, &attr, cmd, 0)) 333 NOTE("ENOEXEC produces posix_spawn() error (BEST)");
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 239 error = posix_spawn(&cu.pid, shpath, NULL, &attr, in system()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | spawnveg.c | 65 if (err = posix_spawn(&pid, path, NiL, &attr, argv, envv ? envv : environ))
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 33 posix_spawn \
|
/illumos-gate/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 142 [/opt/libc-tests/tests/posix_spawn.32] 143 [/opt/libc-tests/tests/posix_spawn.64]
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 290 error = posix_spawn(&pid, path, &fact, &attr, in wordexp()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 302 posix_spawn( in posix_spawn() function 1021 error = posix_spawn(pidp, shpath, fact, attr, in posix_spawn_pipe_np()
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | lib | 148 #define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | fork.c | 1142 err = posix_spawn(&pid, "/bin/sh", &factions, &attr, in fork_with_timeout()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 364 if (posix_spawn(&pid, PKGSERV_PATH, NULL, NULL, cmd, environ) == 0) { in pkgopenserver_i()
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 539 posix_spawn
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | lib | 149 #define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 293 posix_spawn.3c \
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | lib | 159 #define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | lib | 160 #define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-libctest.p5m | 142 file path=opt/libc-tests/tests/posix_spawn.32 mode=0555 143 file path=opt/libc-tests/tests/posix_spawn.64 mode=0555
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | sacadm.c | 1285 if (posix_spawn(&cpid, "/usr/bin/rm", NULL, NULL, in invoke_rm()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 561 error = posix_spawn(&child, UTMP_UPDATE, NULL, &attr, argvec, _environ); in invoke_utmp_update()
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 1260 r = posix_spawn(&pid, cmd_argv[0], NULL, NULL, cmd_argv, NULL); in do_archives_update()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 1354 if (posix_spawn(&pid, probe_name, &fd_actions, &attr, child_argv, in ilbd_run_probe()
|