Searched refs:strptime (Results 1 - 25 of 37) sorted by relevance

12

/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/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/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/cmd/fm/fmdump/common/
H A Dfmdump.c225 * a time argument in a variety of strptime(3C) formats, in which case it is
267 * First try a variety of strptime() calls. If these all fail, we'll
270 if ((p = strptime(arg, "%m/%d/%Y %H:%M:%S", &tm)) == NULL &&
271 (p = strptime(arg, "%m/%d/%y %H:%M:%S", &tm)) == NULL &&
272 (p = strptime(arg, "%m/%d/%Y %H:%M", &tm)) == NULL &&
273 (p = strptime(arg, "%m/%d/%y %H:%M", &tm)) == NULL &&
274 (p = strptime(arg, "%m/%d/%Y", &tm)) == NULL &&
275 (p = strptime(arg, "%m/%d/%y", &tm)) == NULL &&
276 (p = strptime(arg, "%Y-%m-%dT%H:%M:%S", &tm)) == NULL &&
277 (p = strptime(ar
[all...]
/illumos-gate/usr/src/boot/include/
H A Dtime.h188 char *strptime(const char * __restrict, const char * __restrict,
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c325 if (strptime(optarg, "%a %b %e %T %Z %Y", &tm) == NULL &&
326 strptime(optarg, "%c", &tm) == NULL)
/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
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c116 if (strptime(buf, "%b" "%d" "%H:%M:%S", &tm) == NULL) {
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgetdate.c107 * should be using this crufty API. strptime is better.)
128 rp = strptime(str, line, rtmp);
161 * requires strptime(3) support for %Z.
277 * This is more work since strptime(3) doesn't "do the right thing".
H A Dstrptime.c522 strptime(const char *_RESTRICT_KYWD buf, const char *_RESTRICT_KYWD fmt, function
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc423 strptime(build_time, "%c", &attrs.build_date);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c246 strptime(gmttoken, smbd_vss_gmttoken_fmt, &tm) != NULL) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c453 pp = strptime(p, fmt, &tm);
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1387 strptime(time, "%y %m %d %H %M %S", &tm_tmp);
1389 strptime(startime, "%y %m %d %H %M %S", &tm_tmp);
1391 strptime(upperlimit, "%y %m %d %H %M %S", &tm_tmp);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1715 if (strptime((const char *)not_before_str, "%y %m %d %H %M %S",
1731 if (strptime((const char *)not_after_str, "%y %m %d %H %M %S",
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c45 extern char *strptime (const char *, const char *, struct tm *);
1265 if (strptime(strtime, DATE_FORMAT, &tme) == NULL) {
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile83 strpbrk.o strptime.o strrchr.o strspn.o strstr.o \

Completed in 116 milliseconds

12