• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

186         path[MagickPathExtent];  in AcquireUniqueSymbolicLink()
189 if (getcwd(path,MagickPathExtent) == (char *) NULL) in AcquireUniqueSymbolicLink()
191 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent); in AcquireUniqueSymbolicLink()
192 (void) ConcatenateMagickString(path,source,MagickPathExtent); in AcquireUniqueSymbolicLink()
270 extension[MagickPathExtent], in AppendImageFormat()
271 root[MagickPathExtent]; in AppendImageFormat()
281 message[MagickPathExtent]; in AppendImageFormat()
283 (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format, in AppendImageFormat()
285 (void) CopyMagickString(filename,message,MagickPathExtent); in AppendImageFormat()
296 (void) CopyMagickString(filename,root,MagickPathExtent); in AppendImageFormat()
298 (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s.%s",root, in AppendImageFormat()
303 (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s",root,format); in AppendImageFormat()
605 expand_path[MagickPathExtent]; in ExpandFilename()
611 (void) CopyMagickString(expand_path,path,MagickPathExtent); in ExpandFilename()
620 (void) CopyMagickString(expand_path,".",MagickPathExtent); in ExpandFilename()
621 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent); in ExpandFilename()
627 (void) CopyMagickString(expand_path,home,MagickPathExtent); in ExpandFilename()
628 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent); in ExpandFilename()
636 username[MagickPathExtent]; in ExpandFilename()
647 (void) CopyMagickString(username,path+1,MagickPathExtent); in ExpandFilename()
654 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent); in ExpandFilename()
657 (void) ConcatenateMagickString(expand_path,"/",MagickPathExtent); in ExpandFilename()
658 (void) ConcatenateMagickString(expand_path,p+1,MagickPathExtent); in ExpandFilename()
662 (void) CopyMagickString(path,expand_path,MagickPathExtent); in ExpandFilename()
725 home_directory[MagickPathExtent], in ExpandFilenames()
758 filename[MagickPathExtent], in ExpandFilenames()
759 magick[MagickPathExtent], in ExpandFilenames()
761 path[MagickPathExtent], in ExpandFilenames()
762 subimage[MagickPathExtent]; in ExpandFilenames()
811 getcwd_utf8(home_directory,MagickPathExtent-1); in ExpandFilenames()
890 (void) CopyMagickString(filename,path,MagickPathExtent); in ExpandFilenames()
893 MagickPathExtent); in ExpandFilenames()
895 (void) ConcatenateMagickString(filename,filelist[j],MagickPathExtent); in ExpandFilenames()
897 if (strlen(filename) >= (MagickPathExtent-1)) in ExpandFilenames()
902 path[MagickPathExtent]; in ExpandFilenames()
907 (void) ConcatenateMagickString(path,magick,MagickPathExtent); in ExpandFilenames()
908 (void) ConcatenateMagickString(path,":",MagickPathExtent); in ExpandFilenames()
910 (void) ConcatenateMagickString(path,filename,MagickPathExtent); in ExpandFilenames()
913 (void) ConcatenateMagickString(path,"[",MagickPathExtent); in ExpandFilenames()
914 (void) ConcatenateMagickString(path,subimage,MagickPathExtent); in ExpandFilenames()
915 (void) ConcatenateMagickString(path,"]",MagickPathExtent); in ExpandFilenames()
917 if (strlen(path) >= (MagickPathExtent-1)) in ExpandFilenames()
989 link_path[MagickPathExtent]; in GetExecutionPath()
994 (void) FormatLocaleString(link_path,MagickPathExtent,"/proc/%.20g/exe", in GetExecutionPath()
999 (void) FormatLocaleString(link_path,MagickPathExtent,"/proc/%.20g/file", in GetExecutionPath()
1220 (void) CopyMagickString(component,path,MagickPathExtent); 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()
1417 components[i]=(char *) AcquireQuantumMemory((size_t) (q-p)+MagickPathExtent, in GetPathComponents()