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

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 202 char *TargetDirPath;
238 &SourceDirPath, &TargetDirPath))
242 AsProcessTree (ConversionTable, SourceDirPath, TargetDirPath);
244 free (TargetDirPath);
826 char *TargetDirPath,
848 TgtPath = calloc (strlen (TargetDirPath) + strlen (Filename) + 2, 1);
860 strcpy (TgtPath, TargetDirPath);
acpisrc.h 493 char *TargetDirPath,

Completed in 12 milliseconds