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

  /src/external/gpl2/xcvs/dist/lib/
test-getdate.sh 3 # Test that a getdate executable meets its specification.
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 <<EO
    [all...]
Makefile.am 54 test-getdate.sh
100 ## part of the getdate test program,
129 ## begin gnulib module getdate
131 ## CVS test scripts for getdate.
132 TESTS += test-getdate.sh
133 MOSTLYCLEANFILES += getdate-expected getdate-got getdate.diff
134 DISTCLEANFILES += getdate.log
135 # Program required by test-getdate.sh for testing getdate.y
    [all...]
getdate.c 71 #line 1 "/usr/src/external/gpl2/xcvs/dist/lib/getdate.y"
92 __RCSID("$NetBSD: getdate.c,v 1.3 2016/05/17 14:00:09 christos Exp $");
113 #include "getdate.h"
126 /* Since the code of getdate.y is not included in the Emacs executable
274 #line 272 "getdate.c"
330 #line 209 "/usr/src/external/gpl2/xcvs/dist/lib/getdate.y"
339 #line 337 "getdate.c"
351 #line 349 "getdate.c"
1650 #line 236 "/usr/src/external/gpl2/xcvs/dist/lib/getdate.y"
1660 #line 249 "/usr/src/external/gpl2/xcvs/dist/lib/getdate.y
    [all...]
build_lib.com 5 $ CC getdate.c
17 $ library/create gnulib.olb fnmatch.obj,getdate.obj,getline.obj,-
Makefile.gnulib 11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit canon-host canonicalize closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep pagealign_alloc pathmax quotearg readlink realloc regex rename restrict save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime strstr strtoul time_r timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname xreadlink xsize yesno
92 ## begin gnulib module getdate
94 BUILT_SOURCES += getdate.c
95 MAINTAINERCLEANFILES += getdate.c
96 EXTRA_DIST += getdate.c
98 ## end gnulib module getdate
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)"
  /src/external/gpl2/xcvs/dist/doc/
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.tm
    [all...]
  /src/share/examples/
Makefile 5 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate \
  /src/share/examples/getdate/
Makefile 9 FILESDIR=/usr/share/examples/getdate
  /src/lib/libc/time/
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 \
getdate.c 1 /* $NetBSD: getdate.c,v 1.4 2018/01/04 20:57:29 kamil Exp $ */
62 getdate(const char *str) function
  /src/external/gpl2/xcvs/lib/libcvs/
Makefile 15 fd-safer.c getdate.c gettime.c md5.c \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
time.d 565 tm* getdate(const scope char*);
574 tm* getdate(const scope char*);
582 tm* getdate(const scope char*);
587 //tm* getdate(const scope char*);
592 tm* getdate(const scope char*);
597 //tm* getdate(const scope char*);
602 //tm* getdate(const scope char*);
610 tm* getdate(const scope char*);
626 tm* getdate(const scope char*);
634 tm* getdate(const scope char*)
    [all...]
  /src/include/
time.h 136 struct tm *getdate(const char *);
  /src/sys/arch/x68k/stand/libdos/
Makefile 29 gettim2.S settim2.S namests.S getdate.S setdate.S gettime.S settime.S \

Completed in 41 milliseconds