Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 1463) sorted by relevance

12345678910>>...59

/reactos/.github/
H A Dlabeler.yml5 - any-glob-to-any-file:
10 - any-glob-to-any-file:
13 - all-globs-to-any-file:
19 - any-glob-to-any-file:
24 - any-glob-to-any-file:
30 - any-glob-to-any-file:
35 - any-glob-to-any-file:
44 - any-glob-to-any-file:
49 - any-glob-to-any-file:
/reactos/dll/win32/snmpapi/
H A Dmain.c85 static void asn_any_free(AsnAny *any) in asn_any_free() argument
87 switch (any->asnType) in asn_any_free()
95 if (any->asnValue.string.dynamic) in asn_any_free()
98 any->asnValue.string.stream = NULL; in asn_any_free()
105 any->asnValue.object.ids = NULL; in asn_any_free()
110 any->asnType = ASN_NULL; in asn_any_free()
206 VOID WINAPI SnmpUtilAsnAnyFree(AsnAny *any) in SnmpUtilAsnAnyFree() argument
208 TRACE("(%p)\n", any); in SnmpUtilAsnAnyFree()
209 asn_any_free(any); in SnmpUtilAsnAnyFree()
572 TRACE("(%p)\n", any); in SnmpUtilPrintAsnAny()
[all …]
/reactos/sdk/lib/crt/string/
H A Dstrtoull.c11 int neg = 0, any, cutlim; in strtoull() local
37 for (acc = 0, any = 0;; c = *s++) in strtoull()
47 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
48 any = -1; in strtoull()
50 any = 1; in strtoull()
55 if (any < 0) in strtoull()
65 *endptr = any ? (char *)((size_t)(s - 1)) : (char *)((size_t)nptr); in strtoull()
H A Dstrtol.c14 int neg = 0, any, cutlim; in strtol() local
61 for (acc = 0, any = 0;; c = *s++) in strtol()
71 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtol()
72 any = -1; in strtol()
75 any = 1; in strtol()
80 if (any < 0) in strtol()
90 *endptr = any ? (char *)((size_t)(s - 1)) : (char *)((size_t)nptr); in strtol()
H A Dwcstoul.c20 int neg = 0, any, cutlim; in wcstoul() local
46 for (acc = 0, any = 0;; c = *s++) in wcstoul()
56 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in wcstoul()
57 any = -1; in wcstoul()
59 any = 1; in wcstoul()
64 if (any < 0) in wcstoul()
71 *endptr = any ? (wchar_t *)((size_t)(s - 1)) : (wchar_t *)((size_t)nptr); in wcstoul()
H A Dwcstol.c23 int neg = 0, any, cutlim; in wcstol() local
70 for (acc = 0, any = 0;; c = *s++) in wcstol()
80 if (any < 0 || (unsigned long)acc > cutoff || (acc == cutoff && c > cutlim)) in wcstol()
81 any = -1; in wcstol()
84 any = 1; in wcstol()
89 if (any < 0) in wcstol()
96 *endptr = any ? (wchar_t *)((size_t)(s - 1)) : (wchar_t *)((size_t)nptr); in wcstol()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A DLicense.txt26 and for any purposes, including without limitation commercial purposes.
32 For these and/or other purposes and motivations, and without any
56 protection of databases, and under any national implementation
57 thereof, including any amended or successor version of such
60 world based on applicable law or treaty, and any national
71 medium and for any number of copies, and (iv) for any purpose whatsoever,
80 3. Public License Fallback. Should any part of the Waiver for any reason
89 time extensions), (iii) in any current or future medium and for any number
90 of copies, and (iv) for any purpose whatsoever, including without
93 applied by Affirmer to the Work. Should any part of the License for any
[all …]
/reactos/media/fonts/doc/FranklinGothicMedium/
H A DSIL Open Font License.txt13any derivative works, can be bundled, embedded, redistributed and/or sold with any software provid…
18 "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
22 "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part…
24 "Author" refers to any designer, engineer, programmer, technical writer or other person who contrib…
27 Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, …
29 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions…
31 …rsions of the Font Software may be bundled, redistributed and/or sold with any software, provided …
35 …s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, e…
37 …ust not be distributed under any other license. The requirement for fonts to remain under this lic…
40 This license becomes null and void if any of the above conditions are not met.
/reactos/media/fonts/doc/Georgia/
H A DLICENSE.txt21 fonts, including any derivative works, can be bundled, embedded,
22 redistributed and/or sold with any software provided that any reserved
24 however, cannot be released under any other type of license. The
26 to any document created using the fonts or their derivatives.
33 "Reserved Font Name" refers to any names specified as such after the
44 "Author" refers to any designer, engineer, programmer, technical
53 1) Neither the Font Software nor any of its individual components,
57 redistributed and/or sold with any software, provided that each copy
69 Software shall not be used to promote, endorse or advertise any
76 distributed under any other license. The requirement for fonts to
[all …]
/reactos/media/fonts/doc/Arial/
H A DLICENSE.txt24 The fonts, including any derivative works, can be bundled, embedded,
25 redistributed and/or sold with any software provided that any reserved
27 however, cannot be released under any other type of license. The
29 any document created using the fonts or their derivatives.
38 "Reserved Font Name" refers to any names specified as such after the
46 any of the components of the Original Version, by changing formats or
49 "Author" refers to any designer, engineer, programmer, technical writer
60 1) Neither the Font Software nor any of its individual components,in
76 Software shall not be used to promote, endorse or advertise any
83 under any other license. The requirement for fonts to remain under
[all …]
/reactos/media/fonts/doc/ArialBlack/
H A DOFL.txt22 fonts, including any derivative works, can be bundled, embedded,
23 redistributed and/or sold with any software provided that any reserved
25 however, cannot be released under any other type of license. The
27 to any document created using the fonts or their derivatives.
34 "Reserved Font Name" refers to any names specified as such after the
45 "Author" refers to any designer, engineer, programmer, technical
54 1) Neither the Font Software nor any of its individual components,
58 redistributed and/or sold with any software, provided that each copy
70 Software shall not be used to promote, endorse or advertise any
77 distributed under any other license. The requirement for fonts to
[all …]
/reactos/media/fonts/doc/ComicSansMS/
H A DOFL.txt25 fonts, including any derivative works, can be bundled, embedded,
26 redistributed and/or sold with any software provided that any reserved
28 however, cannot be released under any other type of license. The
30 to any document created using the fonts or their derivatives.
37 "Reserved Font Name" refers to any names specified as such after the
48 "Author" refers to any designer, engineer, programmer, technical
57 1) Neither the Font Software nor any of its individual components,
61 redistributed and/or sold with any software, provided that each copy
73 Software shall not be used to promote, endorse or advertise any
80 distributed under any other license. The requirement for fonts to
[all …]
/reactos/media/fonts/doc/SourceSansPro/
H A DLICENSE.txt21 fonts, including any derivative works, can be bundled, embedded,
22 redistributed and/or sold with any software provided that any reserved
24 however, cannot be released under any other type of license. The
26 to any document created using the fonts or their derivatives.
33 "Reserved Font Name" refers to any names specified as such after the
44 "Author" refers to any designer, engineer, programmer, technical
53 1) Neither the Font Software nor any of its individual components,
57 redistributed and/or sold with any software, provided that each copy
69 Software shall not be used to promote, endorse or advertise any
76 distributed under any other license. The requirement for fonts to
[all …]
/reactos/media/fonts/doc/TimesNewRoman/
H A DLICENSE.txt24 The fonts, including any derivative works, can be bundled, embedded,
25 redistributed and/or sold with any software provided that any reserved
27 however, cannot be released under any other type of license. The
29 any document created using the fonts or their derivatives.
38 "Reserved Font Name" refers to any names specified as such after the
46 any of the components of the Original Version, by changing formats or
49 "Author" refers to any designer, engineer, programmer, technical writer
60 1) Neither the Font Software nor any of its individual components,in
76 Software shall not be used to promote, endorse or advertise any
83 under any other license. The requirement for fonts to remain under
[all …]
/reactos/media/fonts/doc/MicrosoftSansSerif/
H A DLICENSE_OFL.txt22 fonts, including any derivative works, can be bundled, embedded,
23 redistributed and/or sold with any software provided that any reserved
25 however, cannot be released under any other type of license. The
27 any document created using the fonts or their derivatives.
34 "Reserved Font Name" refers to any names specified as such after the
40 "Modified Version" refers to any derivative made by adding to,
41 deleting, or substituting -- in part or in whole -- any of the
45 "Author" refers to any designer, engineer, programmer, technical
58 redistributed and/or sold with any software, provided that each copy
70 Software shall not be used to promote, endorse or advertise any
[all …]
/reactos/media/fonts/doc/OpenSans/
H A DApache License.txt30 "Object" form shall mean any form resulting from mechanical
48 "Contribution" shall mean any work of authorship, including
82 institute patent litigation against any entity (including a
85 or contributory patent infringement, then any patent licenses
94 (a) You must give any other recipients of the Work or
103 excluding those notices that do not pertain to any part of
126 for any such Derivative Works as a whole, provided Your use,
133 this License, without any additional terms or conditions.
171 of any other Contributor, and only if You agree to indemnify,
172 defend, and hold each Contributor harmless for any liability
[all …]
/reactos/media/fonts/doc/TrebuchetMS/
H A DApache License.txt30 "Object" form shall mean any form resulting from mechanical
48 "Contribution" shall mean any work of authorship, including
82 institute patent litigation against any entity (including a
85 or contributory patent infringement, then any patent licenses
94 (a) You must give any other recipients of the Work or
103 excluding those notices that do not pertain to any part of
126 for any such Derivative Works as a whole, provided Your use,
133 this License, without any additional terms or conditions.
171 of any other Contributor, and only if You agree to indemnify,
172 defend, and hold each Contributor harmless for any liability
[all …]
/reactos/sdk/tools/mkisofs/schilytools/
H A DCDDL.Schily.txt9 Software, prior Modifications used by a Contributor (if any),
17 1.4. "Executable" means the Covered Software in any form other
31 subsequently acquired, any and all of the rights conveyed
35 any of the following:
41 B. Any new file that contains any part of the Original
51 1.11. "Patent Claims" means any patent claim(s), now owned or
173 or any descriptive text giving attribution to any Contributor or
178 You may not offer or impose any terms on any Covered Software in
282 infringes any patent, then any and all rights granted directly or
339 if any, provides otherwise), excluding such jurisdiction's
[all …]
/reactos/dll/cpl/inetcpl/resources/Icon_Licence/
H A DCOPYING21 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights ar…
33 … rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You cre…
40any terms on the Work that alter or restrict the terms of this License or the recipients' exercise…
41any terms on the Derivative Works that alter or restrict the terms of this License or the recipien…
42any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work …
52any breach by You of the terms of this License. Individuals or entities who have received Derivati…
53 …p distributing the Work at any time; provided, however that any such election will not serve to wi…
59 …3. If any provision of this License is invalid or unenforceable under applicable law, it shall not…
61 … not specified here. Licensor shall not be bound by any additional provisions that may appear in a…
63 …s will not be liable to You or any party on any legal theory for any damages whatsoever, including…
[all …]
/reactos/dll/win32/netcfgx/res/Icon_Licence/
H A DCOPYING21 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights ar…
33 … rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You cre…
40any terms on the Work that alter or restrict the terms of this License or the recipients' exercise…
41any terms on the Derivative Works that alter or restrict the terms of this License or the recipien…
42any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work …
52any breach by You of the terms of this License. Individuals or entities who have received Derivati…
53 …p distributing the Work at any time; provided, however that any such election will not serve to wi…
59 …3. If any provision of this License is invalid or unenforceable under applicable law, it shall not…
61 … not specified here. Licensor shall not be bound by any additional provisions that may appear in a…
63 …s will not be liable to You or any party on any legal theory for any damages whatsoever, including…
[all …]
/reactos/dll/win32/shell32/res/avis/Licence/
H A DCOPYING21 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights ar…
33 … rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You cre…
40any terms on the Work that alter or restrict the terms of this License or the recipients' exercise…
41any terms on the Derivative Works that alter or restrict the terms of this License or the recipien…
42any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work …
52any breach by You of the terms of this License. Individuals or entities who have received Derivati…
53 …p distributing the Work at any time; provided, however that any such election will not serve to wi…
59 …3. If any provision of this License is invalid or unenforceable under applicable law, it shall not…
61 … not specified here. Licensor shall not be bound by any additional provisions that may appear in a…
63 …s will not be liable to You or any party on any legal theory for any damages whatsoever, including…
[all …]
/reactos/dll/win32/shell32/res/icons/Icon_Licence/
H A DCOPYING21 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights ar…
33 … rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You cre…
40any terms on the Work that alter or restrict the terms of this License or the recipients' exercise…
41any terms on the Derivative Works that alter or restrict the terms of this License or the recipien…
42any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work …
52any breach by You of the terms of this License. Individuals or entities who have received Derivati…
53 …p distributing the Work at any time; provided, however that any such election will not serve to wi…
59 …3. If any provision of this License is invalid or unenforceable under applicable law, it shall not…
61 … not specified here. Licensor shall not be bound by any additional provisions that may appear in a…
63 …s will not be liable to You or any party on any legal theory for any damages whatsoever, including…
[all …]
/reactos/dll/win32/setupapi/res/Icon_Licence/
H A DCOPYING21 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights ar…
33 … rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You cre…
40any terms on the Work that alter or restrict the terms of this License or the recipients' exercise…
41any terms on the Derivative Works that alter or restrict the terms of this License or the recipien…
42any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work …
52any breach by You of the terms of this License. Individuals or entities who have received Derivati…
53 …p distributing the Work at any time; provided, however that any such election will not serve to wi…
59 …3. If any provision of this License is invalid or unenforceable under applicable law, it shall not…
61 … not specified here. Licensor shall not be bound by any additional provisions that may appear in a…
63 …s will not be liable to You or any party on any legal theory for any damages whatsoever, including…
[all …]
/reactos/modules/wallpapers/
H A DLICENSE.txt10 warranties regarding its licenses, any material licensed under their
11 terms and conditions, or any related information. Creative Commons
32 material as expected. Licensors should clearly mark any
41 the licensor's permission is not necessary for any reason--for
42 example, because of any applicable exception or limitation to
115 i. Share means to provide material to the public by any means or
177 apply any Effective Technological Measures to, the
179 Licensed Rights by any recipient of the Licensed
207 reserves any right to collect such royalties.
373 processes of any jurisdiction or authority.
[all …]
/reactos/drivers/storage/class/classpnp/
H A Dlicense.txt10 A "contribution" is the original software, or any additions or changes to the software.
11 A "contributor" is any person that distributes its contribution under this license.
15 …e derivative works of its contribution, and distribute its contribution or any derivative works th…
19 …(A) No Trademark License- This license does not grant you rights to use any contributors' name, lo…
20 …(B) If you bring a patent claim against any contributor over patents that you claim are infringed …
21 …(C) If you distribute any portion of the software, you must retain all copyright, patent, trademar…
22any portion of the software in source code form, you may do so only under this license by includin…

12345678910>>...59