Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:MagickPathExtent

191         path[MagickPathExtent];
194 if (getcwd(path,MagickPathExtent) == (char *) NULL)
196 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent);
197 (void) ConcatenateMagickString(path,source,MagickPathExtent);
276 extension[MagickPathExtent],
277 root[MagickPathExtent];
287 message[MagickPathExtent];
289 (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format,
291 (void) CopyMagickString(filename,message,MagickPathExtent);
302 (void) CopyMagickString(filename,root,MagickPathExtent);
304 (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s.%s",root,
309 (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s",root,format);
615 expand_path[MagickPathExtent];
621 (void) CopyMagickString(expand_path,path,MagickPathExtent);
630 (void) CopyMagickString(expand_path,".",MagickPathExtent);
631 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent);
637 (void) CopyMagickString(expand_path,home,MagickPathExtent);
638 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent);
646 username[MagickPathExtent];
657 (void) CopyMagickString(username,path+1,MagickPathExtent);
664 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent);
667 (void) ConcatenateMagickString(expand_path,"/",MagickPathExtent);
668 (void) ConcatenateMagickString(expand_path,p+1,MagickPathExtent);
672 (void) CopyMagickString(path,expand_path,MagickPathExtent);
736 home_directory[MagickPathExtent],
769 filename[MagickPathExtent],
770 magick[MagickPathExtent],
772 path[MagickPathExtent],
773 subimage[MagickPathExtent];
822 getcwd_utf8(home_directory,MagickPathExtent-1);
901 (void) CopyMagickString(filename,path,MagickPathExtent);
904 MagickPathExtent);
906 (void) ConcatenateMagickString(filename,filelist[j],MagickPathExtent);
908 if (strlen(filename) >= (MagickPathExtent-1))
913 path[MagickPathExtent];
918 (void) ConcatenateMagickString(path,magick,MagickPathExtent);
919 (void) ConcatenateMagickString(path,":",MagickPathExtent);
921 (void) ConcatenateMagickString(path,filename,MagickPathExtent);
924 (void) ConcatenateMagickString(path,"[",MagickPathExtent);
925 (void) ConcatenateMagickString(path,subimage,MagickPathExtent);
926 (void) ConcatenateMagickString(path,"]",MagickPathExtent);
928 if (strlen(path) >= (MagickPathExtent-1))
1001 link_path[MagickPathExtent];
1006 (void) FormatLocaleString(link_path,MagickPathExtent,"/proc/%.20g/exe",
1011 (void) FormatLocaleString(link_path,MagickPathExtent,"/proc/%.20g/file",
1196 % The component string pointed to must have at least MagickPathExtent space
1235 (void) CopyMagickString(component,path,MagickPathExtent);
1341 (void) CopyMagickString(component,p+1,MagickPathExtent);
1353 (void) CopyMagickString(component,p+1,MagickPathExtent);
1361 (void) CopyMagickString(component,p+1,MagickPathExtent);
1433 components[i]=(char *) AcquireQuantumMemory((size_t) (q-p)+MagickPathExtent,