Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/locale/
H A Dwcsftime.c64 char *dst, *sformat; in wcsftime_l() local
71 sformat = dst = NULL; in wcsftime_l()
82 if ((sformat = malloc(sflen + 1)) == NULL) in wcsftime_l()
85 wcsrtombs_l(sformat, &formatp, sflen + 1, &mbs, locale); in wcsftime_l()
100 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_l()
108 free(sformat); in wcsftime_l()
114 free(sformat); in wcsftime_l()