Searched refs:TgtPath (Results 1 – 1 of 1) sorted by relevance
665 char *TgtPath; in AsCheckForDirectory() local681 TgtPath = calloc (strlen (TargetDirPath) + strlen (Filename) + 2, 1); in AsCheckForDirectory()682 if (!TgtPath) in AsCheckForDirectory()693 strcpy (TgtPath, TargetDirPath); in AsCheckForDirectory()694 strcat (TgtPath, "/"); in AsCheckForDirectory()695 strcat (TgtPath, Filename); in AsCheckForDirectory()698 *TargetPath = TgtPath; in AsCheckForDirectory()
Completed in 3 milliseconds