Searched defs:strftime (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrftime.c24 * 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 Dstrftime.c61 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 Dstrftime.c84 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 Dstr_conv.c138 #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 Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro

Completed in 104 milliseconds