Lines Matching defs:Source
23 * copy of the source code appearing in this file ("Covered Code") an
43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44 * Redistribution of source code of any substantial portion of the Covered
45 * Code or modification with rights to further distribute source must include
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56 * Redistribution of source code of any substantial portion of the Covered
57 * Code or modification without rights to further distribute source must
60 * addition, Licensee may not authorize further sublicense of source of any
120 * Redistribution and use in source and binary forms, with or without
123 * 1. Redistributions of source code must retain the above copyright
694 char *Source;
734 Source = ReturnObject->String.Pointer;
735 if (*Source == '*')
737 Source++;
752 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
754 *Dest = (char) toupper ((int) *Source);
1152 ACPI_OPERAND_OBJECT **Source;
1165 Source = ObjDesc->Package.Elements;
1166 Dest = Source;
1174 AcpiUtRemoveReference (*Source); /* Remove one ref for being in pkg */
1175 AcpiUtRemoveReference (*Source);
1179 *Dest = *Source;
1183 Source++;