HomeSort by: relevance | last modified time | path
    Searched refs:SourceDirPath (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 201 char *SourceDirPath;
238 &SourceDirPath, &TargetDirPath))
242 AsProcessTree (ConversionTable, SourceDirPath, TargetDirPath);
243 free (SourceDirPath);
825 char *SourceDirPath,
841 SrcPath = calloc (strlen (SourceDirPath) + strlen (Filename) + 2, 1);
856 strcpy (SrcPath, SourceDirPath);
acpisrc.h 492 char *SourceDirPath,

Completed in 13 milliseconds