Lines Matching refs:CopyMagickString
291 (void) CopyMagickString(filename,message,MagickPathExtent);
302 (void) CopyMagickString(filename,root,MagickPathExtent);
621 (void) CopyMagickString(expand_path,path,MagickPathExtent);
630 (void) CopyMagickString(expand_path,".",MagickPathExtent);
637 (void) CopyMagickString(expand_path,home,MagickPathExtent);
657 (void) CopyMagickString(username,path+1,MagickPathExtent);
664 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent);
672 (void) CopyMagickString(path,expand_path,MagickPathExtent);
901 (void) CopyMagickString(filename,path,MagickPathExtent);
1018 (void) CopyMagickString(path,execution_path,extent);
1034 (void) CopyMagickString(path,execution_path,extent);
1083 (void) CopyMagickString(path,execution_path,extent);
1095 (void) CopyMagickString(path,__progname,extent);
1235 (void) CopyMagickString(component,path,MagickPathExtent);
1308 (void) CopyMagickString(component,path,magick_length);
1341 (void) CopyMagickString(component,p+1,MagickPathExtent);
1353 (void) CopyMagickString(component,p+1,MagickPathExtent);
1361 (void) CopyMagickString(component,p+1,MagickPathExtent);
1367 (void) CopyMagickString(component,path+subimage_offset,subimage_length);
1437 (void) CopyMagickString(components[i],p,(size_t) (q-p+1));