HomeSort by: relevance | last modified time | path
    Searched defs:strptime (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strpftime-test.h 48 #define strptime test_strptime macro
55 strptime (const char *buf, const char *format, struct tm *timeptr);
strptime.c 1 /* $NetBSD: strptime.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
243 strptime (const char *buf, const char *format, struct tm *timeptr) function
292 s = strptime (buf, "%m/%d/%y", timeptr);
352 s = strptime (buf, "%I:%M:%S %p", timeptr);
358 s = strptime (buf, "%H:%M", timeptr);
374 s = strptime (buf, "%H:%M:%S", timeptr);
407 s = strptime (buf, "%Y:%m:%d", timeptr);
  /src/lib/libc/time/
strptime.c 1 /* $NetBSD: strptime.c,v 1.67 2024/06/07 13:53:23 riastradh Exp $ */
34 __RCSID("$NetBSD: strptime.c,v 1.67 2024/06/07 13:53:23 riastradh Exp $");
49 __weak_alias(strptime,_strptime)
151 strptime(const char *buf, const char *fmt, struct tm *tm) function
248 bp = (const u_char *)strptime((const char *)bp,
  /src/external/bsd/nsd/include/
config.h 441 /* Define to 1 if you have the 'strptime' function. */
644 /* strptime is available from time.h with some defines. */
647 /* use default strptime. */
1064 char *strptime(const char *s, const char *format, struct tm *tm);
1069 #define strptime(a,b,c) nsd_strptime((a),(b),(c)) macro
  /src/external/bsd/unbound/include/
config.h 707 /* Define to 1 if you have the 'strptime' function. */
969 /* use default strptime. */
1542 #define strptime unbound_strptime macro
1544 char *strptime(const char *s, const char *format, struct tm *tm);
  /src/lib/libc/include/
namespace.h 688 #define strptime _strptime macro

Completed in 47 milliseconds