Searched refs:stamp (Results 1 – 25 of 30) sorted by relevance
12
/glibc-2.36/manual/ |
D | Makefile | 82 $(objpfx)summary.texi: $(objpfx)stamp-summary ; 83 $(objpfx)stamp-summary: summary.pl $(filter-out $(objpfx)summary.texi, \ 101 $(objpfx)libm-err.texi: $(objpfx)stamp-libm-err 102 $(objpfx)stamp-libm-err: $(..)math/gen-libm-test.py \ 111 $(objpfx)pkgvers.texi: $(objpfx)stamp-pkgvers ; 112 $(objpfx)stamp-pkgvers: $(common-objpfx)config.make 125 $(objpfx)version.texi: $(objpfx)stamp-version ; 126 $(objpfx)stamp-version: $(common-objpfx)config.make 155 libm-err.texi stamp-libm-err check-safety.sh \ 163 texis summary.texi stamp-summary *.c.texi \ [all …]
|
D | texinfo.tex | 187 stand-alone strong-est time-stamp time-stamps which-ever white-space 11663 @c eval: (add-hook 'before-save-hook 'time-stamp) 11665 @c time-stamp-start: "def\\\\texinfoversion{" 11666 @c time-stamp-format: "%:y-%02m-%02d.%02H" 11667 @c time-stamp-end: "}"
|
D | filesys.texi | 2881 passed as the @var{times} argument. In order to update the time stamp on 2962 passed as the @var{times} argument. In order to update the time stamp on
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | setpgid.c | 31 unsigned int stamp; in __setpgid() local 33 stamp = _hurd_pids_changed_stamp; /* Atomic fetch. */ in __setpgid() 41 while (_hurd_pids_changed_stamp == stamp) in __setpgid() 42 lll_wait (_hurd_pids_changed_stamp, stamp, 0); in __setpgid()
|
D | setsid.c | 33 unsigned int stamp; in __setsid() local 39 stamp = _hurd_pids_changed_stamp; /* Atomic fetch. */ in __setsid() 59 while (_hurd_pids_changed_stamp == stamp) in __setsid() 60 lll_wait (_hurd_pids_changed_stamp, stamp, 0); in __setsid()
|
D | Makefile | 91 $(hurd)/bits/errno.h: $(common-objpfx)stamp-errnos ; 92 $(common-objpfx)stamp-errnos: $(hurd)/errnos.awk $(errno.texinfo) \ 101 common-generated += errnos.d stamp-errnos
|
/glibc-2.36/localedata/ |
D | README | 5 Ulrich Drepper Time-stamp: <2004/11/27 13:06:54 drepper> 75 eval:(load-library "time-stamp") 77 eval:(add-hook 'write-file-hooks 'time-stamp) 78 eval:(setq time-stamp-format '(time-stamp-yyyy/mm/dd time-stamp-hh:mm:ss user-login-name))
|
/glibc-2.36/ |
D | Makerules | 148 $(common-objpfx)libc-abis.h: $(common-objpfx)libc-abis.stamp; @: 149 $(common-objpfx)libc-abis.stamp: $(..)scripts/gen-libc-abis \ 155 < $(word 2,$^) > $(@:.stamp=.h)T 156 $(move-if-change) $(@:.stamp=.h)T $(@:.stamp=.h) 162 $(common-objpfx)runtime-linker.h: $(common-objpfx)runtime-linker.stamp; @: 163 $(common-objpfx)runtime-linker.stamp: $(common-objpfx)config.make 166 > ${@:stamp=T} 167 $(move-if-change) ${@:stamp=T} ${@:stamp=h} 294 # We use a stamp file to avoid unnecessary recompilations. 840 # Create the stamp$o files to keep the parent makefile happy. [all …]
|
D | Makefile | 598 $(objpfx)testroot.pristine/install.stamp 599 $(objpfx)testroot.pristine/install.stamp : 641 touch $(objpfx)testroot.pristine/install.stamp
|
/glibc-2.36/sysdeps/mach/hurd/net/ |
D | if_arp.h | 137 unsigned long int stamp; member
|
/glibc-2.36/nis/ |
D | nis_ping.c | 60 args.stamp = utime; in nis_ping()
|
D | nis_xdr.c | 380 res = xdr_uint32_t (xdrs, &objp->stamp); in libnsl_hidden_nolink_def()
|
/glibc-2.36/sysdeps/unix/sysv/linux/net/ |
D | if_arp.h | 177 unsigned long int stamp; member
|
/glibc-2.36/nis/rpcsvc/ |
D | nis.h | 364 uint32_t stamp; member
|
/glibc-2.36/scripts/ |
D | config.sub | 90 --time-stamp | --time* | -t )
|
D | config.guess | 74 --time-stamp | --time* | -t )
|
/glibc-2.36/elf/ |
D | Makefile | 1319 $(common-objpfx)stamp.os $(common-objpfx)*/stamp.os | \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 1221 $(objpfx)stamp-$(subdir) and have empty commands. 1222 ($(objpfx)stamp-$(subdir)): Move dep on $(objects) and ar cmds here. 1223 (common-mostlyclean): Remove $(objpfx)stamp-$(subdir).
|
D | ChangeLog.8 | 1040 (stamp-summary): Depend on $(texis) except summary.texi. 3472 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use 3477 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command. 3686 * Makerules (do-stamp): Make it work when building in source 3896 stamp files to avoid unnecessary recompilation. 4228 ($(subdirs-stamps)): Remove dependency on stamp.* again. 4307 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent 4315 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define. 4319 ($(objpfx)stamp.oS): Remove special case for empty 4421 * Makerules (stamp$o): Just record the object list for later [all …]
|
D | ChangeLog.6 | 7315 stamp-errnos here. 7316 (common-generated): Do put errnos.d and stamp-errnos here. 7338 * Makerules: Make sure directory exists before generating stamp file. 7341 stamp file. 7344 generating stamp file. 7364 (subdir-stamps): Collect stamp files from subdirs. 9148 * manual/Makefile ($(objpfx)stamp%-$(subdir)): Separate rule from 9153 * manual/Makefile (lib): New phony target. Depend on stamp files. 9154 ($(objpfx)stamp%-$(subdir)): New rule to create them when necessary. 9420 * sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds. [all …]
|
D | ChangeLog.9 | 440 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend on 648 stamp-summary, chapters.texi, top-menu.texi, and texis. 873 * manual/Makefile (stamp-summary): Remove space after -t option 1571 * manual/Makefile (stamp-summary): Use ^L as separator for 4235 ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
|
D | ChangeLog.5 | 2282 ($(common-objpfx)stamp-errnos): Depend on $(mach-errnos-deps) instead 2284 (generated): Add errnos.d, stamp-errnos. 7905 * Makerules (stamp$o-$(subdir) rule): Remove the timestamp file 8924 (stamp-$(subdir)): Rewritten to a pattern rule for stamp.%-$(subdir)
|
D | ChangeLog.4 | 469 * manual/Makefile (stamp-summary): Depend on $(chapters-incl) too.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 1040 (stamp-summary): Depend on $(texis) except summary.texi. 3472 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use 3477 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command. 3686 * Makerules (do-stamp): Make it work when building in source 3896 stamp files to avoid unnecessary recompilation. 4228 ($(subdirs-stamps)): Remove dependency on stamp.* again. 4307 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent 4315 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define. 4319 ($(objpfx)stamp.oS): Remove special case for empty 4421 * Makerules (stamp$o): Just record the object list for later [all …]
|
/glibc-2.36/timezone/ |
D | asia | 1965 # use SLT as abbreviation in time stamp at the beginning of each news
|
12