Home | History | Annotate | Download | only in gio

Lines Matching refs:wchar_t

859 static wchar_t *
863 wchar_t *wpath;
864 wchar_t *result;
867 result = g_new (wchar_t, MAX_PATH);
882 result = g_renew (wchar_t, result, len + 2);
894 wchar_t *wpath;
911 wchar_t *rootdir;
1005 wchar_t *wdirname = g_utf8_to_utf16 (localdir, -1, NULL, NULL, NULL);
1022 wchar_t *wdirname = g_utf8_to_utf16 (localdir, -1, NULL, NULL, NULL);
1991 wchar_t *wfilename;
1996 wfilename = g_renew (wchar_t, wfilename, len + 2);