• Home
  • Raw
  • Download

Lines Matching refs:CopyMagickString

285       (void) CopyMagickString(filename,message,MagickPathExtent);  in AppendImageFormat()
296 (void) CopyMagickString(filename,root,MagickPathExtent); in AppendImageFormat()
611 (void) CopyMagickString(expand_path,path,MagickPathExtent); in ExpandFilename()
620 (void) CopyMagickString(expand_path,".",MagickPathExtent); in ExpandFilename()
627 (void) CopyMagickString(expand_path,home,MagickPathExtent); in ExpandFilename()
647 (void) CopyMagickString(username,path+1,MagickPathExtent); in ExpandFilename()
654 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent); in ExpandFilename()
662 (void) CopyMagickString(path,expand_path,MagickPathExtent); in ExpandFilename()
890 (void) CopyMagickString(filename,path,MagickPathExtent); in ExpandFilenames()
1006 (void) CopyMagickString(path,execution_path,extent); in GetExecutionPath()
1022 (void) CopyMagickString(path,execution_path,extent); in GetExecutionPath()
1071 (void) CopyMagickString(path,execution_path,extent); in GetExecutionPath()
1083 (void) CopyMagickString(path,__progname,extent); in GetExecutionPath()
1220 (void) CopyMagickString(component,path,MagickPathExtent); in GetPathComponent()
1293 (void) CopyMagickString(component,path,magick_length); in GetPathComponent()
1326 (void) CopyMagickString(component,p+1,MagickPathExtent); in GetPathComponent()
1338 (void) CopyMagickString(component,p+1,MagickPathExtent); in GetPathComponent()
1346 (void) CopyMagickString(component,p+1,MagickPathExtent); in GetPathComponent()
1352 (void) CopyMagickString(component,path+subimage_offset,subimage_length); in GetPathComponent()
1421 (void) CopyMagickString(components[i],p,(size_t) (q-p+1)); in GetPathComponents()