/openbsd/gnu/usr.bin/cvs/src/ |
H A D | vers_ts.c | 304 struct tm *tm_p; local 315 tm_p = gmtime (&sb.st_mtime); 316 if (tm_p) 318 memcpy (&local_tm, tm_p, sizeof (local_tm)); 350 struct tm *tm_p; local 360 tm_p = gmtime (&sb.st_mtime); 361 if (tm_p) 363 memcpy (&local_tm, tm_p, sizeof (local_tm));
|
/openbsd/gnu/usr.bin/cc/cc_tools/ |
H A D | Makefile.dep | 133 tm_p.h \ 138 tm.h options.h tm_p.h \ 146 tm_p.h \
|
H A D | Makefile | 269 tm_p.h: 273 /bin/sh ${GCCDIR}/mkconfig.sh tm_p.h 275 GENSRCS+= tm_p.h 276 CLEANFILES+= cs-tm_p.h
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mkconfig.sh | 84 *tm_p.h)
|
H A D | Makefile.in | 573 TM_P_H = tm_p.h $(tm_p_file_list) tm-preds.h 867 tm_p.h: cs-tm_p.h ; @true 887 cs-tm_p.h: Makefile 890 $(SHELL) $(srcdir)/mkconfig.sh tm_p.h
|
H A D | ChangeLog.3 | 4152 * c-decl.c: Include "tm_p.h". 10291 * rs6000.c: Include tm_p.h. Fix compile time warnings. 13154 * lcm.c (tm_p.h, insn-attr.h): #include. 13986 * caller-save.c: Include tm_p.h. 15178 * i370.c: Include tm_p.h. Fix compile time warnings. 15706 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h. 15824 * dwarf2out.c: Include "tm_p.h". 16129 * sdbout.c: Include "tm_p.h". 16141 * pa.c: Include recog.h and tm_p.h. 16264 * c-common.c: Include tm_p.h. [all …]
|
H A D | ChangeLog.2 | 218 * dwarfout.c: Include tm_p.h. 4642 * except.c: Include tm_p.h. 5821 * real.c: Include tm_p.h. 5976 tm_p.h for getting user prototypes. 6650 * mips.c: Include "tm_p.h". 6676 * genpeep.c: Include "tm_p.h" in generated output file. 6706 * builtins.c, dbxout.c, varasm.c: Include tm_p.h. 7058 * Makefile.in (distclean): Delete tm_p.h. 7059 * configure.in: Create a new file, "tm_p.h", from a list in 7063 * alias.c: Include "tm_p.h". [all …]
|
H A D | ChangeLog.5 | 7705 * config/i386/winnt.c: Include "tm_p.h" and "toplev.h" Constify 8625 (config.h, hconfig.h, tconfig.h, tm_p.h, cs-config.h, 8626 cs-hconfig.h, cs-tconfig.h, cs-tm_p.h): New rules. 8631 * ggc-none.c: Don't include rtl.h or tm_p.h.
|
H A D | ChangeLog.6 | 1360 * nextstep.c: Include "rtl.h", "output.h" & "tm_p.h". 6645 * dsp16xx.c: Include tm_p.h, not dsp16xx-protos.h. 6871 * df.c: Include tm_p.h to avoid warnings. 8174 * rtlanal.c: Include tm_p.h. 14601 * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
|
H A D | ChangeLog.7 | 1171 (cs-tm_p.h): Rename DEFINES to XM_DEFINES. Pass TM_DEFINES. 14088 * config/ia64/ia64.c: Include tm_p.h last. 18473 * cfganal.c: Include tm_p.h. 21002 * cfgcleanup.c: Include tm_p.h
|
H A D | ChangeLog | 5801 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes. 13484 * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h 17034 * ra-debug.c: Include "tm_p.h".
|
H A D | ChangeLog.4 | 9287 tm_p.h.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | configfiles.texi | 71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | configfiles.texi | 71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
|
H A D | md.texi | 3098 generated file @file{tm_p.h} declares a few interfaces for working 3103 @strong{Warning:} @file{tm_p.h} may declare other functions that 3148 before @file{tm_p.h}.
|
H A D | gccint.info | 1321 * `tm_p.h', which includes the header `MACHINE-protos.h' that 15013 generated file `tm_p.h' declares a few interfaces for working with 15018 *Warning:* `tm_p.h' may declare other functions that operate on 15055 included before `tm_p.h'.
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | ChangeLog | 184 (tm_p.h): Do not include.
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 11593 struct tm *tm_p; local 11601 if ((tm_p = gmtime(&base)) == NULL) { /* CRTL gmtime() is a fake */ 11615 gmt = *tm_p; 11616 tm_p = localtime(&base); 11617 local = *tm_p;
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | ChangeLog | 1017 (tm_p.h): Do not include.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1999 | 1103 * expr.c: Include tm_p.h. 1208 * method.c: Include tm_p.h. 1899 * typeck.c: Include "tm_p.h".
|
H A D | ChangeLog-2000 | 587 * decl.c: Include tm_p.h. 7124 * lex.c: Include tm_p.h.
|
H A D | ChangeLog-2003 | 4035 * mangle.c (tm_p.h): Include it.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.2 | 1103 * expr.c: Include tm_p.h. 1208 * method.c: Include tm_p.h. 1899 * typeck.c: Include "tm_p.h".
|
H A D | ChangeLog | 10459 * decl.c: Include tm_p.h. 16996 * lex.c: Include tm_p.h.
|