/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | strftime.c | 24 * strftime implementation 27 #define strftime ______strftime macro 32 #undef strftime macro 41 NoN(strftime) 50 strftime(char* buf, size_t len, const char* format, const struct tm* tm) 59 * nl_langinfo() may call strftime() with bogus tm except for
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | strftime.c | 61 strftime(buf, maxsize, format, tm) function 124 i = strftime(cp, maxsize - size, "%x %X", tm); 132 i = strftime(cp, maxsize - size, 147 i = strftime(cp, maxsize - size, "%m/%d/%y", 240 i = strftime(cp, maxsize - size, "%I:%M:%S %p", 249 i = strftime(cp, maxsize - size, "%H:%M", tm); 269 i = strftime(cp, maxsize - size, "%H:%M:%S", 318 i = strftime(cp, maxsize - size, 327 i = strftime(cp, maxsize - size,
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 84 strftime(char *_RESTRICT_KYWD s, size_t maxsize, function 201 * strftime version 3.0. That is, "%k" and 214 * strftime version 3.0. That is, "%k" and 274 * From Arnold Robbins' strftime version 3.0: 287 * From Arnold Robbins' strftime version 3.0: "the week number of the 369 * From Arnold Robbins' strftime version 3.0: 427 * see GNU C strftime for details.
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | str_conv.c | 138 #undef strftime macro 139 #define strftime my_strftime 140 static size_t strftime (char *, size_t, const char *, const struct tm *); 228 ret = strftime(buffer, buflen, fmt, &tmbuf); 259 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp))) 384 #include "strftime.c" 137 #undef strftime macro
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 334 #undef strftime macro 335 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 313 #undef strftime macro 314 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 334 #undef strftime macro 335 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 313 #undef strftime macro 314 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 334 #undef strftime macro 335 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 313 #undef strftime macro 314 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 334 #undef strftime macro 335 #define strftime _ast_strftime macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 313 #undef strftime macro 314 #define strftime _ast_strftime macro
|