Home
last modified time | relevance | path

Searched refs:xpipe (Results 1 – 25 of 96) sorted by relevance

1234

/dports/sysutils/xpipe/xpipe-60b0aec/
H A DREADME.md4 The xpipe command reads input from stdin and splits it
29 xpipe(1) can do the job for you in a single command:
32 $ <certs.pem xpipe -p '^-----END CERTIFICATE-----$' \
47 [manual page](https://github.com/jschauma/xpipe/blob/master/doc/xpipe.1.txt).
63 xpipe(1) was developed on a NetBSD 8.0 system. It was
91 The following options are supported by xpipe:
179 <input xpipe -J % -p pattern /bin/sh -c "cat >%.out"
188 xpipe -p '^$' wc -w
193 <certs.pem xpipe -p '^-----END CERTIFICATE-----$' \
199 <logfile xpipe -n 1000 -J % /bin/sh -c "gzip >%.gz"
[all …]
H A DMakefile1 NAME= xpipe
2 OBJS= src/xpipe.o
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucon.c683 read(xpipe[0],
690 read(xpipe[0],
975 close(xpipe[0]); xpipe[0] = -1; /* Child - prevent future reads */ in concld()
1140 write(xpipe[1], in concld()
1152 write(xpipe[1], in concld()
1420 write(xpipe[1], in concld()
1899 xpipe[0] = -1; in conect()
1902 xpipe[1] = -1; in conect()
1988 close(xpipe[1]); xpipe[1] = -1; /* Parent - prevent future writes */ in conect()
2408 close(xpipe[0]); xpipe[0] = -1; /* Close the pipe */ in conect()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1148 return xpipe; in xhci_pipe_get_xpipe()
1155 return xpipe->seg; in xhci_pipe_get_seg()
1289 if (!xpipe) in xhci_alloc_pipe_pool()
1359 xpipe->seg = seg; in xhci_init_bulk_ep()
1396 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1397 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1410 xpipe->seg = seg; in xhci_get_pipe_intr()
1472 xpipe->seg = NULL; in xhci_put_pipe()
1475 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1476 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1147 return xpipe; in xhci_pipe_get_xpipe()
1154 return xpipe->seg; in xhci_pipe_get_seg()
1288 if (!xpipe) in xhci_alloc_pipe_pool()
1358 xpipe->seg = seg; in xhci_init_bulk_ep()
1395 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1396 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1409 xpipe->seg = seg; in xhci_get_pipe_intr()
1471 xpipe->seg = NULL; in xhci_put_pipe()
1474 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1475 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1148 return xpipe; in xhci_pipe_get_xpipe()
1155 return xpipe->seg; in xhci_pipe_get_seg()
1289 if (!xpipe) in xhci_alloc_pipe_pool()
1359 xpipe->seg = seg; in xhci_init_bulk_ep()
1396 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1397 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1410 xpipe->seg = seg; in xhci_get_pipe_intr()
1472 xpipe->seg = NULL; in xhci_put_pipe()
1475 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1476 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1147 return xpipe; in xhci_pipe_get_xpipe()
1154 return xpipe->seg; in xhci_pipe_get_seg()
1288 if (!xpipe) in xhci_alloc_pipe_pool()
1358 xpipe->seg = seg; in xhci_init_bulk_ep()
1395 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1396 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1409 xpipe->seg = seg; in xhci_get_pipe_intr()
1471 xpipe->seg = NULL; in xhci_put_pipe()
1474 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1475 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1147 return xpipe; in xhci_pipe_get_xpipe()
1154 return xpipe->seg; in xhci_pipe_get_seg()
1288 if (!xpipe) in xhci_alloc_pipe_pool()
1358 xpipe->seg = seg; in xhci_init_bulk_ep()
1395 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1396 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1409 xpipe->seg = seg; in xhci_get_pipe_intr()
1471 xpipe->seg = NULL; in xhci_put_pipe()
1474 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1475 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1147 return xpipe; in xhci_pipe_get_xpipe()
1154 return xpipe->seg; in xhci_pipe_get_seg()
1288 if (!xpipe) in xhci_alloc_pipe_pool()
1358 xpipe->seg = seg; in xhci_init_bulk_ep()
1395 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1396 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1409 xpipe->seg = seg; in xhci_get_pipe_intr()
1471 xpipe->seg = NULL; in xhci_put_pipe()
1474 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1475 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.c1147 return xpipe; in xhci_pipe_get_xpipe()
1154 return xpipe->seg; in xhci_pipe_get_seg()
1288 if (!xpipe) in xhci_alloc_pipe_pool()
1358 xpipe->seg = seg; in xhci_init_bulk_ep()
1395 xpipe->buf = SLOF_dma_alloc(xpipe->buflen); in xhci_get_pipe_intr()
1396 xpipe->buf_phys = SLOF_dma_map_in(xpipe->buf, xpipe->buflen, false); in xhci_get_pipe_intr()
1409 xpipe->seg = seg; in xhci_get_pipe_intr()
1471 xpipe->seg = NULL; in xhci_put_pipe()
1474 SLOF_dma_map_out(xpipe->buf_phys, xpipe->buf, xpipe->buflen); in xhci_put_pipe()
1475 SLOF_dma_free(xpipe->buf, xpipe->buflen); in xhci_put_pipe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-atom-controls.h723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
797 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
811 xpipe, xinstance, xtask, xcmd) \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
819 0, xmod, xpipe, xtask, 0, SST_ALGO_BYPASS, \
829 xpipe, xinstance, xtask, xcmd) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-atom-controls.h723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
797 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
811 xpipe, xinstance, xtask, xcmd) \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
819 0, xmod, xpipe, xtask, 0, SST_ALGO_BYPASS, \
829 xpipe, xinstance, xtask, xcmd) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-atom-controls.h723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
797 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
811 xpipe, xinstance, xtask, xcmd) \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
819 0, xmod, xpipe, xtask, 0, SST_ALGO_BYPASS, \
829 xpipe, xinstance, xtask, xcmd) \ argument
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/IPC-Open3/lib/IPC/
H A DOpen3.pm164 sub xpipe { subroutine
242 xpipe $_->{open_as}, $_->{parent};
244 xpipe $_->{parent}, $_->{open_as};
251 xpipe my $stat_r, my $stat_w;
/dports/lang/perl5.30/perl-5.30.3/ext/IPC-Open3/lib/IPC/
H A DOpen3.pm153 sub xpipe { subroutine
231 xpipe $_->{open_as}, $_->{parent};
233 xpipe $_->{parent}, $_->{open_as};
240 xpipe my $stat_r, my $stat_w;
/dports/lang/perl5.32/perl-5.32.1/ext/IPC-Open3/lib/IPC/
H A DOpen3.pm164 sub xpipe { subroutine
242 xpipe $_->{open_as}, $_->{parent};
244 xpipe $_->{parent}, $_->{open_as};
251 xpipe my $stat_r, my $stat_w;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/IPC-Open3/lib/IPC/
H A DOpen3.pm162 sub xpipe { subroutine
240 xpipe $_->{open_as}, $_->{parent};
242 xpipe $_->{parent}, $_->{open_as};
249 xpipe my $stat_r, my $stat_w;
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dstdx.h44 int xpipe(int fd[2], const char *msg, ...);
45 #define XPIPE(fd2) xpipe((fd2), _("Unable to open pipes"));
/dports/archivers/gtar/tar-1.34/src/
H A Dsystem.c335 xpipe (parent_pipe); in sys_child_open_for_compress()
387 xpipe (child_pipe); in sys_child_open_for_compress()
514 xpipe (parent_pipe); in sys_child_open_for_uncompress()
556 xpipe (child_pipe); in sys_child_open_for_uncompress()
732 xpipe (p); in sys_exec_command()
795 xpipe (p); in sys_exec_info_script()
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dmail.c48 xpipe(pipes); in launch_helper()
49 xpipe(pipes + 2); in launch_helper()
/dports/sysutils/xpipe/xpipe-60b0aec/src/
H A Dxpipe.c62 void xpipe(char **, int);
143 xpipe(argv, argc); in main()
239 xpipe(char **argv, int argc) { in xpipe() function
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/
H A DImport.tcl722 if {[catch {open "|xanim +W$xatomid $fileName 2>@stdout"} xpipe]} {
723 return "Xanim failed: $xpipe"
725 set xanimPipe2Frame($xpipe) $wfr
726 set xanimPipe2Item($xpipe) $utag
727 fileevent $xpipe readable [list XanimReadOutput $wcan $wfr $xpipe]
1329 proc ::Import::XanimReadOutput {wcan wfr xpipe} { argument
1334 if [eof $xpipe] {
1337 set co [$wcan coords $xanimPipe2Item($xpipe)]
1339 catch {close $xpipe}
1343 gets $xpipe line
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dxpipe.c55 xpipe(t) in xpipe() function
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dxpipe.c55 xpipe(t) in xpipe() function
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dxpipe.c55 xpipe(t) in xpipe() function

1234