Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/locale/
Dwcsftime.c62 char *dst, *sformat; in wcsftime_l() local
69 sformat = dst = NULL; in wcsftime_l()
80 if ((sformat = malloc(sflen + 1)) == NULL) in wcsftime_l()
83 wcsrtombs_l(sformat, &formatp, sflen + 1, &mbs, locale); in wcsftime_l()
98 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_l()
106 free(sformat); in wcsftime_l()
112 free(sformat); in wcsftime_l()