Searched refs:stroutput (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/R-cran-processx/processx/src/win/ |
H A D | stdio.c | 313 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 D | processx.c | 231 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 …]
|