Searched defs:strptime (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrptime.c24 * strptime implementation
27 #define strptime ______strptime macro
32 #undef strptime macro
39 NoN(strptime)
48 strptime(const char* s, const char* format, struct tm* ts)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c50 strptime(buf, format, tm) function
112 cp = strptime(cp, "%x %X", tm);
118 cp = strptime(cp, dtcp->ldate_format, tm);
136 cp = strptime(cp, "%m/%d/%y", tm);
229 cp = strptime(cp, "%I:%M:%S %p", tm);
235 cp = strptime(cp, "%H:%M", tm);
260 cp = strptime(cp, "%H:%M:%S", tm);
266 cp = strptime(cp, dtcp->sdate_format, tm);
272 cp = strptime(cp, dtcp->time_format, tm);
406 cp = strptime(c
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c522 strptime(const char *_RESTRICT_KYWD buf, const char *_RESTRICT_KYWD fmt, function
/illumos-gate/usr/src/head/
H A Dtime.h98 #pragma redefine_extname strptime __strptime_dontzero
101 #define strptime __strptime_dontzero macro
105 extern char *strptime(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c145 extern char *strptime (const char *, const char *,
153 #undef strptime macro
154 #define strptime my_strptime
155 static char *strptime (const char *, const char *, struct tm *);
175 /* The following not really supported unless native strptime present */
196 if ((s = strptime(string, atime_format_table[i], &timebuf))
388 #include "strptime.c"
152 #undef strptime macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h378 #undef strptime macro
379 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h357 #undef strptime macro
358 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h378 #undef strptime macro
379 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h357 #undef strptime macro
358 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h378 #undef strptime macro
379 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h357 #undef strptime macro
358 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h378 #undef strptime macro
379 #define strptime _ast_strptime macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h357 #undef strptime macro
358 #define strptime _ast_strptime macro

Completed in 85 milliseconds