HomeSort by: relevance | last modified time | path
    Searched refs:POSIX_SPAWN_RETURNERROR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
spawn.h 104 * case, but request the POSIX_SPAWN_RETURNERROR for some tests.
106 #define POSIX_SPAWN_RETURNERROR 0x40
  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 231 * if POSIX_SPAWN_RETURNERROR is expected, then no need to open the
242 * POSIX_SPAWN_RETURNERROR is a NetBSD specific flag that
248 RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
499 * POSIX_SPAWN_RETURNERROR is a NetBSD specific flag that
505 RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
t_fileactions.c 253 * POSIX_SPAWN_RETURNERROR is a NetBSD specific flag that
259 RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
  /src/sys/kern/
kern_exec.c 2337 * have POSIX_SPAWN_RETURNERROR or one of the flags, that require
2344 & (POSIX_SPAWN_RETURNERROR|POSIX_SPAWN_SETPGROUP)) == 0)
2434 * A NetBSD specific workaround is POSIX_SPAWN_RETURNERROR as

Completed in 14 milliseconds