Home
last modified time | relevance | path

Searched refs:pstreams (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/pstreams/pstreams-0.8.1/
H A DChangeLog1 Author: Jonathan Wakely <pstreams@kayari.org>
6 Author: Jonathan Wakely <pstreams@kayari.org>
13 Author: Jonathan Wakely <pstreams@kayari.org>
18 Author: Jonathan Wakely <pstreams@kayari.org>
24 Author: Jonathan Wakely <pstreams@kayari.org>
30 Author: Jonathan Wakely <pstreams@kayari.org>
35 Author: Jonathan Wakely <pstreams@kayari.org>
40 Author: Jonathan Wakely <pstreams@kayari.org>
45 Author: Jonathan Wakely <pstreams@kayari.org>
604 (pstreams::fd_type,pstreams::fd_t): Rename fd_t to fd_type.
[all …]
H A DMANIFEST1 pstreams-0.8.1/pstream.h
2 pstreams-0.8.1/ChangeLog
3 pstreams-0.8.1/MANIFEST
4 pstreams-0.8.1/AUTHORS
5 pstreams-0.8.1/COPYING.LIB
6 pstreams-0.8.1/Doxyfile
7 pstreams-0.8.1/INSTALL
8 pstreams-0.8.1/Makefile
9 pstreams-0.8.1/README
10 pstreams-0.8.1/mainpage.html
[all …]
H A DMakefile43 check: test_pstreams test_minimum | pstreams.wout
63 dist: pstreams-$(VERS).tar.gz pstreams-docs-$(VERS).tar.gz
65 pstreams-$(VERS).tar.gz: pstream.h $(GENERATED_FILES)
66 @ln -s . pstreams-$(VERS)
68 @rm pstreams-$(VERS)
70 pstreams-docs-$(VERS).tar.gz: docs
71 @ln -s doc/html pstreams-docs-$(VERS)
72 @tar -czvhf $@ pstreams-docs-$(VERS)
73 @rm pstreams-docs-$(VERS)
83 @install -d $(DESTDIR)$(includedir)/pstreams
[all …]
H A Dtest_pstreams.cc164 const pstreams::pmode all3streams = in main()
165 pstreams::pstdin|pstreams::pstdout|pstreams::pstderr; in main()
192 pstreams::argv_type argv; in main()
206 pstreams::argv_type argv; in main()
257 pstreams::argv_type argv; in main()
273 pstreams::argv_type argv; in main()
466 pstreams::argv_type argv; in main()
496 pstreams::argv_type argv; in main()
872 pstreams::argv_type args; in main()
885 pstreams::argv_type args; in main()
[all …]
H A Dpstreams-devel.spec1 %define packagename pstreams
3 Name: pstreams-devel
H A Dpstream.h76 struct pstreams struct
103 , public pstreams argument
279 , virtual public pstreams
351 , virtual public pstreams
511 , virtual public pstreams
651 , virtual public pstreams
822 , virtual public pstreams
1160 close_fd(pstreams::fd_type& fd) in close_fd()
1990 inline pstreams::fd_type&
1998 inline pstreams::fd_type&
[all …]
H A DAUTHORS1 Jonathan Wakely <pstreams@redi.uklinux.net>
H A DREADME22 The latest version can be found at http://pstreams.sourceforge.net/ and
23 frequently asked questions at http://pstreams.sourceforge.net/faq.html
24 The author can be contacted at pstreams@kayari.org
56 requested by setting the pstreams::newpg flag in the pmode argument
80 The RPM spec file from the Fedora pstreams-devel package is now included.
/dports/games/openlierox/OpenLieroX/libs/pstreams/
H A DMANIFEST1 pstreams-0.5.2/pstream.h
2 pstreams-0.5.2/ChangeLog
3 pstreams-0.5.2/MANIFEST
4 pstreams-0.5.2/AUTHORS
5 pstreams-0.5.2/COPYING.LIB
6 pstreams-0.5.2/Doxyfile
7 pstreams-0.5.2/INSTALL
8 pstreams-0.5.2/Makefile
9 pstreams-0.5.2/README
10 pstreams-0.5.2/mainpage.html
[all …]
H A DChangeLog51 * pstream.h: Add include <pstreams/config.h>
150 always open for writing. Inherit from pstreams and use pmode
177 * pstream.h: (pstreams::argv_type): New typedef for argument
178 vector. (pstreams::fd_type,pstreams::fd_t): Rename fd_t to
813 * mainpage.html: Add link to pstreams home page.
817 * mainpage.html, pstream.h, pstreams.html: Replace pstreams.html
823 * pstreams.html: Correct credit for ChildReader class.
827 * pstreams.html: Add a space
927 * pstreams.html: Remove <html>, <head> and <body> tags for
1017 * pstreams.html: Use HTML entity for ampersands in URIs
[all …]
H A Dtest_pstreams.cc170 pstreams::argv_type argv; in main()
251 const pstreams::pmode all3streams = in main()
252 pstreams::pstdin|pstreams::pstdout|pstreams::pstderr; in main()
404 pstreams::argv_type argv; in main()
436 pstreams::argv_type argv; in main()
H A Dpstream.h78 struct pstreams struct
102 , public pstreams argument
114 typedef pstreams::fd_type fd_type;
276 , virtual public pstreams
345 , virtual public pstreams
473 , virtual public pstreams
582 , virtual public pstreams
723 , virtual public pstreams
1021 close_fd(pstreams::fd_type& fd) in close_fd()
1039 close_fd_array(pstreams::fd_type (&fds)[N]) in close_fd_array()
H A DAUTHORS1 Jonathan Wakely <pstreams@redi.uklinux.net>
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dfatal-impl.cpp60 std::list<std::ostream*> **pstreams = PeekStreamList (); in GetStreamList() local
61 if (*pstreams == 0) in GetStreamList()
63 *pstreams = new std::list<std::ostream*> (); in GetStreamList()
65 return *pstreams; in GetStreamList()
72 std::list<std::ostream*> **pstreams = PeekStreamList (); in ~destructor() local
73 delete *pstreams; in ~destructor()
74 *pstreams = 0; in ~destructor()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dfatal-impl.cc89 std::list<std::ostream*> **pstreams = PeekStreamList (); in GetStreamList() local
90 if (*pstreams == 0) in GetStreamList()
92 *pstreams = new std::list<std::ostream*> (); in GetStreamList()
94 return *pstreams; in GetStreamList()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dpstream.h96 struct pstreams { struct
258 typedef pstreams::pmode pmode;
259 typedef pstreams::argv_type argv_type;
315 virtual public pstreams {
444 virtual public pstreams {
551 virtual public pstreams {
685 virtual public pstreams {
962 inline void close_fd(pstreams::fd_type &fd) { in close_fd()
979 inline void close_fd_array(pstreams::fd_type (&fds)[N]) { in close_fd_array()
1739 inline pstreams::fd_type &basic_pstreambuf< C, T >::wpipe( ) { in wpipe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/RunScript/
H A Dpstream.h64 struct pstreams struct
91 , public pstreams argument
267 , virtual public pstreams
339 , virtual public pstreams
499 , virtual public pstreams
639 , virtual public pstreams
810 , virtual public pstreams
1148 close_fd(pstreams::fd_type& fd) in close_fd()
1979 inline pstreams::fd_type&
1987 inline pstreams::fd_type&
[all …]
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_fruit.c3443 struct stream_struct **pstreams, in delete_invalid_meta_stream() argument
3486 struct stream_struct **pstreams) in fruit_streaminfo_meta_stream() argument
3510 pstreams, in fruit_streaminfo_meta_stream()
3524 struct stream_struct **pstreams) in fruit_streaminfo_meta_netatalk() argument
3600 pstreams); in fruit_streaminfo_meta()
3606 pstreams); in fruit_streaminfo_meta()
3622 struct stream_struct **pstreams) in fruit_streaminfo_rsrc_stream() argument
3727 pstreams); in fruit_streaminfo_rsrc()
3733 pstreams); in fruit_streaminfo_rsrc()
3739 pstreams); in fruit_streaminfo_rsrc()
[all …]
H A Dvfs_streams_depot.c991 struct stream_struct **pstreams) in streams_depot_streaminfo() argument
1023 state.streams = *pstreams; in streams_depot_streaminfo()
1055 *pstreams = state.streams; in streams_depot_streaminfo()
1061 pstreams); in streams_depot_streaminfo()
/dports/devel/pstreams/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=pstreams-0.8.1.tar.gz
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclirap.h105 struct stream_struct **pstreams);
109 struct stream_struct **pstreams);
113 struct stream_struct **pstreams);
H A Dclirap.c1091 struct stream_struct **pstreams) in cli_qpathinfo_streams_recv() argument
1101 pnum_streams, pstreams)) { in cli_qpathinfo_streams_recv()
1110 struct stream_struct **pstreams) in cli_qpathinfo_streams() argument
1122 pstreams); in cli_qpathinfo_streams()
1146 pstreams); in cli_qpathinfo_streams()
1155 struct stream_struct **pstreams) in parse_streams_blob() argument
1226 *pstreams = streams; in parse_streams_blob()
/dports/games/openlierox/OpenLieroX/src/common/
H A DProcess.cpp102 …p->open( cmd, params, redi::pstreams::pstdin | redi::pstreams::pstdout, working_dir ); // we don't… in open()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_lavf.c799 int nstreams, *pstreams; in demux_lavf_control() local
806 pstreams = priv->vstreams; in demux_lavf_control()
812 pstreams = priv->astreams; in demux_lavf_control()
816 if(pstreams[i] == ds->id) //current stream id in demux_lavf_control()
828 newid = pstreams[i]; in demux_lavf_control()
834 newid = pstreams[i]; in demux_lavf_control()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_lavf.c799 int nstreams, *pstreams; in demux_lavf_control() local
806 pstreams = priv->vstreams; in demux_lavf_control()
812 pstreams = priv->astreams; in demux_lavf_control()
816 if(pstreams[i] == ds->id) //current stream id in demux_lavf_control()
828 newid = pstreams[i]; in demux_lavf_control()
834 newid = pstreams[i]; in demux_lavf_control()

123