Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/newsyslog/ptimes.c
| /*- | /*- | ||||
| * SPDX-License-Identifier: BSD-2-Clause-FreeBSD | |||||
| * | |||||
| * ------+---------+---------+---------+---------+---------+---------+---------* | * ------+---------+---------+---------+---------+---------+---------+---------* | ||||
| * Initial version of parse8601 was originally added to newsyslog.c in | * Initial version of parse8601 was originally added to newsyslog.c in | ||||
| * FreeBSD on Jan 22, 1999 by Garrett Wollman <wollman@FreeBSD.org>. | * FreeBSD on Jan 22, 1999 by Garrett Wollman <wollman@FreeBSD.org>. | ||||
| * Initial version of parseDWM was originally added to newsyslog.c in | * Initial version of parseDWM was originally added to newsyslog.c in | ||||
| * FreeBSD on Apr 4, 2000 by Hellmuth Michaelis <hm@FreeBSD.org>. | * FreeBSD on Apr 4, 2000 by Hellmuth Michaelis <hm@FreeBSD.org>. | ||||
| * | * | ||||
| * Copyright (c) 2003 - Garance Alistair Drosehn <gad@FreeBSD.org>. | * Copyright (c) 2003 - Garance Alistair Drosehn <gad@FreeBSD.org>. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| ▲ Show 20 Lines • Show All 687 Lines • Show Last 20 Lines | |||||