Home
last modified time | relevance | path

Searched refs:defattr (Results 1 – 25 of 2191) sorted by relevance

12345678910>>...88

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dwsemul_dumb.c74 long defattr; member
81 int ccol, int crow, long defattr) in wsemul_dumb_cnattach() argument
93 edp->defattr = defattr; in wsemul_dumb_cnattach()
101 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_dumb_attach() argument
116 edp->defattr = defattr; in wsemul_dumb_attach()
154 edp->crow, edp->ccol, n, edp->defattr); in wsemul_dumb_output()
160 edp->nrows, edp->defattr); in wsemul_dumb_output()
172 edp->ccol, c, edp->defattr); in wsemul_dumb_output()
194 edp->nrows - n, n, edp->defattr); in wsemul_dumb_output()
237 edp->defattr); in wsemul_dumb_resetop()
H A Dwsemul_sun.c88 long defattr; /* default attribute (rendition) */ member
116 int ccol, int crow, long defattr) in wsemul_sun_cnattach() argument
130 edp->curattr = edp->defattr = defattr; in wsemul_sun_cnattach()
158 edp->kernattr = defattr; in wsemul_sun_cnattach()
172 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_sun_attach() argument
191 edp->defattr = defattr; in wsemul_sun_attach()
211 edp->bowattr = edp->defattr; in wsemul_sun_attach()
213 edp->curattr = edp->defattr; in wsemul_sun_attach()
456 edp->curattr = edp->defattr; in wsemul_sun_control()
636 edp->curattr = edp->defattr; in wsemul_sun_resetop()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/doc/rpm-build/
H A Dphpgroupware-rh.spec493 %defattr(-,root,root)
516 %defattr(-,root,root)
520 %defattr(-,root,root)
524 %defattr(-,root,root)
528 %defattr(-,root,root)
532 %defattr(-,root,root)
536 %defattr(-,root,root)
540 %defattr(-,root,root)
544 %defattr(-,root,root)
548 %defattr(-,root,root)
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/tests/data/SPECS/
H A Dattrtest.spec36 %defattr(-,foo,bar)
40 %defattr(-,bar,foo)
44 %defattr(-,bar,foo)
48 %defattr(644,foo,bar,755)
52 %defattr(4755,root,root,750)
56 %defattr(640,zoot,zoot,750)
/dports/devel/matreshka/matreshka-0.7.0/packages/OpenSUSE/
H A Dmatreshka.spec405 %defattr(-,root,root)
408 %defattr(-,root,root)
419 %defattr(-,root,root)
421 %defattr(-,root,root)
425 %defattr(-,root,root)
427 %defattr(-,root,root)
431 %defattr(-,root,root)
433 %defattr(-,root,root)
437 %defattr(-,root,root)
439 %defattr(-,root,root)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlAsyncCheckWriter.cs262 public override void WriteAttributes(XmlReader reader, bool defattr) { in WriteAttributes() argument
264 coreWriter.WriteAttributes(reader, defattr); in WriteAttributes()
267 public override void WriteNode(XmlReader reader, bool defattr) { in WriteNode() argument
269 coreWriter.WriteNode(reader, defattr); in WriteNode()
273 public override void WriteNode(XPathNavigator navigator, bool defattr) { in WriteNode() argument
275 coreWriter.WriteNode(navigator, defattr); in WriteNode()
472 public override Task WriteAttributesAsync(XmlReader reader, bool defattr) { in WriteAttributesAsync() argument
474 var task = coreWriter.WriteAttributesAsync(reader, defattr); in WriteAttributesAsync()
479 public override Task WriteNodeAsync(XmlReader reader, bool defattr) { in WriteNodeAsync() argument
481 var task = coreWriter.WriteNodeAsync(reader, defattr); in WriteNodeAsync()
[all …]
H A DXmlWriterAsync.cs213 public virtual async Task WriteAttributesAsync(XmlReader reader, bool defattr) { in WriteAttributesAsync() argument
220 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteAttributesAsync()
231 if (defattr || !reader.IsDefaultInternal) { in WriteAttributesAsync()
250 public virtual Task WriteNodeAsync(XmlReader reader, bool defattr) { in WriteNodeAsync() argument
256 return WriteNodeAsync_CallAsyncReader(reader, defattr); in WriteNodeAsync()
259 return WriteNodeAsync_CallSyncReader(reader, defattr); in WriteNodeAsync()
267 internal async Task WriteNodeAsync_CallSyncReader(XmlReader reader, bool defattr) { in WriteNodeAsync_CallSyncReader() argument
275 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteNodeAsync_CallSyncReader()
327 internal async Task WriteNodeAsync_CallAsyncReader(XmlReader reader, bool defattr) { in WriteNodeAsync_CallAsyncReader() argument
334 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteNodeAsync_CallAsyncReader()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlAsyncCheckWriter.cs315 public override void WriteAttributes(XmlReader reader, bool defattr) in WriteAttributes() argument
318 _coreWriter.WriteAttributes(reader, defattr); in WriteAttributes()
321 public override void WriteNode(XmlReader reader, bool defattr) in WriteNode() argument
324 _coreWriter.WriteNode(reader, defattr); in WriteNode()
327 public override void WriteNode(XPathNavigator navigator, bool defattr) in WriteNode() argument
330 _coreWriter.WriteNode(navigator, defattr); in WriteNode()
556 public override Task WriteAttributesAsync(XmlReader reader, bool defattr) in WriteAttributesAsync() argument
559 var task = _coreWriter.WriteAttributesAsync(reader, defattr); in WriteAttributesAsync()
564 public override Task WriteNodeAsync(XmlReader reader, bool defattr) in WriteNodeAsync() argument
567 var task = _coreWriter.WriteNodeAsync(reader, defattr); in WriteNodeAsync()
[all …]
H A DXmlWriterAsync.cs245 public virtual async Task WriteAttributesAsync(XmlReader reader, bool defattr) in WriteAttributesAsync() argument
256 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteAttributesAsync()
270 if (defattr || !reader.IsDefaultInternal) in WriteAttributesAsync()
293 public virtual Task WriteNodeAsync(XmlReader reader, bool defattr) in WriteNodeAsync() argument
302 return WriteNodeAsync_CallAsyncReader(reader, defattr); in WriteNodeAsync()
306 return WriteNodeAsync_CallSyncReader(reader, defattr); in WriteNodeAsync()
314 internal async Task WriteNodeAsync_CallSyncReader(XmlReader reader, bool defattr) in WriteNodeAsync_CallSyncReader() argument
324 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteNodeAsync_CallSyncReader()
380 internal async Task WriteNodeAsync_CallAsyncReader(XmlReader reader, bool defattr) in WriteNodeAsync_CallAsyncReader() argument
390 await WriteAttributesAsync(reader, defattr).ConfigureAwait(false); in WriteNodeAsync_CallAsyncReader()
[all …]
/dports/deskutils/egroupware/egroupware/doc/rpm-build/
H A Degroupware-epl.spec596 %defattr(-,root,root)
601 %defattr(-,root,root)
647 %defattr(-,root,root)
652 %defattr(-,root,root)
656 %defattr(-,root,root)
660 %defattr(-,root,root)
664 %defattr(-,root,root)
668 %defattr(-,root,root)
672 %defattr(-,root,root)
676 %defattr(-,root,root)
[all …]
/dports/sysutils/pdsh/pdsh-pdsh-2.34/
H A Dpdsh.spec281 %defattr(-,root,root)
294 %defattr(-,root,root)
301 %defattr(-,root,root)
308 %defattr(-,root,root)
315 %defattr(-,root,root)
322 %defattr(-,root,root)
329 %defattr(-,root,root)
336 %defattr(-,root,root)
343 %defattr(-,root,root)
350 %defattr(-,root,root)
[all …]
/dports/devel/apr1/apr-util-1.6.1/
H A Dapr-util.spec148 %defattr(-,root,root,-)
154 %defattr(-,root,root,-)
158 %defattr(-,root,root,-)
162 %defattr(-,root,root,-)
166 %defattr(-,root,root,-)
170 %defattr(-,root,root,-)
174 %defattr(-,root,root,-)
178 %defattr(-,root,root,-)
182 %defattr(-,root,root,-)
186 %defattr(-,root,root,-)
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/pbconf/fossology/rpm/
H A Dfossology.spec292 %defattr(-,root,root)
297 %defattr(-,root,root)
330 %defattr(-,root,root)
335 %defattr(-,root,root)
345 %defattr(-,root,root)
350 %defattr(-,root,root)
356 %defattr(-,root,root)
362 %defattr(-,root,root)
368 %defattr(-,root,root)
374 %defattr(-,root,root)
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/
H A Dgraphviz.spec170 %defattr(-,root,root,-)
200 %defattr(-,root,root,-)
299 %defattr(-,root,root,-)
332 %defattr(-,root,root,-)
349 %defattr(-,root,root,-)
386 %defattr(-,root,root,-)
418 %defattr(-,root,root,-)
442 %defattr(-,root,root,-)
466 %defattr(-,root,root,-)
488 %defattr(-,root,root,-)
[all …]
/dports/graphics/bmeps/dktools-4.31.1/config/rpmbuild/SPECS/
H A Ddktools-fedora.spec.in173 %defattr(-,root,root,-)
203 %defattr(-,root,root,-)
223 %defattr(-,root,root,-)
244 %defattr(-,root,root,-)
264 %defattr(-,root,root,-)
285 %defattr(-,root,root,-)
306 %defattr(-,root,root,-)
327 %defattr(-,root,root,-)
348 %defattr(-,root,root,-)
384 %defattr(-,root,root,-)
[all …]
H A Ddktools-fc33.spec.in173 %defattr(-,root,root,-)
203 %defattr(-,root,root,-)
223 %defattr(-,root,root,-)
244 %defattr(-,root,root,-)
264 %defattr(-,root,root,-)
285 %defattr(-,root,root,-)
306 %defattr(-,root,root,-)
327 %defattr(-,root,root,-)
348 %defattr(-,root,root,-)
384 %defattr(-,root,root,-)
[all …]
/dports/devel/apr1/apr-util-1.6.1/build/rpm/
H A Dapr-util.spec.in148 %defattr(-,root,root,-)
154 %defattr(-,root,root,-)
158 %defattr(-,root,root,-)
162 %defattr(-,root,root,-)
166 %defattr(-,root,root,-)
170 %defattr(-,root,root,-)
174 %defattr(-,root,root,-)
178 %defattr(-,root,root,-)
182 %defattr(-,root,root,-)
186 %defattr(-,root,root,-)
/dports/databases/libgda5/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/
H A Dlibgda.spec288 %defattr(-,root,root)
301 %defattr(-,root,root)
312 %defattr(-,root,root)
318 %defattr(-,root,root)
324 %defattr(-,root,root)
330 %defattr(-,root,root)
336 %defattr(-,root,root)
342 %defattr(-,root,root)
348 %defattr(-,root,root)
354 %defattr(-,root,root)
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/dev/tasks/linux-packages/apache-arrow/yum/
H A Darrow.spec.in224 %defattr(-,root,root,-)
259 %defattr(-,root,root,-)
306 %defattr(-,root,root,-)
319 %defattr(-,root,root,-)
343 %defattr(-,root,root,-)
356 %defattr(-,root,root,-)
378 %defattr(-,root,root,-)
392 %defattr(-,root,root,-)
414 %defattr(-,root,root,-)
429 %defattr(-,root,root,-)
[all …]

12345678910>>...88