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

  /src/include/
spawn.h 61 int posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *, int);
  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 226 RZ(posix_spawn_file_actions_addfchdir(&fa, fd));
407 "Testing posix_spawn_file_actions_addfchdir on a relative "
439 "Testing posix_spawn_file_actions_addfchdir on a "
462 "Testing posix_spawn_file_actions_addfchdir on a negative file "
475 error = posix_spawn_file_actions_addfchdir(&fa, fd);
485 "Testing posix_spawn_file_actions_addfchdir for a closed fd");
507 RZ(posix_spawn_file_actions_addfchdir(&fa, fd));
  /src/lib/libc/gen/
posix_spawn_fileactions.c 200 posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *fa, int fildes) function in typeref:typename:int
Makefile.inc 165 posix_spawn_file_actions_addchdir.3 posix_spawn_file_actions_addfchdir.3 \

Completed in 13 milliseconds