Searched refs:common_spawnl (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/ucrt/exec/ |
H A D | spawnl.cpp | 19 static intptr_t __cdecl common_spawnl( in common_spawnl() function 63 return common_spawnl(false, _P_OVERLAY, file_name, arguments, varargs); in _execl() 73 return common_spawnl(true, _P_OVERLAY, file_name, arguments, varargs); in _execle() 85 return common_spawnl(false, mode, file_name, arguments, varargs); in _spawnl() 96 return common_spawnl(true, mode, file_name, arguments, varargs); in _spawnle() 109 return common_spawnl(false, _P_OVERLAY, file_name, arguments, varargs); in _wexecl() 119 return common_spawnl(true, _P_OVERLAY, file_name, arguments, varargs); in _wexecle() 131 return common_spawnl(false, mode, file_name, arguments, varargs); in _wspawnl() 142 return common_spawnl(true, mode, file_name, arguments, varargs); in _wspawnle()
|