Lines Matching refs:executable
155 tack_on_executable (char *buf, const char *executable) in tack_on_executable() argument
160 backslashify (strcat (buf, executable)); in tack_on_executable()
186 mingw_rootify (const char *executable) in mingw_rootify() argument
199 return executable; in mingw_rootify()
207 return executable; in mingw_rootify()
217 return executable; in mingw_rootify()
240 return executable; in mingw_rootify()
250 return executable; in mingw_rootify()
258 return executable; in mingw_rootify()
262 foundbuf = XNEWVEC (char, maxlen + strlen (executable)); in mingw_rootify()
276 return executable; in mingw_rootify()
281 return tack_on_executable (foundbuf, executable); in mingw_rootify()
287 msys_rootify (const char *executable) in msys_rootify() argument
290 size_t execlen = strlen (executable) + 1; in msys_rootify()
315 return tack_on_executable (buf, executable); in msys_rootify()
319 return executable; in msys_rootify()
573 const char *executable, in win32_spawn() argument
622 full_executable = find_executable (executable, search); in win32_spawn()
687 const char *executable, char *const *argv, in spawn_script() argument
695 int fd = _open (executable, _O_RDONLY); in spawn_script()
734 executable = strrchr (executable1, '\\') + 1; in spawn_script()
735 if (!executable) in spawn_script()
736 executable = executable1; in spawn_script()
737 pid = win32_spawn (obj, executable, TRUE, argv, env, in spawn_script()
780 const char *executable, char * const * argv, in pex_win32_exec_child() argument
875 pid = win32_spawn (obj, executable, (flags & PEX_SEARCH) != 0, in pex_win32_exec_child()
878 pid = spawn_script (obj, executable, argv, env, dwCreationFlags, in pex_win32_exec_child()