Lines Matching defs:Source
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
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))
552 printf ("Source code statistics only\n");
579 /* Source/target can be either directories or a files */