Home
last modified time | relevance | path

Searched refs:file_actions (Results 126 – 150 of 852) sorted by relevance

12345678910>>...35

/dports/databases/recutils/recutils-1.8/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
H A Dspawn_int.h59 file_actions);
65 const posix_spawn_file_actions_t *file_actions,
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
/dports/devel/m4/m4-1.4.19/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, in posix_spawnp()
H A Dspawn.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
32 return __spawni (pid, path, file_actions, attrp, in posix_spawn()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dspawn.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
32 return __spawni (pid, path, file_actions, attrp, argv, envp, 0); in posix_spawn()
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
H A Dspawn_int.h54 file_actions);
60 const posix_spawn_file_actions_t *file_actions,
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
H A Dspawn_int.h54 file_actions);
60 const posix_spawn_file_actions_t *file_actions,
/dports/editors/zile/zile-2.4.14/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
H A Dspawn_int.h54 file_actions);
60 const posix_spawn_file_actions_t *file_actions,
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, in posix_spawnp()
H A Dspawn.c28 const posix_spawn_file_actions_t *file_actions,
32 return __spawni (pid, path, file_actions, attrp,
/dports/www/wget2/wget2-2.0.0/lib/
H A Dspawn.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
32 return __spawni (pid, path, file_actions, attrp, in posix_spawn()
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, in posix_spawnp()
/dports/ftp/wget/wget-1.21.2/lib/
H A Dspawn.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
32 return __spawni (pid, path, file_actions, attrp, in posix_spawn()
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, in posix_spawnp()
/dports/devel/bison/bison-3.7.6/lib/
H A Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1); in posix_spawnp()
/dports/sysutils/watchman/watchman-4.5.0/winbuild/
H A Dposix_spawn.c249 const posix_spawn_file_actions_t *file_actions, in posix_spawn_common() argument
288 for (i = 0; i < file_actions->nacts; i++) { in posix_spawn_common()
289 struct _posix_spawn_file_action *act = &file_actions->acts[i]; in posix_spawn_common()
438 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
442 return posix_spawn_common(false, pid, path, file_actions, attrp, argv, envp); in posix_spawn()
446 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
450 return posix_spawn_common(true, pid, file, file_actions, attrp, argv, envp); in posix_spawnp()
/dports/sysutils/py-pywatchman/watchman-4.9.0/winbuild/
H A Dposix_spawn.cpp242 const posix_spawn_file_actions_t *file_actions, in posix_spawn_common() argument
281 for (i = 0; i < file_actions->nacts; i++) { in posix_spawn_common()
282 struct _posix_spawn_file_action *act = &file_actions->acts[i]; in posix_spawn_common()
430 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
434 return posix_spawn_common(false, pid, path, file_actions, attrp, argv, envp); in posix_spawn()
438 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
442 return posix_spawn_common(true, pid, file, file_actions, attrp, argv, envp); in posix_spawnp()
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dspawn_int.h54 file_actions);
60 const posix_spawn_file_actions_t *file_actions,
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.vfs_sql.inc.php43 var $file_actions; variable in vfs
77 $this->file_actions = 1;
81 $this->file_actions = 0;
902 if ($this->file_actions)
914 if ($this->file_actions)
983 if ($this->file_actions)
1152 if ($this->file_actions)
1500 if ($this->file_actions)
1595 if ($this->file_actions)
1629 if ($this->file_actions)
[all …]

12345678910>>...35