• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

255       wide_path=(wchar_t *) AcquireQuantumMemory(MagickPathExtent,  in DllMain()
259 count=(ssize_t) GetModuleFileNameW(handle,wide_path,MagickPathExtent); in DllMain()
272 path=(char *) AcquireQuantumMemory(16UL*MagickPathExtent,sizeof(*path)); in DllMain()
279 count=(ssize_t) GetEnvironmentVariable("PATH",path,16*MagickPathExtent); in DllMain()
282 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1)) in DllMain()
287 variable=(char *) AcquireQuantumMemory(16UL*MagickPathExtent, in DllMain()
296 (void) FormatLocaleString(variable,16*MagickPathExtent, in DllMain()
715 buffer[3*MagickPathExtent], in NTErrorHandler()
726 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s) [%s].\n", in NTErrorHandler()
730 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n", in NTErrorHandler()
734 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s [%s].\n", in NTErrorHandler()
737 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s.\n", in NTErrorHandler()
856 wide_path[MagickPathExtent]; in NTGetExecutionPath()
929 last_error[MagickPathExtent]; in NTGetLibraryError()
937 (void) CopyMagickString(last_error,error,MagickPathExtent); in NTGetLibraryError()
1005 module_path[MagickPathExtent]; in NTGetModulePath()
1017 length=GetModuleFileName(handle,module_path,MagickPathExtent); in NTGetModulePath()
1120 key[MagickPathExtent]; in NTLocateGhostscript()
1131 (void) FormatLocaleString(key,MagickPathExtent,"SOFTWARE\\%s",products[i]); in NTLocateGhostscript()
1187 buffer[MagickPathExtent], in NTGhostscriptGetString()
1215 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll32.dll", in NTGhostscriptGetString()
1225 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll64.dll", in NTGhostscriptGetString()
1271 (void) FormatLocaleString(buffer,MagickPathExtent,"SOFTWARE\\%s\\%d.%02d", in NTGhostscriptGetString()
1288 dll[MagickPathExtent] = { "" }; in NTGhostscriptDLL()
1369 program[MagickPathExtent] = { "" }; in NTGhostscriptEXE()
1431 buffer[MagickPathExtent], in NTGhostscriptFonts()
1433 filename[MagickPathExtent]; in NTGhostscriptFonts()
1443 (void) CopyMagickString(buffer,directory,MagickPathExtent); in NTGhostscriptFonts()
1448 if (NTGhostscriptGetString("GS_LIB",NULL,buffer,MagickPathExtent) == FALSE) in NTGhostscriptFonts()
1457 (void) FormatLocaleString(filename,MagickPathExtent,"%s%sfonts.dir",path, in NTGhostscriptFonts()
1501 path[MagickPathExtent]; in NTGhostscriptLoadDLL()
1753 file_specification[MagickPathExtent]; in NTOpenDirectory()
1757 MagickPathExtent); in NTOpenDirectory()
1761 MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL) in NTOpenDirectory()
1772 MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL) in NTOpenDirectory()
1854 path[MagickPathExtent]; in NTLoadLibrary()
1856 length=MultiByteToWideChar(CP_UTF8,0,filename,-1,path,MagickPathExtent); in NTLoadLibrary()
1865 path[MagickPathExtent]; in NTOpenLibrary()
1888 (void) CopyMagickString(path,p,MagickPathExtent); in NTOpenLibrary()
1889 (void) ConcatenateMagickString(path,DirectorySeparator,MagickPathExtent); in NTOpenLibrary()
1890 (void) ConcatenateMagickString(path,filename,MagickPathExtent); in NTOpenLibrary()
1985 package_key[MagickPathExtent]; in NTRegistryKeyLookup()
2003 (void) FormatLocaleString(package_key,MagickPathExtent,"SOFTWARE\\%s\\%s\\Q:%d", in NTRegistryKeyLookup()
2121 path[MagickPathExtent]; in NTResourceToBlob()
2145 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in NTResourceToBlob()
2167 blob=(unsigned char *) AcquireQuantumMemory(length+MagickPathExtent, in NTResourceToBlob()
2325 CopyMagickString(output,error,MagickPathExtent); \ in NTSystemCommand()
2332 local_command[MagickPathExtent]; in NTSystemCommand()
2365 (void) CopyMagickString(local_command,command,MagickPathExtent); in NTSystemCommand()
2431 if ((size > 0) && (ReadFile(read_output,output,MagickPathExtent-1, in NTSystemCommand()
2715 buffer[2*MagickPathExtent]; in NTWarningHandler()
2721 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s.\n",GetClientName(), in NTWarningHandler()
2724 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n", in NTWarningHandler()