| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strpftime-test.h | 47 #define strftime test_strftime macro 51 strftime (char *buf, size_t maxsize, const char *format,
|
| strftime.c | 1 /* $NetBSD: strftime.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 172 strftime (char *buf, size_t maxsize, const char *format, function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 44 #undef strftime macro 58 using std::strftime;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 44 #undef strftime macro 58 using std::strftime;
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| datetime.cpp | 285 /// \param format The format string to use as consumed by strftime(3). 289 datetime::timestamp::strftime(const std::string& format) const function in class:datetime::timestamp 301 if (::strftime(buf, sizeof(buf), format.c_str(), &timedata) == 0)
|
| /src/lib/libc/time/ |
| strftime.c | 1 /* $NetBSD: strftime.c,v 1.60 2026/03/08 21:04:54 christos Exp $ */ 35 static char elsieid[] = "@(#)strftime.c 7.64"; 36 static char elsieid[] = "@(#)strftime.c 8.3"; 38 __RCSID("$NetBSD: strftime.c,v 1.60 2026/03/08 21:04:54 christos Exp $"); 57 ** We don't use these extensions in strftime operation even when 196 /* Just call strftime, as only the C locale is supported. */ 197 return strftime(s, maxsize, format, t); 213 (void) fprintf(stderr, "strftime format \"%s\" ", format); 365 ** strftime version 3.0. That is, "%k" and 387 ** strftime version 3.0. That is, "%k" an 788 strftime(char *restrict s, size_t maxsize, char const *restrict format, function [all...] |
| private.h | 748 # undef strftime macro 749 # define strftime tz_strftime macro 809 size_t strftime(char *restrict, size_t, char const *restrict, 1061 /* strftime.c sometimes needs access to timeoff if it is not already public. 1062 tz_private_timeoff should be used only by localtime.c and strftime.c. */
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strftime.c | 1 /* $NetBSD: strftime.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */ 66 encoding, which is safe for formats, but strftime.c can be used 179 /* If we're a strftime substitute in a GNU program, then prefer gmtime 427 to a symbol (typically nstrftime) to get an extended strftime with 443 # define my_strftime strftime 536 the environment variable TZ to a new value before calling strftime() 551 /* POSIX.1 8.1.1 requires that whenever strftime() is called, the 841 underlying strftime implementation, so use that. */ 846 /* Make sure we're calling the actual underlying strftime. 848 "#define strftime rpl_strftime". * 850 # undef strftime macro [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| strftime.c | 21 __RCSID("$NetBSD: strftime.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 61 encoding, which is safe for formats, but strftime.c can be used 223 # define strftime __strftime_l macro 353 to a symbol (typically nstrftime) to get an extended strftime with 369 # define my_strftime strftime 450 the environment variable TZ to a new value before calling strftime() 466 though strftime called tzset. */ 766 underlying strftime implementation, so use that. */ 771 /* Make sure we're calling the actual underlying strftime. 773 "#define strftime rpl_strftime". * 775 # undef strftime macro [all...] |