Lines Matching refs:wchar_t
62 static inline wchar_t *create_wchar_path(const char *utf8) in create_wchar_path()
67 wchar_t in create_wchar_path()
76 wchar_t in create_wchar_path()
82 longPath=(wchar_t *) AcquireQuantumMemory(count,sizeof(*longPath)); in create_wchar_path()
83 if (longPath == (wchar_t *) NULL) in create_wchar_path()
84 return((wchar_t *) NULL); in create_wchar_path()
88 longPath=(wchar_t *) RelinquishMagickMemory(longPath); in create_wchar_path()
90 return((wchar_t *) NULL); in create_wchar_path()
91 wideChar=(wchar_t *) AcquireQuantumMemory(count-3,sizeof(*wideChar)); in create_wchar_path()
95 wideChar=(wchar_t *) AcquireQuantumMemory(count,sizeof(*wideChar)); in create_wchar_path()
96 if (wideChar == (wchar_t *) NULL) in create_wchar_path()
97 return((wchar_t *) NULL); in create_wchar_path()
101 wideChar=(wchar_t *) RelinquishMagickMemory(wideChar); in create_wchar_path()
102 return((wchar_t *) NULL); in create_wchar_path()
116 wchar_t in access_utf8()
120 if (path_wide == (wchar_t *) NULL) in access_utf8()
123 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in access_utf8()
136 wchar_t in fopen_utf8()
141 if (path_wide == (wchar_t *) NULL) in fopen_utf8()
144 if (mode_wide == (wchar_t *) NULL) in fopen_utf8()
146 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in fopen_utf8()
150 mode_wide=(wchar_t *) RelinquishMagickMemory(mode_wide); in fopen_utf8()
151 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in fopen_utf8()
165 wchar_t in getcwd_utf8()
186 wchar_t in open_utf8()
190 if (path_wide == (wchar_t *) NULL) in open_utf8()
193 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in open_utf8()
206 wchar_t in popen_utf8()
211 if (command_wide == (wchar_t *) NULL) in popen_utf8()
214 if (type_wide == (wchar_t *) NULL) in popen_utf8()
216 command_wide=(wchar_t *) RelinquishMagickMemory(command_wide); in popen_utf8()
220 type_wide=(wchar_t *) RelinquishMagickMemory(type_wide); in popen_utf8()
221 command_wide=(wchar_t *) RelinquishMagickMemory(command_wide); in popen_utf8()
234 wchar_t in remove_utf8()
238 if (path_wide == (wchar_t *) NULL) in remove_utf8()
241 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide); in remove_utf8()
254 wchar_t in rename_utf8()
259 if (source_wide == (wchar_t *) NULL) in rename_utf8()
262 if (destination_wide == (wchar_t *) NULL) in rename_utf8()
264 source_wide=(wchar_t *) RelinquishMagickMemory(source_wide); in rename_utf8()
268 destination_wide=(wchar_t *) RelinquishMagickMemory(destination_wide); in rename_utf8()
269 source_wide=(wchar_t *) RelinquishMagickMemory(source_wide); in rename_utf8()
282 wchar_t in stat_utf8()