Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:MagickPathExtent

259       wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent,
263 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent);
276 path=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,sizeof(*path));
283 count=(ssize_t) GetEnvironmentVariable("PATH",path,16*MagickPathExtent);
286 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1))
291 variable=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,
300 (void) FormatLocaleString(variable,16*MagickPathExtent,
728 buffer[3*MagickPathExtent],
739 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s) [%s].\n",
743 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n",
747 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s [%s].\n",
750 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s.\n",
872 wide_path[MagickPathExtent];
947 last_error[MagickPathExtent];
955 (void) CopyMagickString(last_error,error,MagickPathExtent);
1025 module_path[MagickPathExtent];
1037 length=GetModuleFileName(handle,module_path,MagickPathExtent);
1141 key[MagickPathExtent];
1152 (void) FormatLocaleString(key,MagickPathExtent,"SOFTWARE\\%s",products[i]);
1208 buffer[MagickPathExtent],
1236 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll32.dll",
1246 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll64.dll",
1292 (void) FormatLocaleString(buffer,MagickPathExtent,"SOFTWARE\\%s\\%d.%02d",
1309 dll[MagickPathExtent] = { "" };
1392 program[MagickPathExtent] = { "" };
1455 buffer[MagickPathExtent],
1457 filename[MagickPathExtent];
1467 (void) CopyMagickString(buffer,directory,MagickPathExtent);
1472 if (NTGhostscriptGetString("GS_LIB",NULL,buffer,MagickPathExtent) == FALSE)
1481 (void) FormatLocaleString(filename,MagickPathExtent,"%s%sfonts.dir",path,
1526 path[MagickPathExtent];
1783 file_specification[MagickPathExtent];
1787 MagickPathExtent);
1791 MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
1802 MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
1885 path[MagickPathExtent];
1887 length=MultiByteToWideChar(CP_UTF8,0,filename,-1,path,MagickPathExtent);
1896 path[MagickPathExtent];
1919 (void) CopyMagickString(path,p,MagickPathExtent);
1920 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent);
1921 (void) ConcatenateMagickString(path,filename,MagickPathExtent);
2018 package_key[MagickPathExtent];
2036 (void) FormatLocaleString(package_key,MagickPathExtent,"SOFTWARE\\%s\\%s\\Q:%d",
2156 path[MagickPathExtent];
2180 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(),
2202 blob=(unsigned char *) AcquireQuantumMemory(length+MagickPathExtent,
2364 CopyMagickString(output,error,MagickPathExtent); \
2371 local_command[MagickPathExtent];
2404 (void) CopyMagickString(local_command,command,MagickPathExtent);
2470 if ((size > 0) && (ReadFile(read_output,output,MagickPathExtent-1,
2760 buffer[2*MagickPathExtent];
2766 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s.\n",GetClientName(),
2769 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n",