Home
last modified time | relevance | path

Searched refs:prefix_format (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpyerrors.h131 const char *prefix_format, /* ASCII-encoded string */
/external/ImageMagick/MagickCore/
Dmodule.c1571 prefix_format[MagickPathExtent]; in TagToModuleName() local
1573 (void) FormatLocaleString(prefix_format,MagickPathExtent,"%s%s", in TagToModuleName()
1575 (void) FormatLocaleString(module,MagickPathExtent,prefix_format,name); in TagToModuleName()