search for: _execl

Displaying 3 results from an estimated 3 matches for "_execl".

Did you mean: execl
2003 May 20
1
Calling R in BATCH mode from C programm
...ents to Rterm.exe */ args[0] = "--slave"; args[1] = "--no-save"; args[2] = "--no-restore"; args[3] = "<args.R>"; args[4] = "args.out"; args[5] = "ARG1=1"; args[6] = "ARG2=2"; args[7] = NULL; _execl( prog, args[0], args[1], args[2], args[3], args[4], args[5], args[6], NULL); } Rterm starts, but writes to output : ARGUMENT '<args.R>' __ignored__ ARGUMENT 'args.out' __ignored__ Command Sys.getenv("ARG1") returns correct result => R sees the rest of the a...
2011 Sep 16
3
make: *** [dlls/msvcrt/tests] Error 2
..." is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnle" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnl" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_execlpe" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlpe" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_sopen" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol &quo...
2008 Jan 11
0
Wine release 0.9.53
...Add Surinam Dutch and Belgian Dutch translations of language group names. tools/wine.desktop: Add Dutch translation. msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable. msvcrt: Implement _wpopen and forward _popen to it. msvcrt: Rewrite _execl/_spawnl functions as wrappers around wide character implementations. msvcrt: Implement _execl{e, pe}. msvcrt: Rewrite _spawnve as a wrapper. msvcrt: Implement _wexecl{, e, p, pe}. msvcrt: Implement _wspawnl{, e, p, pe}. msvcrt: Implement _wexecv{, e, p, pe}. msvc...