/titanic_41/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 33 The usage of |posix_spawn()| has been manually disabled because there seems to be a 52 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */ 53 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */ 65 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */ 66 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */ 78 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */ 79 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */ 91 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */ 92 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */ 104 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */ [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.gcc.c | 37 (void) posix_spawn(&pid, "/usr/bin/ls", NULL, NULL, NULL, NULL); in go()
|
/titanic_41/usr/src/tools/ctf/ctfstrip/ |
H A D | ctfstrip.c | 129 if ((rc = posix_spawn(&pid, MCS, NULL, &attr, in fix_file()
|
/titanic_41/usr/src/head/ |
H A D | spawn.h | 72 extern int posix_spawn(
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 239 error = posix_spawn(&cu.pid, shpath, NULL, &attr, in system()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | spawnveg.c | 65 if (err = posix_spawn(&pid, path, NiL, &attr, argv, envv ? envv : environ))
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 278 posix_spawn( in posix_spawn() function 941 error = posix_spawn(pidp, shpath, fact, attr, in posix_spawn_pipe_np()
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 290 error = posix_spawn(&pid, path, &fact, &attr, in wordexp()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | lib | 228 tst lib_posix_spawn unistd.h stdlib.h spawn.h -Dfork=______fork note{ posix_spawn exists and it wor… 266 if (posix_spawn(&pid, cmd[0], 0, &attr, cmd, 0)) 285 if (posix_spawn(&pid, cmd[0], 0, &attr, cmd, 0))
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 360 if (posix_spawn(&pid, PKGSERV_PATH, NULL, NULL, cmd, environ) == 0) { in pkgopenserver_i()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 539 posix_spawn
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 144 #define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | fork.c | 1142 err = posix_spawn(&pid, "/bin/sh", &factions, &attr, in fork_with_timeout()
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 144 #define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 155 #define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 155 #define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
|
/titanic_41/usr/src/cmd/saf/ |
H A D | sacadm.c | 1288 if (posix_spawn(&cpid, "/usr/bin/rm", NULL, NULL, in invoke_rm()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 1248 r = posix_spawn(&pid, cmd_argv[0], NULL, NULL, cmd_argv, NULL); in do_archives_update()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 1350 if (posix_spawn(&pid, probe_name, &fd_actions, &attr, child_argv, in ilbd_run_probe()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 268 posix_spawn.3c \ 1911 posix_spawnp.3c := LINKSRC = posix_spawn.3c
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 253 06-10-31 comp/spawnveg.c,features/lib: handle posix_spawn exit status 127 254 06-10-30 features/lib: fix posix_spawn() fork() prototype conflicts 629 comp/spawnveg.c: call posix_spawn() if implemented
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 721 posix_spawn;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 263 file path=usr/share/man/man3c/posix_spawn.3c 984 link path=usr/share/man/man3c/posix_spawnp.3c target=posix_spawn.3c
|