Home
last modified time | relevance | path

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

/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dintrinsic.c39 #define LOCTIME_BUFSIZE 128 macro
1665 char buff2[LOCTIME_BUFSIZE] = { '\0' }; in locale_time()
1685 memset (buff2, 0, LOCTIME_BUFSIZE); in locale_time()
1686 snprintf(buff2, LOCTIME_BUFSIZE - 1, "%s", nl_langinfo(T_FMT)); in locale_time()
1693 strftime (buff, LOCTIME_BUFSIZE, buff2, &tstruct); in locale_time()
1745 LOCTIME_BUFSIZE)) { in locale_time()
5572 char buff[LOCTIME_BUFSIZE] = { '\0' }; in cob_intr_locale_time()
5631 char buff[LOCTIME_BUFSIZE] = { '\0' }; in cob_intr_lcl_time_from_secs()
H A DChangeLog1868 buff changed from char [] to char *, fixed by introducing LOCTIME_BUFSIZE