Home
last modified time | relevance | path

Searched refs:stroutput (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/R-cran-processx/processx/src/win/
H A Dstdio.c313 const char *stroutput = in processx__stdio_create() local
323 } else if (i == 2 && stroutput && ! strcmp("2>&1", stroutput)) { in processx__stdio_create()
333 } else if (stroutput && ! strcmp("|", stroutput)) { in processx__stdio_create()
352 } else if (stroutput && strcmp("", stroutput)) { in processx__stdio_create()
356 stroutput, access); in processx__stdio_create()
359 stroutput, access); in processx__stdio_create()
370 if (stroutput) { in processx__stdio_create()
/dports/sysutils/R-cran-processx/processx/src/unix/
H A Dprocessx.c231 const char *stroutput = in processx__child_init() local
241 if (fd == 2 && use_fd < 0 && stroutput && in processx__child_init()
242 ! strcmp(stroutput, "2>&1")) { in processx__child_init()
252 if (stroutput) { in processx__child_init()
255 use_fd = open(stroutput, O_RDONLY); in processx__child_init()
257 use_fd = open(stroutput, O_CREAT | O_TRUNC| O_RDWR, 0644); in processx__child_init()
488 const char *stroutput = in processx_exec() local
494 } else if (stroutput && ! strcmp("|", stroutput)) { in processx_exec()
502 } else if (i == 2 && stroutput && ! strcmp("2>&1", stroutput)) { in processx_exec()
505 } else if (stroutput && ! strcmp("", stroutput)) { in processx_exec()
[all …]