| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-test-libctest.p5m | 141 dir path=opt/libc-tests/tests/posix_spawn 142 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_attr.32 mode=0555 143 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_attr.64 mode=0555 144 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_chdir.32 mode=0555 145 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_chdir.64 mode=0555 146 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_child.32 mode=0555 147 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_child.64 mode=0555 148 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_fileactions.32 mode=0555 149 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_fileactions.64 mode=0555 150 file path=opt/libc-tests/tests/posix_spawn/posix_spawn_noshebang mode=0555 [all …]
|
| /illumos-gate/usr/src/test/libc-tests/tests/posix_spawn/ |
| H A D | Makefile | 33 ROOTOPTSPAWN = $(ROOTOPTDIR)/posix_spawn
|
| H A D | posix_spawn_common.c | 128 ret = posix_spawn(&pid, path, acts, attr, argv, NULL); in posix_spawn_run_child()
|
| H A D | posix_spawn_chdir.c | 170 if ((ret = posix_spawn(&pid, spawn_pwd, acts, NULL, argv, envp)) != 0) { in posix_spawn_test_one_dir() 480 ret = posix_spawn(&pid, spawn_child, &acts, &attr, argv, envp); in posix_spawn_test_one_flags()
|
| H A D | posix_spawn_attr.c | 550 ret = posix_spawn(&pid, true_path, &acts, &attr, argv, NULL); in nosigchld_test() 619 ret = posix_spawn(&pid, bad_path, &acts, &attr, argv, NULL); in noexecerr_test()
|
| H A D | posix_spawn_fileactions.c | 169 err = posix_spawn(&pid, posix_spawn_child_path, &acts, NULL, in spawn_test_fds()
|
| /illumos-gate/usr/src/test/libc-tests/runfiles/ |
| H A D | default.run | 142 [/opt/libc-tests/tests/posix_spawn] 156 [/opt/libc-tests/tests/posix_spawn/posix_spawn_priv.32] 158 [/opt/libc-tests/tests/posix_spawn/posix_spawn_priv.64]
|
| /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/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/head/ |
| H A D | spawn.h | 73 extern int posix_spawn(
|
| /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/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/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/svc/startd/ |
| H A D | fork.c | 1141 err = posix_spawn(&pid, "/bin/sh", &factions, &attr, in fork_with_timeout()
|
| /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/cmd/saf/ |
| H A D | sacadm.c | 1285 if (posix_spawn(&cpid, "/usr/bin/rm", NULL, NULL, in invoke_rm()
|