HomeSort by: relevance | last modified time | path
    Searched defs:sformat (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/locale/
wcsftime.c 68 char *dst, *dstp, *sformat; local in function:wcsftime_l
72 sformat = dst = NULL;
81 if ((sformat = malloc(sflen + 1)) == NULL)
83 wcstombs_l(sformat, format, sflen + 1, loc);
99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)
106 free(sformat);
112 free(sformat);
wcsftime.c 68 char *dst, *dstp, *sformat; local in function:wcsftime_l
72 sformat = dst = NULL;
81 if ((sformat = malloc(sflen + 1)) == NULL)
83 wcstombs_l(sformat, format, sflen + 1, loc);
99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)
106 free(sformat);
112 free(sformat);
wcsftime.c 68 char *dst, *dstp, *sformat; local in function:wcsftime_l
72 sformat = dst = NULL;
81 if ((sformat = malloc(sflen + 1)) == NULL)
83 wcstombs_l(sformat, format, sflen + 1, loc);
99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)
106 free(sformat);
112 free(sformat);

Completed in 32 milliseconds