search for: do_fifo

Displaying 2 results from an estimated 2 matches for "do_fifo".

Did you mean: vbo_fifo
2006 May 02
1
compile R on Solaris 9
...: connections.c:381: structure has no member named `open64' connections.c: In function `newfile': connections.c:639: structure has no member named `open64' connections.c: In function `newfifo': connections.c:785: structure has no member named `open64' connections.c: In function `do_fifo': connections.c:837: structure has no member named `open64' connections.c: In function `newpipe': connections.c:919: structure has no member named `open64' connections.c: In function `do_pipe': connections.c:978: structure has no member named `open64' connections.c: In funct...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...11, 6, {PP_FUNCALL, PREC_FN, 0}}, -{"url", do_url, 0, 11, 5, {PP_FUNCALL, PREC_FN, 0}}, +{"url", do_url, 0, 11, 6, {PP_FUNCALL, PREC_FN, 0}}, {"pipe", do_pipe, 0, 11, 3, {PP_FUNCALL, PREC_FN, 0}}, {"fifo", do_fifo, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, {"gzfile", do_gzfile, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, @@ -983,7 +983,7 @@ FUNTAB R_FunTab[] = {"eSoftVersion",do_eSoftVersion, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}}, {"curlVersion", do_curlVersion,...