Searched refs:sformat (Results 1 – 1 of 1) sorted by relevance
61 char *dst, *sformat; in wcsftime_l() local68 sformat = dst = NULL; in wcsftime_l()79 if ((sformat = malloc(sflen + 1)) == NULL) in wcsftime_l()82 wcsrtombs_l(sformat, &formatp, sflen + 1, &mbs, locale); in wcsftime_l()97 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_l()105 free(sformat); in wcsftime_l()111 free(sformat); in wcsftime_l()