/glibc-2.36/time/ |
D | tzset.c | 57 __time64_t change; /* When to change to this zone. */ member 418 tz_rules[0].change = tz_rules[1].change = -1; in tzset_internal() 510 rule->change = t - rule->offset + rule->secs; in compute_change() 530 if (__builtin_expect (tz_rules[0].change in __tz_compute() 531 > tz_rules[1].change, 0)) in __tz_compute() 532 isdst = (timer < tz_rules[1].change in __tz_compute() 533 || timer >= tz_rules[0].change); in __tz_compute() 535 isdst = (timer >= tz_rules[0].change in __tz_compute() 536 && timer < tz_rules[1].change); in __tz_compute()
|
D | tzfile.c | 49 long int change; /* Seconds of correction to apply. */ member 364 leaps[i].change = (long int) decode (x); in __tzfile_read() 765 *leap_correct = leaps[i].change; in __tzfile_compute() 768 && (leaps[i].change > (i == 0 ? 0 : leaps[i - 1].change))) in __tzfile_compute() 773 && leaps[i].change == leaps[i - 1].change + 1) in __tzfile_compute()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | Versions | 36 # glob interface change 39 # limit type change 42 # time type change
|
/glibc-2.36/manual/ |
D | Makefile | 87 $(move-if-change) $(objpfx)summary-tmp $(objpfx)summary.texi 107 $(move-if-change) $(objpfx)libm-err-tmp $(objpfx)libm-err.texi 121 $(move-if-change) $(objpfx)pkgvers-tmp $(objpfx)pkgvers.texi 128 $(move-if-change) $(objpfx)version-tmp $(objpfx)version.texi
|
D | users.texi | 16 under special circumstances a process can change its persona and thus 17 change its access permissions. 31 * Why Change Persona:: Why a program might need to change 128 The most obvious situation where it is necessary for a process to change 144 change its effective user or group ID to match that of the resource. 153 the game program wants to update this file, it can change its effective 164 The ability to change the persona of a process can be a source of 171 program to change its persona is that it has been set up in advance to 172 change to a particular user or group. This is the function of the setuid 184 change its effective ID to its real ID and back to its file ID. [all …]
|
D | terminal.texi | 2 @c %MENU% How to change the characteristics of a terminal device 8 change which characters are used for end-of-file, command-line editing, 138 might be larger, and might even dynamically change size. If input flow 182 larger, and might even dynamically change size. 225 and how to change them. 329 Make the change immediately. 333 Make the change after waiting until all queued output has been written. 467 change flags using the operators @code{&}, @code{|} and @code{^}. Don't 468 try to specify the entire value for @code{c_iflag}---instead, change 609 The @code{c_oflag} member itself is an integer, and you change the flags [all …]
|
D | lgpl-2.1.texi | 22 freedom to share and change it. By contrast, the GNU General Public 23 Licenses are intended to guarantee your freedom to share and change 37 it if you want it; that you can change the software and use pieces of it 182 stating that you changed the files and the date of any change. 233 that version instead if you wish.) Do not make any other change in 236 Once this change is made in a given copy, it is irreversible for 506 everyone can redistribute and change. You can do so by permitting
|
D | install.texi | 138 case and potentially change debugging information and metadata only). 225 the versions that @theglibc{} expects as the data formats may change over 287 function @code{crypt}. Using this option does not change the set of 316 system is. This is most useful to change the CPU submodel. For example, 380 the file @file{configparms}. To change them, create a 443 @var{vector-length}" to change Vector Length. 520 DESTDIR=/opt/glibc}, but note that this does not change the configured prefix. 669 If you change any of the @file{configure.ac} files you will also need 677 and if you change any of the message translation files you will need
|
/glibc-2.36/timezone/ |
D | southamerica | 124 # in the winter time, rather than less. The change took effect on March 3. 137 # the timezone for Argentina will not change next Sunday. 142 # Last Friday (yes, the last working day before the date of the change), the 227 # It's Law No. 7,210. This change is due to a public power emergency, so for 253 # annoyance with the change is much higher than the power savings obtained.... 257 # "The time change in Tierra del Fuego was a conflicted decision from 261 # Our understanding was that the change was originally scheduled to take place 312 # refused to follow San Luis in this change. 314 # The change is supposed to take place Monday the 21.st at 0:00 322 # time change. Perhaps because it now is part of a group of pages "Most [all …]
|
D | pacificnew | 10 # You might want to change the "PE" (Presidential Election) below to 12 # If you're really conservative, you might want to change it to "D".
|
D | asia | 453 # Mikhail Saakashvili, who said the change was partly prompted by the process 489 # Portugal tried to change the time forward in 1974 because the sun 502 # today to advance East Timor's time by one hour. The time change, 541 # These would be the earliest possible times for a change. 615 # plan to change that law.... 740 # We have published a short article in English about the change: 838 # days of daylight savings time annually. From 1993-1998, the change to 840 # 1 a.m IDT; up until 1998, the change back to standard time was on a 842 # time. 1996 is an exception to this rule where the change back to standard 844 # conflicts with the Jewish New Year. In 1999, the change to [all …]
|
D | northamerica | 268 # and didn't change their clocks for Daylight Saving ... so that their 308 # is currently enforced at the 01:00 time of change. Because the local 311 # hours" within the deviated hour of this change every year.... 505 # the date the state's clocks would change. In 1945 the State of 588 # Strictly speaking, this means the affected counties will change their 766 # Clinton County has joined Wayne County in asking the DoT to change from 770 # August indicated they would like to change to "fast time" also. 804 # so omit that change for now. 805 # See America/Indiana/Knox for the Starke County, IN change. 806 # See America/North_Dakota/Center for the Oliver County, ND change. [all …]
|
/glibc-2.36/sysdeps/arm/ |
D | dl-trampoline.S | 51 @ change &GOT[n+3] into 8*n NOTE: reloc are 8 bytes each 118 @ change &GOT[n+3] into 8*n NOTE: reloc are 8 bytes each
|
/glibc-2.36/resolv/ |
D | res_init.c | 554 struct file_change_detection *change) in __resolv_conf_load() argument 583 if (ok && change != NULL) in __resolv_conf_load() 586 ok = __file_change_detection_for_fp (change, fp); in __resolv_conf_load()
|
D | resolv_conf.h | 75 struct file_change_detection *change)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | Versions | 67 # chown interface change. 88 # ipc ctl interface change.
|
D | Makefile | 196 $(move-if-change) $@-tmp $@ 206 $(move-if-change) $@-tmp $@ 213 $(move-if-change) $@-tmp $@ 218 $(move-if-change) $@-tmp $@
|
/glibc-2.36/sysdeps/s390/multiarch/ |
D | Makefile | 6 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
|
/glibc-2.36/scripts/ |
D | update-copyrights | 51 | scripts/install-sh | scripts/mkinstalldirs | scripts/move-if-change)
|
/glibc-2.36/iconvdata/ |
D | Makefile | 197 $(move-if-change) $(@:stmp=T) $(@:stmp=h) 204 $(move-if-change) $(@:stmp=T) $(@:stmp=h) 248 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
|
/glibc-2.36/ |
D | INSTALL | 112 particular case and potentially change debugging information and 199 formats may change over time. Consult the 'timezone' subdirectory 259 'crypt'. Using this option does not change the set of programs 288 system is. This is most useful to change the CPU submodel. For 351 file 'configparms'. To change them, create a 'configparms' in your 406 VECTOR-LENGTH" to change Vector Length. 483 DESTDIR=/opt/glibc', but note that this does not change the configured 620 If you change any of the 'configure.ac' files you will also need 624 and if you change any of the message translation files you will need
|
D | COPYING | 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free 25 if you want it, that you can change the software or use pieces of it 96 stating that you changed the files and the date of any change. 286 free software which everyone can redistribute and change under these terms.
|
D | libc-abis | 10 # is assigned to a feature it must not change again. Since some features
|
/glibc-2.36/stdlib/ |
D | Versions | 99 # Silent change in SUS.
|
/glibc-2.36/po/ |
D | rw.po | 81 #. TRANS @c Don't change it.
|