/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | test-getdate.sh | 26 LOGFILE=`pwd`/getdate.log 38 echo >>getdate-got 39 if cmp getdate-expected getdate-got >getdate.cmp; then 42 cat getdate.cmp >>$LOGFILE 44 cat getdate-expected >>$LOGFILE 46 cat getdate-got >>$LOGFILE 185 cat >getdate-expected <<EOF 205 ./getdate >getdate-got <<EOF 223 verify getdate-1 236 cat >getdate-expected <<EOF [all …]
|
H A D | Makefile.in | 52 check_PROGRAMS = getdate$(EXEEXT) 61 getcwd.c getcwd.h getdate.c getdate.h getdate.y getdelim.c \ 96 $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \ 155 am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \ 156 getdate-progname.$(OBJEXT) 310 BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \ 313 getdate-expected getdate-got getdate.diff getopt.h getopt.h-t \ 315 DISTCLEANFILES = getdate.log 316 MAINTAINERCLEANFILES = getdate.c 317 TESTS = test-getdate.sh [all …]
|
H A D | Makefile.am | 54 test-getdate.sh 132 TESTS += test-getdate.sh 133 MOSTLYCLEANFILES += getdate-expected getdate-got getdate.diff 134 DISTCLEANFILES += getdate.log 136 check_PROGRAMS += getdate program 139 getdate.y 150 BUILT_SOURCES += getdate.c 151 MAINTAINERCLEANFILES += getdate.c 152 EXTRA_DIST += getdate.c
|
H A D | ChangeLog | 43 getcwd.c, getdate.h, getdelim.c, getline.c, getlogin_r.c, getndelim2.c, 245 getdate.c due to automake bug. 267 fnmatch_.h, fnmatch_loop.c, getcwd.c, getcwd.h, getdate.c, getdate.h, 268 getdate.y, gethostname.c, getline.c, getline.h, getndelim2.c, 391 * getdate.y: Update from GNULIB. 395 * Makefile.am (DISTCLEANFILES): Add getdate.log. 397 * test-getdate.sh: Add new tests. 402 * getdate.y: Update from GNULIB. 406 * getdate.y: Update from GNULIB. 474 * alloca_.h, dup2.c, error.c, ftruncate.c, getdate.c, getdate.y, [all …]
|
H A D | Makefile.gnulib | 94 BUILT_SOURCES += getdate.c 95 MAINTAINERCLEANFILES += getdate.c 96 EXTRA_DIST += getdate.c
|
H A D | ChangeLog.fsf | 7 * Makefile.in: update getdate.y message (now has 10 s/r conflicts) 21 * getopt1.c, getopt.c, getopt.h, getdate.y: latest versions from FSF 52 * getdate.c: alloca checks for when using bison 55 better getdate.c tests (also from Brad Figg)
|
H A D | build_lib.com | 5 $ CC getdate.c 17 $ library/create gnulib.olb fnmatch.obj,getdate.obj,getline.obj,-
|
H A D | libcvs.mak | 57 -@erase "$(INTDIR)\getdate.obj" 165 "$(INTDIR)\getdate.obj" \ 240 -@erase "$(INTDIR)\getdate.obj" 345 "$(INTDIR)\getdate.obj" \ 489 SOURCE=.\getdate.c 491 "$(INTDIR)\getdate.obj" : $(SOURCE) "$(INTDIR)"
|
H A D | libcvs.dep | 169 .\getdate.c : \ 173 ".\getdate.h"\
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | Makefile.am | 47 getdate.texi \ 110 cvs.dvi cvs.html $(srcdir)/cvs.info cvs.pdf cvs.ps cvs.txt: $(srcdir)/getdate-cvs.texi 111 $(srcdir)/getdate-cvs.texi: stamp-gdt 112 stamp-gdt: getdate.texi 114 >getdate-cvs.tmp 115 @echo "@c getdate.texi file." >>getdate-cvs.tmp 116 @echo "@c" >>getdate-cvs.tmp 117 @echo "@c *** DO NOT EDIT THIS FILE DIRECTLY ***" >>getdate-cvs.tmp 118 @echo "@c" >>getdate-cvs.tmp 119 @echo "@c Edit getdate.texi instead." >>getdate-cvs.tmp [all …]
|
H A D | Makefile.in | 74 $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \ 338 getdate.texi mdate-sh writeproxy.rtf $(PDFS) getdate-cvs.texi 339 MOSTLYCLEANFILES = cvs-paper.pdf-t cvs-paper.ps-t getdate-cvs.tmp 1121 cvs.dvi cvs.html $(srcdir)/cvs.info cvs.pdf cvs.ps cvs.txt: $(srcdir)/getdate-cvs.texi 1122 $(srcdir)/getdate-cvs.texi: stamp-gdt 1123 stamp-gdt: getdate.texi 1125 >getdate-cvs.tmp 1126 @echo "@c getdate.texi file." >>getdate-cvs.tmp 1127 @echo "@c" >>getdate-cvs.tmp 1128 @echo "@c *** DO NOT EDIT THIS FILE DIRECTLY ***" >>getdate-cvs.tmp [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | getdate.m4 | 1 # getdate.m4 serial 7 9 AC_LIBSOURCES([getdate.h, getdate.y]) 10 AC_LIBOBJ([getdate]) 12 dnl Prerequisites of lib/getdate.h. 16 dnl Prerequisites of lib/getdate.y.
|
H A D | bison.m4 | 17 # getdate.y works with bison only. 23 dnl getdate.y assuming `bison -y'.
|
H A D | gnulib-comp.m4 | 118 doc/getdate.texi 162 lib/getdate.h 163 lib/getdate.y 303 m4/getdate.m4
|
/netbsd-src/lib/libc/time/ |
H A D | Makefile.inc | 5 SRCS+= asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c 6 MAN+= ctime.3 getdate.3 offtime.3 strftime.3 strptime.3 \ 22 getdate.3 getdate_err.3 \
|
H A D | getdate.c | 62 getdate(const char *str) in getdate() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | time.d | 574 tm* getdate(const scope char*); in version() 582 tm* getdate(const scope char*); in version() 592 tm* getdate(const scope char*); in version() 610 tm* getdate(const scope char*); in version() 626 tm* getdate(const scope char*); in version() 634 tm* getdate(const scope char*); in version()
|
/netbsd-src/external/gpl2/xcvs/dist/maint-aux/ |
H A D | gnulib-filelist.txt | 2 doc/getdate.texi 28 lib/getdate.h 29 lib/getdate.y 136 m4/getdate.m4
|
H A D | gnulib-modules | 46 getdate
|
H A D | srclist.txt | 48 # The following error module is only half-imported to support getdate.y's test
|
/netbsd-src/share/examples/ |
H A D | Makefile | 3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
|
/netbsd-src/share/examples/getdate/ |
H A D | Makefile | 9 FILESDIR=/usr/share/examples/getdate
|
H A D | datemsk.template | 2 # getdate(3) DATEMSK template file
|
/netbsd-src/external/gpl2/xcvs/lib/libcvs/ |
H A D | Makefile | 15 fd-safer.c getdate.c gettime.c md5.c \
|
/netbsd-src/include/ |
H A D | time.h | 136 struct tm *getdate(const char *);
|