Searched refs:envSpec (Results 1 – 1 of 1) sorted by relevance
68 NXExecEnvSpec_t envSpec; local163 envSpec.esArgc = argc;164 envSpec.esArgv = (void **) argv;165 envSpec.esEnv = (void **) env;177 envSpec.esStdin.ssPathCtx = NULL;178 envSpec.esStdout.ssPathCtx = NULL;179 envSpec.esStderr.ssPathCtx = NULL;186 envSpec.esStdin.ssPath = filePath;187 envSpec.esStdout.ssPath = stdout;189 envSpec.esStdin.ssPath = stdin;[all …]
Completed in 6 milliseconds