Home
last modified time | relevance | path

Searched refs:file_actions (Results 226 – 250 of 852) sorted by relevance

12345678910>>...35

/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.h67 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1015 posix_spawn_file_actions_t *file_actions =
1029 ::posix_spawn_file_actions_addclose(file_actions, info->GetFD()),
1035 error, file_actions, info->GetFD());
1048 ::posix_spawn_file_actions_adddup2(file_actions, info->GetFD(),
1072 file_actions, info->GetFD(),
1196 posix_spawn_file_actions_t file_actions;
1197 error.SetError(::posix_spawn_file_actions_init(&file_actions),
1208 [&]() { posix_spawn_file_actions_destroy(&file_actions); });
1227 "file_actions = {3}, "
1229 error, result_pid, exe_path, &file_actions, &attr, argv,
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dlc_widgetfactory.h66 QList<QAction*> file_actions; variable
/dports/devel/vitables/ViTables-3.0.2/vitables/docbrowser/
H A Dbrowsergui.py220 file_actions = ['exitBrowser']
221 vitables.utils.addActions(file_menu, file_actions, self.actions)
/dports/security/fakeroot/fakeroot-1.23/
H A Dwrapfunc.inp54 …_t *file_actions, const posix_spawnattr_t * __restrict attrp, char *const argv[ __restrict], char …
55 …_t *file_actions, const posix_spawnattr_t * __restrict attrp, char *const argv[ __restrict], char …
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c767 …t spawnfd(int flags, pid_t *ppid, const char *path, const posix_spawn_file_actions_t *file_actions, in spawnfd() argument
796 if (posix_spawnp(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()
799 if (posix_spawn(&pid, path, file_actions, attrp, argv, envp) != 0) in spawnfd()

12345678910>>...35