HomeSort by: relevance | last modified time | path
    Searched refs:parsedate (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libutil/compat/
compat_parsedate.c 49 __warn_references(parsedate,
50 "warning: reference to compatibility parsedate();"
54 parsedate(const char *str, const int32_t *t50, const int *tzoff)
util.h 50 int32_t parsedate(const char *, const int32_t *, const int *);
  /src/tests/lib/libutil/
t_parsedate.c 49 * call parsedate(), then call time_to_tm() on the result,
85 ATF_CHECK_MSG((t = parsedate(datestr, reftime, zoff)) != -1,
86 "parsedate(%s) returned -1\n", argstr);
93 "parsedate(%s) expected year %d got %d (+1900)\n",
97 "parsedate(%s) expected month %d got %d (+1)\n",
101 "parsedate(%s) expected day %d got %d\n",
105 "parsedate(%s) expected hour %d got %d\n",
109 "parsedate(%s) expected minute %d got %d\n",
113 "parsedate(%s) expected second %d got %d\n",
294 p = parsedate(s, &now, NULL);
    [all...]
  /src/lib/libutil/
Makefile 20 logwtmp.c logwtmpx.c opendisk.c parsedate.y \
32 opendisk.3 openpty.3 parsedate.3 pidfile.3 pidlock.3 \
parsedate.y 15 __RCSID("$NetBSD: parsedate.y,v 1.40 2024/05/02 14:19:56 christos Exp $");
27 /* NOTES on rebuilding parsedate.c (particularly for inclusion in CVS
37 unportable parsedate.c's), but that seems to cause as many problems
1145 parsedate(const char *p, const time_t *now, const int *zone)
1253 * parsedate() modifiers to follow but not precede this string.
1342 d = parsedate(buff, NULL, NULL);
  /src/include/
util.h 103 time_t parsedate(const char *, const time_t *, const int *)
  /src/sbin/gpt/
main.c 127 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
  /src/sbin/newfs_msdos/
newfs_msdos.c 77 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
  /src/usr.bin/touch/
touch.c 241 tsp[1].tv_sec = tsp[0].tv_sec = parsedate(arg, NULL, NULL);
  /src/bin/date/
date.c 122 tval = parsedate(optarg, NULL, NULL);
  /src/usr.sbin/makefs/
makefs.c 486 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
  /src/usr.sbin/eeprom/
eehandlers.c 164 if ((t = parsedate(arg, NULL, NULL)) == (time_t)(-1))
  /src/bin/pax/
options.c 2118 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
  /src/usr.bin/find/
function.c 205 timestamp = parsedate(vp, NULL, NULL);

Completed in 21 milliseconds