Home
last modified time | relevance | path

Searched refs:opts0 (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/socat/socat-1.7.4.2/
H A Dxio-ipapp.c29 struct opt *opts0 = NULL;
101 free(opts0);free(opts);
117 free(opts0);
130 dropopts(opts, PH_ALL); free(opts); opts = copyopts(opts0, GROUP_ALL);
141 free(opts0);free(opts);
144 free(opts0);free(opts);
155 _xioopen_ipapp_prepare(struct opt *opts, struct opt **opts0,
217 *opts0 = copyopts(opts, GROUP_ALL);
252 *opts0 = copyopts(opts, GROUP_ALL);
263 struct opt *opts0 = NULL;
[all …]
H A Dxio-ipapp.h21 _xioopen_ipapp_prepare(struct opt *opts, struct opt **opts0,
37 extern int _xioopen_ipapp_listen_prepare(struct opt *opts, struct opt **opts0,
H A Dxio-vsock.c120 struct opt *opts0; in xioopen_vsock_listen() local
152 opts0 = copyopts(opts, GROUP_ALL); in xioopen_vsock_listen()
163 opts, opts0, pf, socktype, protocol); in xioopen_vsock_listen()
H A Dxio-unix.c127 struct opt *opts0 = NULL; in xioopen_unix_listen() local
185 opts0 = copyopts(opts, GROUP_ALL); in xioopen_unix_listen()
191 opts, opts0, pf, socktype, protocol)) in xioopen_unix_listen()
535 struct opt *opts0; in _xioopen_unix_client() local
572 opts0 = copyopts(opts, GROUP_ALL); in _xioopen_unix_client()
589 dropopts2(opts, PH_INIT, PH_SPEC); opts = opts0; in _xioopen_unix_client()
603 dropopts2(opts, PH_INIT, PH_SPEC); opts = opts0; in _xioopen_unix_client()
H A Dxio-openssl.c211 struct opt *opts0 = NULL; in xioopen_openssl_connect() local
293 _xioopen_ipapp_prepare(opts, &opts0, hostname, portname, &pf, ipproto, in xioopen_openssl_connect()
328 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_connect()
355 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_connect()
395 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_connect()
495 struct opt *opts0 = NULL; in xioopen_openssl_listen() local
555 if (_xioopen_ipapp_listen_prepare(opts, &opts0, portname, &pf, ipproto, in xioopen_openssl_listen()
599 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_listen()
603 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_listen()
620 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_openssl_listen()
[all …]
H A Dxio-listen.h17 struct opt *opts, struct opt *opts0,
H A Dxio-socks.c48 struct opt *opts0 = NULL; in xioopen_socks4_connect() local
86 _xioopen_ipapp_prepare(opts, &opts0, sockdname, socksport, in xioopen_socks4_connect()
194 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_socks4_connect()
H A Dxio-listen.c40 struct opt *opts, struct opt *opts0,
66 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL);
70 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL);
H A Dxio-proxy.c86 struct opt *opts0 = NULL; in xioopen_proxy_connect() local
131 _xioopen_ipapp_prepare(opts, &opts0, proxyname, proxyport, in xioopen_proxy_connect()
216 dropopts(opts, PH_ALL); opts = copyopts(opts0, GROUP_ALL); in xioopen_proxy_connect()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGAExe/
H A Ddecode_fields.cpp37 Opts opts0, // copy in parseBitsFromFile() argument
40 Opts opts = opts0; in parseBitsFromFile()
52 ifXdcmpCheckForNonCompacted(opts0.mode, inpText); in parseBitsFromFile()
295 Opts opts0 = opts; in decodeFieldsDiff() local
298 opts0.useNativeEncoder = !opts.useNativeEncoder; in decodeFieldsDiff()
299 opts0.inputFiles[0] = opts.inputFiles[1]; in decodeFieldsDiff()
303 igax::Bits bits0 = parseBits(opts0.inputFiles[0], opts0); in decodeFieldsDiff()
314 if (opts0.platform != IGA_GEN_INVALID && in decodeFieldsDiff()
316 opts0.platform != opts1.platform) in decodeFieldsDiff()
321 if (opts0.platform != IGA_GEN_INVALID) { in decodeFieldsDiff()
[all …]
/dports/net/prosearch/search/tools/
H A Dtidy.pl9 $opts0 = "-b --mangle";
11 $cmd0 = "${path}perltidy $opts0 $files";
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkLabelPlacer.cxx481 vtkPoints* opts0 = ouData0->GetPoints(); in RequestData() local
482 if ( ! opts0 ) in RequestData()
484 opts0 = vtkPoints::New(); in RequestData()
485 ouData0->SetPoints( opts0 ); in RequestData()
486 opts0->FastDelete(); in RequestData()
780 conn[0] = opts0->InsertNextPoint( x ); in RequestData()
783 conn[0] = opts0->InsertNextPoint( dispx[0], dispx[1], 0. ); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabelPlacer.cxx489 vtkPoints* opts0 = ouData0->GetPoints(); in RequestData() local
490 if (!opts0) in RequestData()
492 opts0 = vtkPoints::New(); in RequestData()
493 ouData0->SetPoints(opts0); in RequestData()
494 opts0->FastDelete(); in RequestData()
798 conn[0] = opts0->InsertNextPoint(x); in RequestData()
801 conn[0] = opts0->InsertNextPoint(dispx[0], dispx[1], 0.); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkLabelPlacer.cxx484 vtkPoints* opts0 = ouData0->GetPoints(); in RequestData() local
485 if ( ! opts0 ) in RequestData()
487 opts0 = vtkPoints::New(); in RequestData()
488 ouData0->SetPoints( opts0 ); in RequestData()
489 opts0->FastDelete(); in RequestData()
783 conn[0] = opts0->InsertNextPoint( x ); in RequestData()
786 conn[0] = opts0->InsertNextPoint( dispx[0], dispx[1], 0. ); in RequestData()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 let pat = lookupOption opts0
366 in go pat mempty opts0 tree0
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 let pat = lookupOption opts0
366 in go pat mempty opts0 tree0
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 let pat = lookupOption opts0
366 in go pat mempty opts0 tree0
/dports/devel/re2c/re2c-2.2/lib/
H A Dregcomp.cc69 Opt opts0(globopts0); in regcomp() local
70 const opt_t *opt0 = opts0.snapshot(); in regcomp()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A D245655 opts0 = hd_opts(0)
656 result = self.vm.qmp('blockdev-add', conv_keys = False, **opts0)
673 self.reopen(opts0, {'file': 'hd2-file'},
686 opts0['file'] = 'hd2-file'
688 self.reopenMultiple([opts0, opts2])
693 opts0['file'] = 'hd0-file'
695 self.reopenMultiple([opts0, opts2])
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A D245655 opts0 = hd_opts(0)
656 result = self.vm.qmp('blockdev-add', conv_keys = False, **opts0)
673 self.reopen(opts0, {'file': 'hd2-file'},
686 opts0['file'] = 'hd2-file'
688 self.reopenMultiple([opts0, opts2])
693 opts0['file'] = 'hd0-file'
695 self.reopenMultiple([opts0, opts2])
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tasty-1.4.1/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 go mempty opts0 tree0
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-1.4.2/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 go mempty opts0 tree0
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-1.4.1/Test/Tasty/
H A DCore.hs364 foldTestTree (TreeFold fTest fGroup fResource fAfter) opts0 tree0 =
365 go mempty opts0 tree0
/dports/math/primme/primme-3.2/Matlab/
H A Dprimme_svds.m252 opts0 = varargin{nextArg}; variable
253 if ~isstruct(opts0)
256 opts0_names = fieldnames(opts0);
258 opts.(opts0_names{i}) = opts0.(opts0_names{i});
428 opts0 = opts.(primme_fields{j}); variable
430 if isfield(opts0, changes{i}{1})
431 opts0.(changes{i}{2}) = opts0.(changes{i}{1});
432 opts0 = rmfield(opts0, changes{i}{1}); variable
435 opts.(primme_fields{j}) = opts0;
/dports/math/py-primme/primme-3.2/Matlab/
H A Dprimme_svds.m252 opts0 = varargin{nextArg}; variable
253 if ~isstruct(opts0)
256 opts0_names = fieldnames(opts0);
258 opts.(opts0_names{i}) = opts0.(opts0_names{i});
428 opts0 = opts.(primme_fields{j}); variable
430 if isfield(opts0, changes{i}{1})
431 opts0.(changes{i}{2}) = opts0.(changes{i}{1});
432 opts0 = rmfield(opts0, changes{i}{1}); variable
435 opts.(primme_fields{j}) = opts0;

12