Lines Matching refs:Source
3 * Module Name: asmain - Main module for the acpi source processor utility
22 * copy of the source code appearing in this file ("Covered Code") an
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
59 * addition, Licensee may not authorize further sublicense of source of any
119 * Redistribution and use in source and binary forms, with or without
122 * 1. Redistributions of source code must retain the above copyright
159 char *Source,
204 #define AS_UTILITY_NAME "ACPI Source Code Conversion Utility"
212 * DESCRIPTION: Source and Target pathname verification and handling
219 char *Source,
227 Status = stat (Source, &Gbl_StatBuf);
230 printf ("Source path \"%s\" does not exist\n", Source);
251 if (!AcpiUtStricmp (Source, Target))
253 printf ("Target path is the same as the source path, overwrite?\n");
366 ACPI_OPTION ("-c", "Generate cleaned version of the source");
369 ACPI_OPTION ("-l", "Generate Linux version of the source");
370 ACPI_OPTION ("-u", "Generate Custom source translation");
374 ACPI_OPTION ("-s", "Generate source statistics only");
420 printf ("Creating Linux source code\n");
463 printf ("Custom source translation\n");
531 printf ("Missing source path\n");
552 printf ("Source code statistics only\n");
572 /* Check source and target paths and files */
579 /* Source/target can be either directories or a files */
598 /* Differentiate between source and header files */