OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetClientPath
(Results
1 - 6
of
6
) sorted by null
/external/ImageMagick/MagickCore/
client.h
26
*
GetClientPath
(void),
client.c
83
%
GetClientPath
returns the current client name.
85
% The format of the
GetClientPath
method is:
87
% const char *
GetClientPath
(void)
90
MagickExport const char *
GetClientPath
(void)
configure.c
873
if (*
GetClientPath
() != '\0')
876
(void) FormatLocaleString(path,MagickPathExtent,"%s%s",
GetClientPath
(),
886
(void) CopyMagickString(prefix,
GetClientPath
(),MagickPathExtent);
[
all
...]
module.c
740
if (*
GetClientPath
() != '\0')
746
(void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",
GetClientPath
(),
769
(void) CopyMagickString(prefix,
GetClientPath
(),MagickPathExtent);
[
all
...]
methods.h
388
#define
GetClientPath
PrependMagickMethod(
GetClientPath
)
[
all
...]
nt-base.c
[
all
...]
Completed in 187 milliseconds