Lines Matching refs:executable

154 tack_on_executable (char *buf, const char *executable)  in tack_on_executable()  argument
159 backslashify (strcat (buf, executable)); in tack_on_executable()
185 mingw_rootify (const char *executable) in mingw_rootify() argument
198 return executable; in mingw_rootify()
206 return executable; in mingw_rootify()
216 return executable; in mingw_rootify()
239 return executable; in mingw_rootify()
249 return executable; in mingw_rootify()
257 return executable; in mingw_rootify()
261 foundbuf = XNEWVEC (char, maxlen + strlen (executable)); in mingw_rootify()
275 return executable; in mingw_rootify()
280 return tack_on_executable (foundbuf, executable); in mingw_rootify()
286 msys_rootify (const char *executable) in msys_rootify() argument
289 size_t execlen = strlen (executable) + 1; in msys_rootify()
314 return tack_on_executable (buf, executable); in msys_rootify()
318 return executable; in msys_rootify()
571 win32_spawn (const char *executable, in win32_spawn() argument
622 full_executable = find_executable (executable, search); in win32_spawn()
666 spawn_script (const char *executable, char *const *argv, in spawn_script() argument
674 int fd = _open (executable, _O_RDONLY); in spawn_script()
713 executable = strrchr (executable1, '\\') + 1; in spawn_script()
714 if (!executable) in spawn_script()
715 executable = executable1; in spawn_script()
716 pid = win32_spawn (executable, TRUE, argv, env, in spawn_script()
759 const char *executable, char * const * argv, in pex_win32_exec_child() argument
854 pid = win32_spawn (executable, (flags & PEX_SEARCH) != 0, in pex_win32_exec_child()
857 pid = spawn_script (executable, argv, env, dwCreationFlags, in pex_win32_exec_child()